@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#004c5d;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.6em;
	text-align:left !important;
}
td, p, div {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.6em;
}
.mainconteaner {
	margin:auto;
	width:952px;
}
.mainconteaner_wrap {
	margin:auto;
	width:952px;
	float:left;
}
#topheader {
	width:952px;
	height:158px;
	float:left;
}
#logo {
	float:left;
	width:243px;
	height:158px;
}
#topright {
	float:right;
	width:700px;
}
#searchbar {
	float:right;
	padding-top:30px;
}
#topmenu {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	margin-top:15px;
	clear:left;
	width:692px;
}
#topmenu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:right;
}
#topmenu ul li {
	float:left;
}
#topmenu ul li a {
	float:left;
	padding:5px;
	color:#ffffff;
	text-decoration:none;
}
#topmenu ul li a:hover {
	float:left;
	padding:5px;
	background-color:#FFFF00;
	color:#000000;
	text-decoration:none;
}
#imagemenu {
	width:952px;
	float:left;
	height:83px;
}
#imagemenu a img {
	float:left;
	border:0px;
}
.banner_inner {
	float:left;
	width:935px;
	height:262px;
	background-image:url(../images/banner_inner.jpg);
	background-repeat:no-repeat;
	margin-left:9px;
	margin-top:8px;
}
#banner {
	float:left;
	width:952px;
	height:270px;
	background-image:url(../images/banner.jpg);
}
#bodypart {
	float:left;
	width:952px;
	background-image:url(../images/conteaner_bg.jpg);
	background-repeat:repeat-y;
	height:auto;
	background-position:center;
}
#bodypart_inner {
	background-image:url(../images/conteaner_bg_inner.jpg);
	background-position:center center;
	background-repeat:repeat-y;
	float:left;
	height:auto;
	width:952px;
}
#bodyleft {
	float:left;
	margin:2px 0px 0px 6px;
	width:296px;
}
#news {
	width:270px;
	background-color:#e7f2e8;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
	margin-left:6px;
}
#news h2 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
#news p {
	margin:0px;
	padding:0px;
}
#bodyright {
	float:right;
	padding:20px;
	width:610px;
}
.productcontainer {
	width:550px;
	float:left;
	border-bottom:1px solid #CCCCCC;
	border-bottom-style:dotted;
	padding:20px 0px 20px 75px;
	background-position:center left;
	background-repeat:no-repeat;
	margin-top:20px;
}
.productimage, .productimage li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:6px;
}
.productimage li img {
	padding-right:20px;
}
#footer {
	float:left;
	width:940px;
	background-color:#00353c;
	height:auto;
	padding-bottom:20px;
	margin:20px 5px 0;
}
#footercontenaer {
	padding:10px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px;
	border-bottom:1px solid #FFFFFF;
	border-bottom-style:dotted;
	color:#FFFFFF;
}
#footermenu {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	width:600px;
}
#footermenuu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:right;
}
#footermenu ul li {
	float:left;
	list-style-type:none;
}
#footermenu ul li a {
	float:left;
	padding:5px;
	color:#ffffff;
	text-decoration:none;
}
#footermenu ul li a:hover {
	float:left;
	padding:5px;
	background-color:#FFFF00;
	color:#000000;
	text-decoration:none;
}
caption, th, td {
	line-height:1.6em;
}
.flex img {
	padding-right:15px;
}
#bodypart_inner #maincontent {
	padding:20px 40px;
}
a, a:link, a:visited, a:active, a:hover {
	color:#CD071E;
	outline:none;
}
/*#maincontent img {
	margin-bottom:5;
	margin-right:20px;

}*/


#upsell li {
	border:1px dashed #CCCCCC;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 10px 0 0;
	padding:5px;
	width:196px;
}
.search_input {
	background-image:url(/images/search.jpg);
	width:164px;
	height:22px;
	border:none;
	float:right;
	padding:8px 0px 0px 5px;
}




#social_side_links {
	position: fixed;
	top: 100px;
	left: 0;
	padding: 10px;
	background: #555;
	background: -webkit-gradient(linear, left top, left bottom, from( #555 ), to( #111 ), color-stop( 50%, #444 ), color-stop( 50%, #333 ));
	background: -webkit-linear-gradient(#555, #444 50%, #333 50%, #111);
	background: -moz-linear-gradient(#555, #444 50%, #333 50%, #111);
	background: -ms-linear-gradient(#555, #444 50%, #333 50%, #111);
	background: -o-linear-gradient(#555, #444 50%, #333 50%, #111);
	background: linear-gradient(#555, #444 50%, #333 50%, #111);
	border-width: 2px 2px 2px 0;
	border-style: solid;
	border-color: #777 #888 #999;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-box-shadow: #888 7px 0 10px -5px;
	-moz-box-shadow: #888 7px 0 10px -5px;
	-o-box-shadow: #888 7px 0 10px -5px;
	box-shadow: #888 7px 0 10px -5px;
}
#social_side_links li span {
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
}
#social_side_links li span img {
 -webkit-transition:  opacity .2s ease-in-out;
 -moz-transition:  opacity .2s ease-in-out;
 -o-transition:  opacity .2s ease-in-out;
 transition:  opacity .2s ease-in-out;
}
#social_side_links li a:hover img {
	opacity: 0;
}
#social_side_links li a:active img {
	opacity: 1;
}
#social_side_links li:first-child {
	background-image: url('images/twitter.png');
}
#social_side_links li:nth-child(2) {
 background-image: url('images/facebook.png');
}
#social_side_links li:nth-child(3) {
 background-image: url('images/linkedin.png');
}
#social_side_links li:nth-child(4) {
 background-image: url('images/digg.png');
}
#social_side_links li:nth-child(5) {
 background-image: url('images/youtube.png');
}

#social_side_links li {
    padding: 3px 0px;
}
