/* Layout Stylesheet */ 

body {
	margin:0;
	padding:0;
	background-color: #4e4e4e;
	color: #000000;
	text-align: center;
	font-family: tahoma;
 }
#left_content {
	border-left:1px solid #ADADAD;
	border-right:1px solid #ADADAD;
	float:left;
	margin-left:0px;
	padding-left:10px;
	width:585px;
	margin-right: 5px;
}
#right_content {
	float:left;
	margin-right:16px;
	padding:9px;
	width:165px;
}

#bar-top {
	background:transparent url(../images/nav_bg.jpg) repeat-x scroll center top;
	color:#cccccc;
	height:58px;
	margin-left:auto;
	margin-right:auto;
	width:831px;

}

#footer {
  width: 830px;
  font-size: 9pt;
  line-height: 1.5em;
height: 70px;
text-align: left;
margin: 0 auto;
border-top: 1px solid #CCCCCC;
  padding: 20px 0px 20px 50px;
  color: #000000; 
margin-top: 100px;
}

.tiny {
	font-size: 9pt;
}

#content {
	padding-top: 15px;
	position:relative;
	color: #333333;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 805px;
	clear: both;
 }
 
 
 #flash_main {
   height: 325px;
   width: 820px;
   margin: 0 auto;
   margin-top: 4px;
   padding-bottom: 10px;
   clear:both;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
		background-image: url(../images/bg_center.jpg);
	background-position: center;
	background-repeat: repeat-y;

}
#features {
	background-color: #4E4E4E;
	float: left;
	height: 305px;
	width: 180px;
	margin: 4px;
	color: #FFFFFF;
	padding: 10px;
}
#flash_home {
	height: 325px;
	float: left;
	width: 600px;
	background-color: #CCCCCC;
	margin: 4px;
}

#product_top {
	height: 325px;
	float: left;
	width: 600px;
	margin: 4px;
	text-align: left;
	background: url(../images/carry_bag.jpg) right top no-repeat; 
}

#contact_top {
	height: 425px;
	float: left;
	width: 600px;
	margin: 4px;
	text-align: left;
}

#testimonials_top {
	height: 325px;
	float: left;
	width: 600px;
	margin: 4px;
	text-align: left;
}

#product_list {
    width: 800px;
margin: 0 auto;
}

#cycleshelter_page {
  width:800px;
  position:relative;
  left:70px;
}
#contact_form {
  margin-left: 20px;
}

input, textarea, select {

	background-image:url(../images/form_bg.jpg);

	background-repeat:repeat-x;

	border:1px solid #d1c7ac;

	font-size:11px;

	color:#333333;

	padding:3px;

	margin-right:4px;

	font-family:tahoma, arial, sans-serif;

}

.input_button {

	font-size:11px;

	font-family:Tahoma, Verdana, Arial, Sans-Serif;

	font-weight:bold;

	background-color: #db6600;

	padding-left:6px;

	padding-right:6px;

	padding-top:3px;

	padding-bottom:3px;	

	color: #ffffff;

	border:1px solid #db6600;

	background-image: url(../images/button_bg.jpg);

}

.input_button:hover {

	background-color: #333333;	

	border:1px solid #000000;

	background-image: url(../images/button_bg_over.jpg);

}

.wide_field {
	width: 200px;
}

