/***********************************************/
/* main.css                                    */
/* Use with template xxx                       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	font-size:75%;
	color: #333333;
	line-height: 1.166;	
	margin: 0px 25px 0 25px;
	padding: 0px;
	background:#a39c9e url(../images/bg_main-01.jpg) repeat-x;

}
p {
padding: 0px;
margin:0px 10px 20px 0px;
}
hr {
height:1px;
color:#bec2c6;
width:100%;
border: 0;
background-color:#bec2c6;
margin:5px 0 5px 0;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #A21222;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}


/************** header tag styles **************/

h1{
	font: normal 21px Arial, Arial, sans-serif;
 	color: #222222;
 	margin: 0;
 	padding: 10px 10px 0 10px;
	text-align: left;
	background-image:url(../images/bg_h1.jpg);
	background-repeat:repeat-x;
	height: 44px;
}

h2{
	font: bold 140% Arial, Arial, sans-serif;
 	color: #A21222;
	padding: 0px 0px 5px 0px;
 	margin: 0px;
	text-align: left;
}
h3{
	font: bold 16px Arial, Arial, sans-serif;
 	color: #ff7001;
 	margin: 0px;
 	padding: 0px 0px 3px 0px;
	text-align: left;
}

/*************** list tag styles ***************/

ul {
margin-top:0;
}
ul li{
 	margin:0 0 5px 0;
	list-style-type: square;
	line-height:1.2;
	text-align:left;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs and Classes                     */
/***********************************************/
#pagecell {
	background-color:#FFFFFF;
	height:auto;
	width:648px;
	padding: 9px;
	line-height: 1.166;	
}

#leftCol{
	float: left;
	width: 169px;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 10px 10px 0;
	background:#eae9e9 url(../images/bg_subnav.jpg);
	background-repeat:repeat;
	font: x-small Arial,sans-serif;
}

#content {
	float: right;
	width: 466px;
	font-size:90%;
	line-height: 1.166;	
	margin-bottom: 0 0 10px 0;
	background-color:#FFFFFF;
	vertical-align:top;
	font-family: Arial,sans-serif;
	color: #333333;	
	
}
#padding {
padding:10px;
}

/************** sectionHeader styles ****************/
#sectionHeader {
	float: right;
	width: 466px;
	float: right;
	padding-bottom:10px;
	border-bottom: 1px solid #bec2c6;
	background-color:#FFFFFF;
}


/************ sectionLinks left column styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #bec2c6;
	background-image: url(../../MotoQ/css/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #333333;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #ffffff;
	background-color: #cdcccc;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
#sectionLinks .on{
	border-top: 1px solid #ffffff;
	background-color: #cdcccc;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/************ ad left column styles **************/
#leftCol .ad {
	float:left;
	width:149px;
	height:153px;
	margin:0px 5px 5px 0px;
	border: 1px solid #bec2c6;
	padding:0 0 0 0;
}
#leftCol .text {
	float:left;
	width:149px;
	margin:10px 5px 5px 5px;
	border-bottom: 1px solid #bec2c6;
	padding:0 0 10px 0;
	
}


/************** content styles ****************/



#content img .left {
	margin: 5px 5px 5px 0;
	vertical-align:top;
	float:left;
}

#content img .right {
	margin: 5px 0 5px 5px;
	vertical-align:top;
	float:right;
}

/************** homepage bottom links styles ****************/

.callout_table {
	width:587px;
	border:0;
	padding:0;
	vertical-align:top;
}

#links {
	height:130px;
	padding-bottom:5px;
}
	
#links .about {
	background-image: url(../images/headings/aboutdesign.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding: 30px 25px 0px 0px;
	color:#FFFFFF;
	font-size: 11px;
}

#links .where {
	background-image: url(../images/headings/where.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top: 30px;
	margin-left:20px;
	line-height:15px;
	color:#003366;
	font-size: 11px;
}

#links .contact {
	background-image: url(../images/headings/contactus.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top: 30px;
	margin-left:20px;
	line-height:15px;
	color:#FFFFFF;
	font-size: 11px;
}

.callouts{
	width: 708px;
	background-image: url(../images/bg_callouts.jpg);
	background-repeat:no-repeat;
	padding: 40px 30px 0px 40px;
	height: 120px;
	border:0;
}
#content #box {
	border: 1px solid #bec2c6;
	margin:10px;
	padding:0px;
	width: auto;
	height:auto;
	background-color:#ffffff;
}
#content #box p {
	margin: 5px;
	padding:3px 10px 3px 0px;
	}
#content #box h3 {
	border-bottom: 1px solid #bec2c6;
	margin: 0 0 10px 0;
	padding:3px 3px 3px 10px;
	background-color:#F8F8F8;
	font: bold 110% Arial, Arial, sans-serif;
}

.box {
	border: 1px solid #bec2c6;
	margin:10px;
	padding:0;
	width: 400px;
	height:auto;
	background-color:#ffffff;
}
.box p {
	margin: 5px;
	padding:3px 3px 3px 0px;
	}
.box h3 {
	border-bottom: 1px solid #bec2c6;
	margin: 0 0 10px 0;
	padding:3px 3px 3px 10px;
	background-color:#F8F8F8;
	font: bold 110% Arial, Arial, sans-serif;

}

#footerlinks {
	width:708px;
	height: 48px;
	background-image: url(../images/lizard-home.jpg);
	background-repeat:no-repeat;
	text-align:center;

	
}
#footerlinks p {
padding:55px 0px 0px 0px;
	color:#003366;
	font-size:9px;
	margin:0px;
	
}
#footerlinks a:link; #footerlinks a:visited  {
	color:#003366;
	text-decoration: none;
}
#footerlinks a:hover  {
	text-decoration: underline;
}


#links a:link, #links a:visited {
	color:#FFFFFF;
	text-decoration: underline;
	font-size:90%;
}
#links a:hover{
	text-decoration: none
}

.divider {
	background-image:url(../images/divider.gif);
	background-repeat:repeat-y;
	width:4px;
}

/***************  footer styles *****************/
#footer{
	width:708px;
	height: 106px;
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
	color:#333333;
	text-align:center;
}

#footer p{
	text-align:center;
	font-size:80%;
/*	margin:27px 5px 10px 5px;*/
	color:#333333;
}

#footer a:link, #footer a:visited {
	color:#333333;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

/*************** header styles *****************/
#header {
	height: 75px;
	width:708px;
	background-image: url(../images/header.gif);
}

/*************** disclaimer/footer styles *****************/
#Disclaimer {
	background-image: url(../images/footer-home.jpg);
	background-repeat:no-repeat;
	width: 708px;
	height: 46px;
	text-align:center;
	font-size:85%;
	color:#afaeae;
	margin-bottom:30px;
	overflow:hidden;
}

#Disclaimer a:link, #Disclaimer a:visited {
	color:#AFAEAE;
	text-decoration: none;
}
#Disclaimer a:hover{
	text-decoration: underline;
}
#Disclaimer .text {
	color:#ffffff;
}

/*#Disclaimer {
	overflow: hidden; 
	height: 20px; 
	width: 720px; 
	text-align:center;
	font-size:85%;
	color: #333333;

}

#Disclaimer a:link, #Disclaimer a:visited {
	color:#eeeeee;
	text-decoration: none;
}

#Disclaimer  a:hover{
	text-decoration: underline;
}
*/
/*************** page border styles *****************/

.metal-left{
	background-image: url(../images/bg_border-metal-left.jpg);
	background-repeat:repeat-y;
	width: 10px;
}

.metal-right{
	background-image: url(../images/bg_border-metal-right.jpg);
	background-repeat:repeat-y;
	width: 10px;
}
/*
#gray{
	width: 1px;
	background-color:#bec2c6;
	height:100%;
	background-repeat:repeat;
}
*/
.white-left{
	width: 10px;
	background-color:#FFFFFF;
	border-right: 1px solid #bec2c6;
}

.white-right{
	width: 10px;
	background-color:#FFFFFF;
	border-left: 1px solid #bec2c6;
}
.left {
	margin: 0px 20px 10px 0px;
	vertical-align:top;
	float:left;
	text-align:left;

}
.right2 {
	margin: 0px;
	vertical-align:top;
	float:right;
	text-align:right;
}
.white {
	background-color:#FFFFFF;
}
.padding-right {
padding-right:10px;

}

/*************** search styles *****************/

#util{
	margin: 20px 0px 5px 0;
}

#util .textfield{
  font-size: 80%;
  margin: 1px 0 0 55px;
  border:1px solid #bec2c6;
 }
 
.textfield{
  font-size: 80%;
  margin: 1px 10px 0 10px;
  border:1px solid #bec2c6;
 }
#util a:link, #util a:visited {
	font-size: 80%;
	font-weight: bold;
}

#util a:hover{
	margin: 0px;
}

/********************* end **********************/
.leftColHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A21222;
}
