/* +++ main html items +++ */

body {
	color: #000;
	background: url("../_images/body_back.gif") #e11212 repeat-x 0 0;
}

h1 {
	color: #fff;
}

h1 a, h1 span {
	color: #fff;
	background: url("../_images/nav_item_back.gif") transparent no-repeat 0 0;
}

h1 span {
	color: #000;
}

a {
	color: #000;
}

a:hover {
	color: #fff;
}

/* +++ header +++ */

#header {
	background: url("../_images/header_back.jpg") transparent no-repeat 0 50%;
}

#header h2 a {
	position: relative;
		top: 16px;
		left: 15px;
		width: 191px;
		height: 145px;
		background: url("../_images/logo_catchimpro_new.gif") transparent no-repeat 0 0;

}

/* +++ navigation +++ */

#nav {
	margin-top: 100px;
}

#nav ul li a {
	color: #fff;
	background: url("../_images/nav_item_back.gif") transparent no-repeat 0 0;
}

#nav ul li a:hover {
	color: #000;
}

#nav ul li.current_page_item a {
	color: #000;
}

#nav ul li ul li a {
	color: #fff !important;
	background: url("../_images/nav_subitem_back.gif") transparent no-repeat 0 0 !important;
}

#nav ul li ul li a:hover {
	color: #000 !important;
}

#nav ul li ul li.current_page_item a, #nav ul li ul li.current_page_parent a {
	color: #000 !important;
}

/* +++ content +++ */

#content {
	margin:30px 0pt 30px 70px;	
}

#content img {
	border: 2px solid #fff;
	margin: 0 10px 5px 0;
}

#content ul {
	list-style: url("../_images/list_item.gif");
}

#content .multipage {
	border-top: 1px solid #000;
}

#content .multipage span {
	color: #000;
	background: url("../_images/multipage_back.gif") transparent no-repeat 0 0;
}

#content .multipage a span {
	color: #fff;
	background: url("../_images/multipage_link_back.gif") transparent no-repeat 0 0;
}

#content dt {
	color: #000;
	border-bottom: 1px solid #fff;
}

#content dt:hover {
	color: #fff;
}

#content dt.select {
	#fff;
}

#content .box {
       border-width: 4px;
background: #000;
color: #fff;
}

#content dd {
        color: #fff;
	background: #000;
}

/* +++ form items +++ */

input, textarea {
	color: #c1c0c0;
	border: 1px solid #000;
}

.error {
	font-weight: bold;
	color: #000;
}

label {
	color: #000;
}

input.submit {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}

.submit:hover {
	color: #fff;
	border: 1px solid #fff;
}

.submit.focus {
	color: #fff;
}

input:focus, input.focus, textarea:focus, textarea.focus {
	color: #000;
	border: 1px solid #000;
}


/* +++ newsitem +++ */

.newsitem {
        color: #fff;
	background: url("../_images/sidebar_box_back.gif") #000 no-repeat 50% 0;
}

.newsitem a {
	color: #fff;
}

.newsitem a:hover {
	color: #e11212;
}

.newsitem h3 {
	color: #e11212;
}

.more {
	color: #8d8d8d;
}

.newsitem .more {
	color: #8d8d8d;
	background: url("../_images/news_link_back.gif") transparent no-repeat 0 100%;
}

.newsitem .more:hover {
	color: #fff;
}

/* +++ photoitem +++ */

.photoitem img {
	border: 4px solid #fff;
}

.photoitem .more {
	background: url("../_images/photo_link_back.gif") transparent no-repeat 0 100%;
}

.photoitem .more:hover {
	color: #000;
}

/* +++ quote +++ */

.quote {
        color: #fff;
	background: url("../_images/sidebar_box_back.gif") #000 no-repeat 50% 0;
}

.quote em {
	color: #8d8d8d;
}

/* +++ footer +++ */

#footer {
	border-top: 2px solid #fff;
	background: #000;
}

#footer p.copyright {
	color: #787878;
}