@import url(resets.css);

body {
	background: #222;
	font-size: 62.5%;
	font-family:  arial, helvetica, sans-serif;
	color:  #bbbbbb;
}

p {
	font-size:  1.3em;
	line-height:  1.7em;
	margin:  15px 0;
}

a, a:visited {
	color:  #fff;
	text-decoration: none;
}

a:hover, a:active {
	color: #229994;
	text-decoration: none;
}

#wrapper {
	width:  922px;
	margin:  0 auto;
}

#header {
	background:  url(../images/bgHeader.jpg) top no-repeat;
	height:  135px;
	
}
h1 {margin:  30px;
	text-indent: -9999px;
	background:  url(../images/logo.png);
	width:  171px;
	height:  33px;
	float:  left;
}

h1 a {
	display:  block;
		width:  171px;
	height:  33px;
}
h2 {
		font-family: "Century Gothic", arial, sans-serif;
	font-size: 5.2em;
	font-weight: normal;
	margin-bottom:  20px;
	text-transform: uppercase;

}

.inp {
	border:  1px solid #1c1c1c;
	font-size:  1.1em;
	color: #bbbbbb ;
	line-height:  1.4em;
	background:  #272727;
	padding:  3px;
	font-weight:  normal;
	width:  468px;
	
}



label  {
	font-family: "Century Gothic", arial, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	}
	
h3  {
	font-family: "Century Gothic", arial, sans-serif;
	font-size: 3.0em;
	font-weight: normal;
	}
	
.br {
margin: 60px 0 30px 0;
clear:  both;
 height:  22px; background:  url(../images/break.png) center no-repeat;
}

#header ul {
	margin:  40px 0 0 0;
	float: right;
}

#header ul li {
	float:  left;
	padding:  0 25px;
	border-left: 1px dotted #fff;
	}

#header ul li a {
	text-transform: uppercase;
	font-size:  1.2em;
	font-weight:  bold;
}

#header ul li.first {
	border-left: 0px;
}


#content {
	margin: 0;
	overflow: hidden;
}

#sideBox {
	width:  326px;
	height:  174px;
	background:  url(../images/left_topbox.jpg);
	float:  left;
	padding: 40px 30px;
}

.imageBox {
	width:  534px;height:  254px;
	background: url(../images/car.jpg);
	float:  left;
}

#content2 {
	padding:  0 14px;
}
.prodBox {
	float: left;
	width:  400px;

}
.buyNow, .googlecart-add-button {
	float:  right;
}

.price, .product-price {
	float:  left;
	font-size: 3.0em;
	font-family: "Century Gothic", arial, sans-serif;
	
}

.prodBox ul li {
	font-size:  1.3em;
	line-height:  1.8em;

	}


.prodBox ul  {

	margin:  10px 0 30px;
	}
	
.prodImg {
	border:  1px solid #2a2a2a;
	float:  right;
	
}


#footer {
	background:  url(../images/bgFooter.jpg) top no-repeat;
	height:  129px;
}