﻿/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html { /* fix the non-IE scrollbar issue */
    min-height: 100%; 
    margin-bottom: 1px;
}

/* END RESET */

body  {
	font: 62.5% Helvetica, Arial, sans-serif;
	text-align: center; 
	color: #333;
	background: #d3d3d3;
}
#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	border: 1px solid #3B499D;
	text-align: left;
	background: #73B7EA url(../images/bg.jpg) repeat-x left top;
	overflow: hidden;
} 
#bannerImg {
	width: 477px;
	height: 84px;
	background: url(../images/fruit.jpg) no-repeat;
	position:absolute;
	top: 10px;
	right:15px;
}
#header {
	background: #3B499D url(../images/logo.gif) no-repeat;
	height: 103px;
} 
#header h1 {
	padding: 10px 0; 
}
#menuBar {
	background: url(../images/menu_bg.jpg) no-repeat;
	height: 51px;
}
#radMenu {
	margin: 0 15px 0 167px;
	padding: 15px 0 0 0;
	height: 16px;
} 
#sidebar {
	float: left;
	width: 167px;
}
#mainContent {
	margin: 0 15px 0 167px;
	padding: 0 20px;
	background: #FFFFFF url(../images/content_left_shadow.gif) repeat-y left;
	min-height: 300px;
} 
#promos {
	
}
.promoBox {
	width: 359px;
	float:left;
	padding: 0 10px 0 0;
}
.promoBox img {
	float: right;
	padding: 0 0 0 10px;
}
.promoBox a {
	background: url(../images/more_arrows.gif) no-repeat right center;
	padding-right: 37px;
	color: #3B499D;
	font-size: 1.4em;
}
#footer {
	padding: 15px 10px 5px 177px;
	background: #73B7EA url(../images/conten_lower.gif) no-repeat right top;
	margin-right: 14px;
	color: #FFF;
} 
#footer p {
	padding: 0;
    font-size: 1.4em;
    font-weight: bold;
    color: #333;
}
#cornerImg {
	height: 197px;
	width: 156px;
	position: absolute;
	background: url(../images/truck.jpg) no-repeat;
	left: 0px;
	bottom: 0px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Font Styles */

#mainContent p {
	font-size:1.2em;
	padding-bottom: .8em;
}
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6 {
	font-weight: bold;
	padding: .4em 0;
}
#mainContent h1 {
	font-size: 2.2em;
	color: #3B499D;
}
#mainContent h2 {
	font-size: 1.8em;
	color: #3B499D;
}
#mainContent h3 {
	font-size: 1.6em;
	color: #3B499D;
}
#mainContent h4 {
	font-size: 1.4em;
	color: #3B499D;
}
#mainContent h5 {
	font-size: 1.2em;
}
#mainContent a {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:hover {
	text-decoration: underline;
}
