/* @override 
	http://wheelsmedia.co.uk/media/css/styles.css
	http://localhost:8888/wheelsmedia/media/css/styles.css
*/

/* edited */

body {
	background:url(../images/body_bg.gif) repeat-x top left;
	background-color:#221e1f;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-size:12px;
}

a {
	text-decoration:none;
	color:#3CF;
}

strong {
	font-weight:bold;
}

h3 {
	color:#FA9F9E;
	font-weight:bold;
	display:inline;
}

h4 {
	 color:#FBFC96;
	 font-weight:bold;	
}


p {
	margin-bottom:10px;	
}

small {
	font-size:11px;	
}

.white {
	color:#fff;	
}
.pink {
	color:#FA9F9E;
}

.yellow {
	color:#FBFC96;	
}

.red {
	color:#F66461;	
}

.price {
	font-size:30px;
	color:#F66461;
}

.offer {
	font-size:23px;
	color:#fff;
	text-align:center;
	margin-top:10px;
}

#main {
	width:1000px;
	margin:auto;
}
	#header {
		background:url(../images/header.jpg) no-repeat top left;
		width:1000px;
		height:148px;
		display:block;
		text-indent:-5000px;
		overflow:hidden;
	}
	
	#menu {
		width:994px;
		height:20px;
		display:block;
		padding-left:6px;
		font-family:Arial, Helvetica, sans-serif;
		position: relative;
	}
	
	#menu li{
		background:url(../images/menu_link_bg.png) no-repeat top left;
		display:block;
		width:141px;
		height:17px;
		float:left;
		padding-top:3px;
	}
	
	#menu li.basket {
		background:none;
		position: absolute;
		top: -40px;
		right: 32px;
		width: 32px;
		height: 32px;
		float: none;
		
	}
	
	#menu li.basket a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -10000px;
	overflow: hidden;
		background:url(../images/cart.png) top left no-repeat;
	}
	#menu a {
		text-decoration:none;
		color:#fff;
		font-size:12px;
		margin-left:10px;
		
	}
	
	#menu a:hover {
		color:#ddd;
	}
	
#bottom {
	width:1000px;
	background:url(../images/bottom_bg.png) repeat-x top left;
	display:block;
}

#content {
	padding-top:20px;
	width:800px;
	padding-bottom:20px;
	display:block;
	margin:auto;
}

#content #boxes {
	margin-top:20px;
}

#content .offer {
	font-size:23px;
	color:#fff;
	text-align:center;
	margin-top:10px;
}



.box {
	display:block;
	float:left;
	margin-right:15px;
	border:8px solid #000;
}

.box_right {
	display:block;
	float:right;
	border:8px solid #000;
	position:relative;
	width:252px;
	height:192px;
}

.box img {
	border:1px solid #fff;	
}

.box_right img {
	border:1px solid #fff;	
}

.box_right object {
	border:1px solid #fff;	
}

#button_pop {
	position:absolute;z-index:2;width:240px;height:190px;
	cursor:pointer;
}

#wheel_swf_wrapper {
	position:absolute;z-index:1;width:250px;height:190px;border:1px solid #ffffff;
	font-size:10px;
	color:#888;
}

#button_close {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	height:20px;
	margin:10px;
	padding-right:20px;
	float:right;
	color:#000;
	background:url(../images/close_button.gif) no-repeat top right;
}

#button_close:hover {
	color:#333;	
}

#footer {
	padding:10px 10px 20px 10px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer,#footer a {
	
}

#footer_certified {
	float:left;
}

#footer_certified a {
	text-decoration:none;
	font-size:12px;
	color:#fff;
}

#footer_certified img {
	
}

#footer .footer_contact {
	font-size:12px;
	color:#fff;
	float:left;
	margin-left:40px;
	margin-top:21px;
	display:block;
	width:630px;
	line-height:18px;
}

#footer .designed {
	font-size:12px;
	color:#fff;
	text-decoration:none;
	float:right;
	margin-top:24px;
}

/* PRODUCTS */

#product_info_border {
	border:1px solid #fff;
	padding:20px;
}

#products_info {
	border:9px solid #000;
	width: 780px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:26px;
	background-color:#000;
	float:left;
	margin-top:25px;
}

#products_info h2 {
	font-weight:bold;
	color:#FD5A5B;
}

#products_info h3 {
	font-weight:bold;
	color:#FBFC96;
}

#products_images img {
	padding:0;
	margin:0;
	float:left;
}

#products_images_modal img {
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.product {
	float: left;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:10px;
	margin-top: 20px;
}

.product h2 {
	font-weight:bold;
	color:#FD5A5B;
	font-size:14px;
	margin-bottom:5px;
	height:20px;
}

.product a {
	font-size:12px;
	font-weight:bold;
	color:#FBFC96;
}
.product_box {
	border:7px solid #000;
	width: 246px;
	height: 186px;
	display:block;
	margin-bottom:5px;
	margin-right: 2px;
	margin-left: 2px;
}
.product_box img {
	width: 240px;
	height: 180px;
}

.product_box_border {
	border:1px solid #fff;
	padding:2px;
	
}

.product .product_price {
	color: #f00;
}

.product .cross {
	text-decoration: line-through;
	margin-left: 15px;
}

#product_single {
	border:9px solid #000;
	background-color:#000;
	line-height:15px;
}
#product_single_border {
	border:1px solid #fff;
	padding:10px 140px 10px 140px;
}

#product_single .order_product {
	padding: 10px;
	display: block;
	border: 1px solid #333;
	width: 110px;
	background-color: #111;
	float:right;
}

#go_to_basket {
	padding: 10px;
	display: block;
	border: 1px solid #333;
	width: 110px;
	background-color: #000;
	float:right;
}

#back_button {
	padding: 10px;
	display: block;
	border: 1px solid #333;
	width: 90px;
	background-color: #111;
	float:left;
}

#product_order {
	padding: 10px;
}
#product_order li {
	padding: 2px;
	
}
#product_order li.errors p {
	color: #f44;
	margin: 0 0 2px 0;
}
#product_order li.errors p.success {
	color: #0f0;
}

#product_order li.errors p.loading {
	color: #ff0;
}

#product_order label.error {
	color: #f00;
}

/* END OF PRODUCTS */

/* SHOP */

	/* ORDER FORM */
	#product_form {
		width: 500px;
	}
	#product_form input {
		margin: 0;
		padding: 0;
	}
	#product_form select {
		float:left;	
	}
	#product_form label {
		width: 140px;
		display: block;
		float: left;
		text-align: right;
		padding-right: 5px;
		
	}
	#product_form li {
		margin-bottom: 10px;
		padding: 5px; 
	}
	
	#product_form li.disabled label {
		color: #444;
	}
	
	#product_form li.disabled input {
		
	}
	
	/* END OF ORDER FORM */
	
#shop .continue_shopping {
	float: right;
	margin-top: 20px;
	border: 1px solid #222;
	padding: 10px;
	background-color: #000;
}

#shop .checkout_button {
	float: right;
	margin-right: 20px;
	color: #ff0;
	margin-top: 20px;
	border: 1px solid #222;
	padding: 10px;
	background-color: #000;
}
#basket table {
	width: 800px;
}

#basket table tr.divider td {
	border-top: 1px solid #333;
}
#basket table .tr {
	text-align: right;
	padding-right: 10px;
}
#basket table th {
	padding: 5px;
	border-bottom: 1px solid #333;
	text-transform: uppercase;
	color: #F66461;
}

#basket table td {
	padding: 5px;
}

#basket .quantity {
	width: 30px;
}

#shop .paypal_button {
	display: block;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
/* END OF SHOP */
/* ABOUT US */

#about_us {
	border:9px solid #000;
	background-color:#000;

}

#about_us_border {
	border:1px solid #fff;
	padding:10px;
}

#about_us p {
	line-height:15px;
}

/* END OF ABOUT US */

/* CONTACT */
#contact_us {
	border:9px solid #000;
	background-color:#000;
	width:450px;
	float:left;

}

#contact_us_border {
	border:1px solid #fff;
	padding:10px;
}

.contact_us {
	float:right;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:30px;
}

.contact_us_box {
	border:9px solid #000;
	width:246px;
	height:186px;
	display:block;
	margin-bottom:5px;
}

.contact_us_box_border {
	border:1px solid #fff;
	padding:2px;
}

/* END OF CONTACT */


/* PRICES */
#prices {
	border:9px solid #000;
	background-color:#000;

}

#prices_border {
	border:1px solid #fff;
	padding:10px;
}

#prices p {
	line-height:15px;
}

#prices_body {
	width:370px;
	display:block;
	float:left;
}

#prices_form {
	width:350px;
	min-height:560px;
	display:block;
	float:right;
	text-align:center;
}

#prices_form table {
	width:300px;	
}

#prices_form table td {
	padding:12px 0 12px 0;
	vertical-align:top;
}

#prices_form table input {
	width:140px;
	margin-left:10px;
}

#prices_form  .button {
	width:67px;
	margin-top:10px;
}


#prices_form table textarea {
	width:143px;
	height:105px;
	margin-left:10px;
}

#prices_form table .label {
	width:100px;
	text-align: right;	
}

#prices_form table .label:after {
	content:':';
}

#prices_form h3 {
	margin:5px;
	display:block;
}

#prices_form_form {
	width: 310px;
	border:1px solid #fff;
	padding:20px;
	text-align:left;
}

#form_errors {
	color:#f00;	
}

.prices_box {
	border:7px solid #000;
	width:246px;
	height:186px;
	display:block;
	margin-bottom:5px;
	float:left;
}

.prices_box_border {
	border:1px solid #fff;
	padding:2px;
	
}
/* END OF PRICES */

/* FAQ */
#faq {
	border:9px solid #000;
	background-color:#000;
	width:500px;
	float:left;

}

#faq p {
	line-height:15px;
}

#faq_border {
	border:1px solid #fff;
	padding:10px;
}

#faq_images {
	border:9px solid #000;
	background-color:#000;
	width:246px;
	float:right;
}

#faq_images_border img {
	margin-bottom:2px;	
}

#faq_images_border {
	border:1px solid #fff;
	padding:2px 2px 0 2px;
}
/* END OF FAQ */

/* GALLERY */

#gallery {
	
}

#gallery_image_wrapper {
	display:block;
	width:1000px;
	text-align:center;
	padding-top:50px;
}

#gallery_image {
	margin:20px 0 20px 0;	
}

#gallery_button_prev {
	display:block;
	float:left;
	padding:5px;
	margin-left:15px;
	cursor:pointer;
	width:53px;
}

#gallery_button_next {
	display:block;
	float:left;
	padding:5px;
	cursor:pointer;
	width:53px;
}

#gallery_thumbnails {
	overflow:hidden;
	display:block;
	width:848px;
	height:110px;
	white-space:nowrap;
	float:left;
	position:relative;
	margin-bottom:30px;
}
#gallery_thumbnails ul {
	margin:0;
	padding:0;
	width:10000px;
	display:block;
	position:absolute;
	top:0;
	left:0;
}

#gallery_thumbnails li {
	display:block;
	float:left;
	margin:3px;
	padding:0;
}


.gal {
	float:left;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:30px;
	margin:0 20px;
}

.gal h2 {
	font-weight:bold;
	color:#FD5A5B;
	font-size:14px;
	margin-bottom:5px;
	height:20px;
}

.gal_box {
	border:9px solid #000;
	width:246px;
	height:186px;
	display:block;
	margin-bottom:5px;
}

.gal_box_border {
	border:1px solid #fff;
	padding:2px;
	
}

#galleries {
	margin-left:50px;
}


/* GALLERY END */


/* SECRET MAGIC */

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
