/* CSS Document */

body{
background-color:#ffffff;
margin:0 auto;
padding:0;
}
#container {
	margin:0 auto;
	margin-top: 5px;
	width:900px;
}
#top {
	width:900px;
	height:35px;
	padding-bottom:20px;
	}
#topL {
	float:left;
	}
#topR {
	float:right;
	padding-top:2px;
	}
	
#mainimgcontainer {
	width:900px;
	height:400px;
	}
#mainimg {
	width:700px;
	height:400px;
	float:left;
	}
#video {
	width:711px;
	height:400px;
	margin-left:95px;
	}
#cyclable {
	width:700px;
	height:400px;
	float:left;
}
#mainimgL {
	float:left;
	width:50px;
	margin-right:50px;
	height:400px;
	}
#mainimgR {
	float:right;
	width:50px;
	margin-left:50px;
	height:400px;
	}

#splittline {
	width:880px;
	margin-left:10px;
	height:1px;
	background-image:url(img/splitt.gif);
	background-repeat:no-repeat;
	}

#textarea {
	width:600px;
	margin-left:150px;
	padding-bottom:20px;
	padding-top:20px;
	}

#quotarea {
	width:500px;
	padding-left:50px;
	padding-bottom:10px;
	padding-top:10px;
	}
	
#brandcontainer {
	width:760px;
	margin-left:70px;
	height:98px;
	padding-top:20px;
	}
#brandboxL {
	float:left;
	width:100px;
	height:98px;
	background-image:url(img/client_bg.gif);
	background-repeat:no-repeat;
	padding-right:10px;
	}
#brandboxR {
	float:right;
	width:100px;
	height:98px;
	background-image:url(img/client_bg.gif);
	background-repeat:no-repeat;
	}
	
#footer {
	width:700px;
	margin-left:100px;
	padding-bottom:10px;
	padding-top:10px;
	}
	
#clear {
	clear:both;
	}
	
.text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #696969;
	text-decoration: none;
}
.quot {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #696969;
	text-decoration: none;
}
.qname {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #696969;
	text-decoration: none;
	text-align:left;
	padding-top:3px;
}
a {color:#F0F; text-decoration:none;}
.footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #696969;
	text-decoration: none;
	text-align:center;
}
.menu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #696969;
	text-decoration: none;
	text-align:right;
}
.menu a {color:#696969; text-decoration:none;}