html,body{
	margin:0;
	padding:0;
	background-color: #ccc;
}
body{
	font: 14px arial,sans-serif;
	text-align:center;
}

h2 {
	font-family: Georgia, arial, sans-serif;
	margin-left: 8px;
	margin-top: 0px;
}


p{
	margin:0 10px 10px;
}

dl {
margin-left: 10px;
margin-right: 10px;
}

dt {
	font-family: Georgia, arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

dd {
	margin-left: 0px;
	margin-bottom: 22px;
	line-height:1.8em;
}

textarea {
	font-family: Arial, sans-serif;	font-size:14px;	color:#000;
	background-color: #FFF;
	border: 1px solid #ccc;
	width: 400px;
	height: 150px;
}

textarea:focus {
	border: 1px solid #999;
}

input {
	font-family: Arial, sans-serif;	font-size:14px;	color:#000;
	background-color: #FFF;
	letter-spacing: 1.5px;	
}

input:focus {
	border: 1px solid #999;
}

form {
	margin-bottom: 25px;
}

/* CUSTOM CLASSES & IDS */

.error {
	font-weight: bold;
	font-size: 15px;
	color: #cc0000;
}

.formContainer {
	width: 540px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding-top: 25px;
}

.formContainer p {
	width: 540px;
	height: auto;
	margin-bottom: 10px;
}

.formLeftFloat {
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	float:left;
	width: 85px;
	margin-right: 15px;
}

.formRightFloat {
	text-align: left;
	float:left;
	width: 400px;
}

.formInput {
	width: 400px;
	border: 1px solid #ccc;
}

div#content a:link {
	font-weight: bold;
	color: #182B78;
}

div#content a:visited {
	font-weight: bold;
	color: #182B78;
}

div#content a:hover {
	font-weight: bold;
	color: #182B78;
		background-color: #C7DDFF;

}

div#content a:active {
	font-weight: bold;
	color: #182B78;
}

div#header{
	position:relative;
}
div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background: #EEE;
	color: #79B30B;
}

div#container{
	text-align:left;
	background-color: #fff;
	color: #000;
}
div#content p{
	margin-left: 8px;
	line-height:1.8em;
}
div#footer{
	text-align: center;
	background: #333;
	color: #FFF;
}
div#footer p{
	margin:0;
	padding:5px 10px;
}
div#footer a{
	display:inline;
	padding:0;
	color: #C6D5FD;
}

div#container{
	width:770px;
	margin:0 auto;
}
div#content{
	float:right;
	width:560px;
}
div#navigation{
	margin-left: 10px;
	margin-top: 14px;
	float:left;
	width:200px;
	padding: 0px;
}

div#navigation a:link {
	display:block;
	color: #000;
	background-color: #CFD9E8;
	text-decoration: none;
	margin-bottom: 1px;
	padding:6px;
}

div#navigation a:visited {
	display:block;
	color: #000;
	background-color: #CFD9E8;
	text-decoration: none;
	margin-bottom: 1px;
	padding:6px;
	
}

div#navigation a:hover {
	display:block;
	color: #000;
	background-color: #C7DDFF;
	text-decoration: none;
	margin-bottom: 1px;
	padding:6px;
	
}

div#navigation a:active {
	display:block;
	color: #000;
	background-color: #C7DDFF;
	text-decoration: none;
	margin-bottom: 1px;
	padding:6px;
	
}

div#extra{
	margin-left: 10px;
	float:left;
	clear:left;
	width:200px;
	margin-top: 5px;
}

div#footer{
	clear:both;
	width:100%;
}

.dottedLine{
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom: 2px dotted #000;
}

.productHolder {
	margin-left: 10px;
	margin-right: 10px;
	width: 540px;
	height: auto;
}

.productImage {
	float:left;
	text-align: center;
	width: auto;
	height: auto;
	margin-left: 35px;
}

div#content .productImage a:link{
	text-decoration: none;
	background-color: #FFF;	
}

div#content .productImage a:visited{
	text-decoration: none;
	background-color: #FFF;	
}

div#content .productImage a:hover{
	text-decoration: none;
	background-color: #FFF;	
}

div#content .productImage a:active{
	text-decoration: none;
	background-color: #FFF;	
}

.productHolder dl {
	float: left;
	width: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.productHolder dt {
	font-family: Georgia, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 2px;
}

.productHolder dd {
	margin-left: 5px;
	margin-bottom: 22px;
	line-height:1.9em;
}

.from {
	font-weight: bold;
	font-style: italic	
}

.specificationTitle {
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
	width: 100px;
	font-weight: bold;
	font-size: 14px;
}

.specificationDetails {
	float: left;
	width: 407px;
	margin-top: 10px;
}

#controls {
	color: #FFF;
	font-weight: bold;
	line-height: 25px;
	width: 430px;
	position: absolute;
	top: 60px;
	left: 400px;
}

#increase,#decrease {
	cursor: pointer;
}

#controls img {
	vertical-align: bottom;
}

.error {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
}

.cleardiv {
	clear: both;
}

