/* CSS Document */
/* Gorey Bikes website style sheet*/

body 
{
	margin:0;
	padding:0;
	height:100%;
	font-family: Verdana, sans-serif, "Trebuchet MS"; 
	background-color:#000033;
	background-image: url("images/bodyslice.jpg");
	background-repeat:repeat-y;
	background-position:center;
}
a:link{color:#fff;text-decoration:none; font-weight:bold;}
a:visited{color:#FFFFFF;text-decoration:none;}
a:hover {
	color:#999999;
	text-decoration:underline;
	font-weight: bold;
}
h1{
	font-family: Verdana, sans-serif, "Trebuchet MS";color:#ffffff;font-size: 16px; margin:0;
	font-weight:bold;
}
h2{
	font-family: Verdana, sans-serif, "Trebuchet MS";color:#ffffff;font-size: 15px; margin:0;
	font-weight:bold;
}
h3{
	font-family: Verdana, sans-serif, "Trebuchet MS";
	color:#CCC;
	font-size: 16px;
	margin:0;
	font-weight:bold;
	text-align:center;
}	
h4{
	font-family: Verdana, sans-serif, "Trebuchet MS";color:#ffffff;font-size: 12px; margin:0;
	font-weight:bold;
}

#wrapper {  /*container for all the child divs */
		width:1000px;
		min-height:100%;/*this is to keep footer down*/
		position:relative; 
		top: 0px; 
	margin: 5px auto;
	}

#header {  /* Main header*/
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	position:relative; 
	height: 156px;
	width: 1000px;
	margin-left:auto; margin-right:auto;
	text-align:center;	
}
#headertext{
	position:relative;
	top:10px;
	text-align:center;
	font-family:"Basic Sans Heavy SF";
	color:000033;
	font-size:21px;
	font-weight:300;
	margin-left:auto;
	margin-right:auto;
	left: 30px;
}

#specialoffers{
	width:350px;
	float:left;
	background-image:url(images/index/50percentoff.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	color:#F00;
	size:14px;
	font-weight:600;
	margin:10px;
	padding:10px;
	padding-top:40px;
	font-size: 12px;
	background-color: #ffffff;
	text-align: center;
	}

#bodyNav{
	margin:5px auto;
	padding:0;
	}
#bodyNav ul li 
{
	display:inline;
	padding: 5px 50px;
	border: #ccc solid thin;
}
bodyNav ul li a{color:#fff; text-decoration:none;}
	
#gwocioffer{
	position:relative;
	height: 100px;
	width: 200px;
	display:block;
	border: thick;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-width: thick;
	}
	
#dealerships{
	position:relative;
	width: 200px;
	display:block;
	}

#headernav{
	position: relative;
	top: 5px;
	height: 20px;
	width: 400px;
	padding: 0;
	font-family: Verdana, sans-serif, "Trebuchet MS";
	color:#000033;
	font-size: 11px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
}
#pagetitle{
	position: relative;
	top: 0px;
	height: 20px;
	width: 200px;
	padding: 0;
	font-family: Verdana, sans-serif, "Trebuchet MS";
	font-weight:bold;
	color:#000033;
	font-size: 16px;
	margin-left:auto;
	margin-right:auto;
	
}
#headernav a:link{color:#FFFFFF;text-decoration: none; font-weight:bold;}
#headernav a:visited{color:#99FFFF;text-decoration:none;}
#headernav a:hover {color:#FFFFFF;text-decoration:underline;}

#mainbody{
	position:relative;
	font-family:Verdana, sans-serif, "Trebuchet MS";
	font-size:12px;
	left: 2px;
	padding-bottom:40px; /*set to height of footer*/
}
#centrebody{
	position:relative;
	margin-left:20px;
	margin-right:230px;
	font-family:Verdana, sans-serif, "Trebuchet MS";
	color:#FFF;
	left: 1px;
	border-color: #CCCCCC;
	font-size: 16px;
	padding: 1;
	font-weight: 400;
	line-height: 22px;
	}

#rightbody{
	position:absolute;
	width:200px;
	top:40px;
	right:15px;
	display:block;
	border-width:thick;
	font-family: Verdana, sans-serif, "Trebuchet MS";
	color:#99FFFF;
	font-size: 12px;
	border-color: #3366FF;
	
}
#leftbody{
	clear:both; /* added as  an IE6 and earlier layout rendering problem hack*/
	position:absolute;
	width:200px;
	top:0px;
	left:15px;
	font-family: Verdana, sans-serif, "Trebuchet MS";
	color:#99FFFF;
	font-size: 12px;
	font-weight: bold;
	
	}
img.floatRight { 
	display:inline; /* added as an IE layout rendering problem hack*/
    float: right; 
    margin: 5px; 
	border:none;}
img.floatleft {
	display:inline; /* added as an IE layout rendering problem hack*/
	clear:left;
	float: right;
	margin: 5px;
}

#footerindex {  /* Background for footer of index page*/
	clear:both;
	bottom:-250px; /*to ensure it is below right area absolute on index page div*/
	height: 40px;
	font-size: 15px;
	width: 100%;
	background-image: url("images/footerslice.jpg");
	background-repeat:repeat-x;
	margin-left:auto; margin-right:auto;
	text-align:center;	
}
#footer {  /* Background for footer of rest of webpages*/
	position:absolute; 
	height: 40px;
	font-size: 15px;
	width: 100%;
	background-image: url("images/footerslice.jpg");
	background-repeat:repeat-x;
	margin-left:auto; margin-right:auto;
	text-align:center;	
}
#footertext{
	position:relative;
	height:30px;
	margin-top: 8px;
	font-family:Verdana, sans-serif, "Trebuchet MS";
	color:#CCCCCC;
	font-size: 14px;
	margin-left:auto; margin-right:auto;
	text-align:center;	
	
}

#footertext a:link{color:#FFFFFF;text-decoration:none;}
#footertext a:visited{color:#FFFFFF;text-decoration:none;}
#footertext a:hover {color:#999999;text-decoration:underline;}

ul li{
	list-style-type:square;
	line-height:150%;
	display:block;
	font-family:Verdana, sans-serif, "Trebuchet MS"; font-size:20; font-weight:bold;
}

table.mclist, table.mclist td, table.mclist tbody
{
	border-width:thin;
	border-spacing: 0px;
	border-color:#CCCCCC;
	padding:1;
	font-family: Verdana, sans-serif, "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #CCCCFF;
	text-decoration: none;
	font-weight: bold;
}

table.mclist th
{
	border-width:thin;
	border-color:#CCCCCC;
	border-spacing: 0px;
	padding:1;
	font-family: Verdana, sans-serif, "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	color: #CCCCFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.clearfloat{clear:both;}
