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

body {
	background-color: #F05623;
}
a:link {
	color: #00F;
	text-decoration: none ;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #00F;
}


#header {
	width:960px;
	height: 196px;
	background-image: url(img/wrapper-bg.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	background-position: left;
	margin-left: auto;
	margin-right: auto;
}
#header-top {
	width:960px;
	height: 86px;
	margin-top: 35px;
}

#logo {
	width:400px;
	float: left;
	margin-left: 25px;
}

#phone {
	width:329px;
	float: right;
	margin-top: 7px;
	margin-right: 80px;
}

#links {
	width:960px;
	height: 46px;
	margin-top: 10px;
}
#links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#links li {
	float: left;
	font: tahoma;
	font-size: 12px;
	color: #333;
}




#content {
	width:960px;
	margin-top: 0px;
	height:375px;
	background-image:url(img/content-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}

#slide {
	height:360px;
	width: 933px;
	margin: auto;
	margin-top: 0px;
	padding-top: 8px;
}


#panels {
	height:295px;
	margin-top: 20px;
	width: 965px;
	margin-left: auto;
	margin-right: auto;
}

#panel1 {
	height:281px;
	float: left;
	width: 319px;
	background-image: url(img/shop-our-catalog.png);
	background-position: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-bottom: 2px;
}

#panels  p{
	margin-top:85px;
	margin-left: 25px;
	margin-right: 20px;
	margin-bottom: 25px;
	font-size:16px;
	font:verdana;
	color: #333;
	line-height: 20px;
}
#panel2 {
	height:281px;
	float: left;
	width: 319.146px;
	background-image: url(img/our-guarantee.png);
	background-position: center;
	padding-bottom: 2px;
}
#panel3 {
	height:281px;
	float: left;
	width: 319.146px;
	background-image: url(img/contact-us-panel.png);
	background-position: center;
	padding-bottom: 2px;
}
#footer {
	width: 450px;
	margin: auto;
	padding: 10px;
	text-align: center;
	height: auto;
	float: none;
	line-height: 25px;
}
#footer ul {
	list-style: none;
	padding-left: 0px;
}

#footer li {
	float: left;
	font: tahoma;
	font-size: 14px;
	color: #333;
}
#footer a {
	color:#222;
	text-decoration:none;
	font: verdana;
	width: auto;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFF;
}

#footer-links {
	width:600px;
}

