/*
CSS: http://www.scibiliadesign.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
	color: #333333;
	background: #fff;
}

a:active {outline: none;}

a {outline: none;}

a:link, a:visited { color: #1f1f1f; text-decoration: none; 	font-weight: bold;} 
a:active, a:hover { color: #6b8ba4; text-decoration: none; }


.mail_link a:link {color: #FFFFFF; text-decoration: none}
.mail_link a:visited {color: #FFFFFF; text-decoration: none}
.mail_link a:active {color: #B6E654; text-decoration: none}
.mail_link a:hover {color: #B6E654 ; text-decoration: underline}  


.sd_link a:link {color: #1f1f1f; text-decoration: none}
.sd_link a:visited {color: #1f1f1f; text-decoration: none}
.sd_link a:active {color: #CC0000; text-decoration: none}
.sd_link a:hover {color: #CC0000; text-decoration: none}  


.top_page a:link {color: #6b8ba4; text-decoration: none}
.top_page a:visited {color: #6b8ba4; text-decoration: none}
.top_page a:active {color: #B6E654; text-decoration: none}
.top_page a:hover {color: #B6E654; text-decoration: none}  

.brochure a:link {color: #6b8ba4; text-decoration: none}
.brochure a:visited {color: #6b8ba4; text-decoration: none}
.brochure a:active {color: #99D31F; text-decoration: none}
.brochure a:hover {color: #99D31F; text-decoration: none}  


img {
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

h1 {
	margin: 0 0 15px 0;
}


h3 {
	font-family: Verdana, Arial, san-serif;
	font-size: 24px;
	margin: 0 0 15px 20px;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_divider {
	clear: both;
	width: 100%;
	height: 15px;
	border-bottom: 1px solid #333;
	margin-bottom: 25px;
	font-size: 1px;	
}

#sd_container {
	width: 960px;
	margin: 0 auto;
	padding: 0 5px;
	background: url(images/pes_main_bg.jpg) repeat-y;
}


/* header */
#sd_header {
	width: 920px;
	height: 155px;
	padding: 0 30px 0 0;
	background-image: url(images/pes_header.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#sd_header #site_title {
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 80px 0 10px 0;
	width: 325px;
	height: 55px;
	background: url(images/pes_logo.jpg) no-repeat bottom;
}
/* end of header */
/* menu */
#sd_menu {
	clear: both;
	width: 960px;
	margin: 0;
	height: 34px;
	background: url(images/pes_menu_bg.jpg) right no-repeat;
}

#sd_menu ul {
	padding: 0 0 0 2px;
	margin: 0 auto;
	height: 45px;
	list-style: none;
}

#sd_menu ul li {
	float:left;
	padding-right: 3px;
}

#sd_menu li a {
	float: left;
	display: block;
	color: #fff;
	font-size: 12px;
	height: 34px;
	line-height: 30px;
	text-align: center;
	padding: 0px 0 0 0px;	
}
#sd_menu  li a b {
	float: left;
	display: block;
	padding: 0px 23px 0 23px;
}
#sd_menu  li.current a, #sd_menu  li a:hover {
	color: #bfcad5;
	text-decoration: none;
	background: url(images/pes_menu_hover_right.jpg) right top no-repeat; 
}
#sd_menu  li.current a b, #sd_menu li a:hover b {
	color: #bfcad5;
	text-decoration: none;
	background: url(images/pes_menu_hover_left.jpg) left top no-repeat;
}
/* end of menu */

/* top categories */
#sd_top_categories {
	clear: both;
	width: 960px;
	padding: 50px 0px;
	background: url(images/pes_content_top.jpg) top no-repeat;
}

/* category page */
#sd_category_page {
	clear: both;
	width: 960px;
	padding: 20px 0px;
	background: url(images/pes_content_top.jpg) top no-repeat;
}

#sd_category_page h1{
	color: #6b8ba4;
	font-size: 28px;
	margin: 0 20px 15px 20px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #1b2308;
}

#sd_top_category h2 {
	font-size: 14px;
	font-weight: bold;
	color: #1f1f1f;
	margin: 0;
	padding: 0 0 5px 0;

}
#sd_top_category p {
	margin: 0px;
	padding: 0px;
}

#sd_top_category .top_category_box {
	float: left;
	width: 215px;
	margin-left: 20px;
}

#sd_top_category .top_category_box img {
	margin-bottom: 15px;
	border: 2px solid #000000;
}
/* end of banner */

/* content */
#sd_content {
	position: relative;
	color: #fff;
	width: 920px;
	padding: 0;
	margin-left: 20px;
	background: url(images/pes_content_bg_middle.jpg) repeat-y;
}

#sd_innter_content {
	background: url(images/pes_content_bg_bottom.jpg) bottom center no-repeat;	
}

#sd_content .top {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 920px;
	height: 15px;
	background:url(images/pes_content_bg_top.jpg) bottom center no-repeat;
}

#sd_content .bottom {
	position: absolute;
	float: left;
	bottom: 0;
	left: 0;
	width: 920px;
	height: 175px;
	background: url(images/pes_content_bg_bottom.jpg) bottom center no-repeat;
}

#sd_content #sd_content_disclaimer {
	float: left;
	padding: 50px 0 0 50px;
	width: 800px;
}
#sd_content #sd_content_left {
	float: left;
	padding: 50px 0 0 50px;
	width: 545px;
}
#sd_content #sd_content_right {
	float: right;	
	padding: 30px 30px 30px 0;
	width: 245px;
	
}

 #sd_content_left h1 {
	 font-size: 18px;
	 padding: 3px 0 5px 0;
	 margin: 0 0 15px 0;
 }

#sd_content_left p {
	padding-bottom: 25px;
	margin: 0px;
}

#sd_content_left img {
	float: left;
	margin: 3px 15px 0 0;
	border: 5px solid #4b5e1e;
}

#sd_content_right h1 {
	color: #374712;
	font-size: 20px;
	height: 30px;
	margin: 0px;
	padding: 15px 0 0 20px;
	background: url(images/pes_header_bg.jpg) no-repeat;
}

#sd_content_right h2 {
	color: #1f1f1f;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#sd_content_right img {
	border: 1px solid #000000;
	margin: 0 0 5px 0;
}


#sd_content_right p {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#sd_content_right .right_column_section {
	clear: both;
	margin: 20px;
}


#roller{

height: 202px;
width: 192px;
text-indent: 10000px;
overflow: hidden;
background: url(qq.gif) top left no-repeat;
display: block;

}
 
#roller:hover{

background-position: bottom left;

}




/* products*/
#sd_products {
	position: relative;
	color: #000000;
	width: 920px;
	padding: 0;
	margin-left: 20px;
	background: url(images/pes_products_bg_middle.jpg) repeat-y;
}
#sd_main_products {
	background: url(images/pes_products_bg_bottom.jpg) bottom center no-repeat;	
}
#sd_products .top {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 920px;
	height: 15px;
	background:url(images/pes_products_bg_top.jpg) bottom center no-repeat;
}
#sd_products .bottom {
	position: absolute;
	float: left;
	bottom: 0;
	left: 0;
	width: 920px;
	height: 175px;
	background: url(images/pes_products_bg_bottom.jpg) bottom center no-repeat;
}

/* left products */

#sd_products #sd_products_left {
	float: left;
	padding: 25px 0 0 35px;
	width: 545px;
}

#sd_products_left h1 {
	 font-size: 18px;
	 padding: 3px 0 5px 0;
	 margin: 0 0 15px 0;
}
#sd_products_left p {
	padding-bottom: 25px;
	margin: 0px;
}
#sd_products_left img {
	float: left;
	margin: 3px 15px 0 0;
	border: 5px solid #4b5e1e;
}


/* left2 products */

#sd_products #sd_products_left2 {
	float: left;	
	padding: 20px 0 0 20px;
	width: 305px;
}
#sd_products_left2 h1 {
	 font-size: 18px;
	 padding: 3px 0 5px 0;
	 margin: 0 0 15px 0;
}
#sd_products_left2 p {
	padding-bottom: 25px;
	margin: 0px;
}
#sd_products_left2 img {
	border: 2px solid #000000;
	margin: 0 0 5px 0;
}
#sd_products_left2 h2 {
	color: #1f1f1f;
	font-size: 15px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	text-align: center;
}

#sd_products_left2 .left2_column_section {
	clear: both;
	margin: 15px;
}

#sd_products_left2 .left_column_section {
	clear: both;
	margin: 15px;
}

#sd_products_left2 p {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	text-align: center;
}

/* middle products */

#sd_products #sd_products_middle {
	float: left;	
	padding: 20px 0 0 0;
	width: 269px;
}
#sd_products_middle h2 {
	color: #1f1f1f;
	font-size: 15px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	text-align: center;
}
#sd_products_middle .middle_column_section {
	clear: both;
	margin: 15px;
}
#sd_products_middle img {
	border: 2px solid #000000;
	margin: 0 0 5px 0;

}
#sd_products_middle p {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	text-align: center;
}

/* right products */

#sd_products #sd_products_right {
	float: right;	
	padding: 20px 20px 0 0;
	width: 305px;
}
#sd_products_right h1 {
	color: #374712;
	font-size: 20px;
	height: 30px;
	margin: 0px;
	padding: 15px 0 0 20px;
	background: url(images/pes_header_bg.jpg) no-repeat;
}
#sd_products_right h2 {
	color: #1f1f1f;
	font-size: 15px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	text-align: center;

}
#sd_products_right img {
	border: 2px solid #000000;
	margin: 0 0 5px 0;

}
#sd_products_right p {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	text-align: center;

}
#sd_products_right .right_column_section {
	clear: both;
	margin: 15px;
}


/* left column */

/* footer */
#sd_footer {
	clear: both;
	font-size: 10px; 
	font-weight: bold;
	color: #002b45;
	width: 960px;
	margin-top: 10px;
	padding: 5px 0px 25px 0;
	text-align: center;
	background: #bfcad5;
}	
#sd_footer #sd_footer_left {
	float: left;	
	padding: 0 0 0 0;
	width: 350px;
}	
#sd_footer #sd_footer_right {
	float: right;	
	text-align: right;
	padding: 0 30px 0 0;
	width: 245px;
}
#disclaimer {
	float: left;	
	text-align: centre;
	font-size: 8.5px; 
	font-weight: normal;
	color: #000000;
	width: 960px;
	margin-top: 10px;
	padding: 5px 0px 25px 0px;

}

html { overflow-y: scroll; }

.heading{
	font-family: "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-size:15px;
	color:#ffffff;
	
}
hr{
	color:#000000;
	border-top: 1px solid #FFFFFF;
}
.field{
	background:white;
	border: 1px solid #7f9db9;
	color:#454545;
	font-size:13px;
	margin:3px;
	font-family: "Lucida Sans Unicode", lucida, Verdana, sans-serif;
}

/* end of footer */