/*
CSS
*/

body {
	margin: 0;
	padding: 0;
	color: #666666;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #ED1C24;
}

a:visited {
	color: #ED1C24;
}

a:hover {
	color: #000033;
}

#container {
	margin: 0 auto;
	width: 1000px;
	height:auto;
}


/* Header */

#header {
	width: 990px;
	height: 124px;
	margin-top: 5px;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}


.breadcrumbs {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 5px;
	padding-top: 5px;
}

/* Content */

#content {
	width: 780px;
	padding-top: 20px;
	float: right;
}

#content-content {
	width: 1000px;
	padding-top: 20px;
	float: left;
}

.left_side {
	width: 200px;
	min-height: 505px;
	float: left;
	padding-right: 0px;
	padding-bottom: 0;
}


.product a:link {
	color: #333333;
}

.product a:visited {
	color: #333333;
}

.product {
	height: 120px;
	width: 740px;
	background-repeat: no-repeat;
	clear:both;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(images/products-bg.jpg);
	background-position: bottom;
}

.product-photo {
	float:left;
	overflow:hidden;
	width:90px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 5px;
	height: 94px;
	
}
.product-specifications {
	float:left;
	width:460px;
	overflow:hidden;
	padding-left: 10px;
	padding-top: 15px;
}
.product-buynow {
	float:right;
	margin-top:0px;
	width:140px;
	overflow:hidden;
	height: 110px;
	text-align: center;
	font-size: 18px;
	margin-left: 15px;
}

.title {
	font-size: 22px;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 220px;
	font-weight: bold;
}

.title-content {
	font-size: 22px;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 0px;
	font-weight: bold;
}

.subtitle {
	height: 20px;
	clear:both;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 18px;
	color: #999999;
}

.image_right {
	float: right;
	padding: 10px;
}

.image_left {
	float: left;
	padding: 10px;
}

.form_wrapper {
	width:220px;
	height:400px;
	float: left;
}

