/* .... css reset .... */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* .... end of css reset .... */

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of clearfix */

img
{
	border: none;
}

a
{
	text-decoration: none;
}

.block
{
	display: block;
}

.clearBoth
{
	clear: both;
}

.noBorder
{
	border: none !important;
}

.floatRight
{
	float: right;
}

body
{
	font-size: 62.5%;
	font-family: tahoma, helvetica, arial, "lucida grande", sans-serif;
	background: url(../images/main_02.gif) repeat-x top;
}

#container
{
	width: 960px;
	margin: 0px auto;
	min-height: 300px;
	padding-bottom: 20px;
}

#header
{
	position: relative;
	height: 109px;
	margin-bottom: 9px;
}

#logo
{
	position: absolute;
	top: 16px;

}

#topNav
{
	float: right;
}

#topNav li
{
	float: left;
}

#mainNav
{
	position: absolute;
	top: 77px;
	clear: both;
}

#mainNav li
{
	float: left;
}

#midSection
{
	padding-bottom: 10px;
}

#breadCrumb
{
    font-size: 12px;
    margin-bottom: 1em;
    font-family: Arial, Sans-Serif;
}

#breadCrumb a
{
    color: #666;
}

#breadCrumb a:hover,
#breadCrumb a:visited
{
    color: #a01300;
}

#cmsContent
{
    padding: 15px 15px 15px 15px;
}


#cmsContent h1
{
    font-size: 20px;
    color: #a01300;
    margin-bottom: 1em;
}

#cmsContent h2
{
    font-size: 18px;
    color: #333;
    margin-bottom: 1em;
}

#cmsContent h3
{
    font-size: 16px;
    color: #333;
    margin-bottom: .8em;
}

#cmsContent p
{
    font-size: 12px;
    color: #484848;
    line-height: 1.5em;
    margin-bottom: 1em;
}

#cmsContent ul
{
    width: 85%;
    margin: 0px auto 20px auto;
}

#cmsContent ul li
{
    font-size: 12px;
    color: #484848;
    line-height: 1.5em;
    margin-bottom: 10px;
    background: url(../images/red_arrow2.gif) no-repeat 0px 7px;
    padding-left: 10px;
}

#logos img
{
	display: block;
	float: left;
	margin: 10px;
}

.table
{
	width: 100%;
	margin: 0px auto;
	padding: 2px;
	border: 1px solid #e5e5e5;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.table th,
.table td
{
	font-size: 12px;
	color: #333;
	padding: 6px 10px;
}

.table th
{
	background: #901000;
	color: #fff;
	font: normal 14px arial, sans-serif;
	padding: 8px 10px;
	border: 1px solid #6e0c00;
	border-bottom: 3px solid #6e0c00;
}

.table td
{
	background: #fafafa;
}

.table td.title
{
	font-size: 11px;
	font-weight: bold;
}

input.text,
textarea
{
	font-size: 12px;
	padding: 2px;
	background: #fcfcfc;
	border: 1px solid #a6a6a6;
}

input.text
{
	width: 180px;
}

textarea
{
	width: 350px;
	height: 150px;
}
.buttons
{
    padding: 15px 0px;
    margin-left: 550px;
}

.redBtn
{
    display: block;
    text-align: center;
    width: 120px;
    padding: 2px 0px 5px 0px;
    color: #fff;
    font: bold 10px tahoma, sans-serif;
    background: url(../images/red_btn_bg.gif) no-repeat center;
    margin-bottom: 3px;
	border: none;
	cursor: pointer;
}

.greenBtn
{
    display: block;
    text-align: center;
    width: 120px;
    padding: 2px 0px 5px 0px;
    color: #fff;
    font: bold 10px tahoma, sans-serif;
    background: url(../images/green_btn_bg.gif) no-repeat center;
    margin-bottom: 3px;
}

.gallery img
{
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

#footer
{
	padding: 10px 0px;
	background: #f1f1f1 url(../images/credit_cards.gif) no-repeat right;
}

#footer ul
{
	margin-left: 15px;
}

#footer li
{
	display: inline;
	font-size: 11px;
	margin-right: 10px;
	color: #5e5e5e;
}

#footer li a
{
	color: #5e5e5e;
}

#footer li a:hover
{
	color: #ce1800;
}

#siteMapCont
{
}

#siteMapCont ul
{
}

#siteMapCont h1
{	
	font-size: 16px;
	margin-bottom: 5px !important;
	border-bottom: 1px solid #ccc;
	width: 75%;
	padding-bottom: 5px;
}

#siteMapCont h1 a
{
	color: #a01300;
}

#siteMapCont li
{	
	margin-bottom: 5px !important;
}

#siteMapCont li a
{
	color: #5e5e5e;
}

#siteMapCont li a:hover
{
	color: #ce1800;
}

#siteMapCont .section1
{
	float: left;
	display: inline;
	width: 33%;
}

#siteMapCont .section2
{
	float: left;
	display: inline;
	width: 33%;
}

#siteMapCont .section3
{
	float: left;
	display: inline;
	width: 33%;
}
