/*
	Author	:	Sonora DesignWorks
	Website	:	SonoraDesignWorks.com
*/


@import url("reset.css");


html {background:#b8b7b7}


/* GENERAL
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------*/


body  {
	font:Verdana, Arial, sans-serif;
	color:#333;
	text-align: center;
	background:url(../images/page-back.gif) repeat-x top #ddd;
}

/* LINKS
-----------------------------------------------------------------------------*/

a:link, a:visited, a:hover, a:active {text-decoration:none}

a:link 		{color:#66C}
a:visited 	{color:#66C}
a:hover 	{color:#66C; text-decoration:underline}
a:active 	{color:#66C; text-decoration:underline}



/* CONTAINER
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------*/

#container { 
	width: 940px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
	background:url(../images/content-back.jpg) repeat-y;
} 


/* HEADER
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------*/


#header { 
	background:url(../images/head-back.jpg) no-repeat;
	width:940px; height:146px;
	
} 

#header h1 {
	width:395px; height:28px; background:url(../images/logo.jpg) no-repeat; text-indent:-9999px; position:relative; top:38px; margin-left:98px;
}

#head-contact {float:right;  font-family:Verdana, Arial, sans-serif; color:#999; text-align:right; padding-right:98px; position:relative; top:-2px}
.phone {font-size:18px; font-family:Verdana, Arial, sans-serif; font-weight:bold; color:#CCC}
/* MAIN NAV
-----------------------------------------------------------------------------*/

#mainNav {margin-top:80px; margin-left:98px}
#mainNav ul, #footer ul {list-style: none;}
#mainNav li {display:inline; color:#ccc; margin-right:25px}

#mainNav a:link, #mainNav a:visited, #mainNav a:hover, #mainNav a:active {text-decoration:none; font-family:Verdana, Arial, sans-serif; font-size:13px; font-weight:bold}

#mainNav a:link 	{color:#fff}
#mainNav a:visited 	{color:#fff}
#mainNav a:hover 	{color:#FF9; border-bottom:1px dotted}
#mainNav a:active 	{color:#fff}

#home-page #mainNav .home-link,
#six-page #mainNav .six-link,
#four-page #mainNav .four-link,
#five-page #mainNav .five-link,
#contact-page #mainNav .contact-link

{color:#FF9; border-bottom:1px dotted; cursor:default}


/* SIDEBAR
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------*/

#leftCol {
	float: left;
	width: 340px;; padding-top:53px
	
}

#leftCol img {float:right; margin-bottom:10px}


/* MAINCONTENT
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------*/

#mainContent { 
	width:580px; 
	float:right;
	margin: 0px;
	padding: 40px 0px;
} 

#mainContent-interior { 
	width:845px; 
	float:right;
	margin: 0px;
	padding: 40px 0px;
	
} 

#mainInner {width:757px;  margin-right:50px; background:url(../images/int-main-back.gif) top no-repeat #fdf8f2;}
#mainInner-in {padding:30px}
#interior-left {width:400px; float:left}

#interior-left ul {margin-left:40px; margin-top:25px; font-weight:bold; color:#666; line-height:19px; margin-bottom:20px}

#interior-left img {border:2px solid #ccc; margin-bottom:20px}

#interior-right {width:269px; float:right; margin-top:50px; *margin-top:80px}
#interior-right-in {width:269px; height:223px; background:url(../images/contact-back.gif) no-repeat; font-size:13px}
.contact-p {padding:55px 20px 0px 20px;  }

#downloads {width:269px;  background:url(../images/downloads-back.gif) no-repeat #eee; font-size:13px; }
.downloads-p {padding:45px 20px}

.main-int-bot {width:757px; height:41px; background-image:url(../images/int-main-back-bot.gif); clear:both}

/* FOOTER
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------*/

#footer { 
	padding: 0px;
	background:#b8b7b7; 
	width:100%;
	color:#2e4b73;
} 

#footer-inside {
	width:940px; margin:0 auto;
	padding-top:25px; min-height:60px
}

#footer-inside p {margin-bottom:25px}

/* FOOTER LINKS
-----------------------------------------------------------------------------*/

#footer a:link {color:#2e4b73; text-decoration:none}
#footer a:visited {color:#2e4b73; text-decoration:none}
#footer a:hover {color:#ff4; text-decoration:none}
#footer a:active {color:#ff4; text-decoration:none}

/* FORM LINKS
-----------------------------------------------------------------------------*/
input, .form-text-area {background-color:#eee; border:1px dotted #dedccd;  }


.submit {width:100px; background-color:#eee; color:#333; border:1px dotted #dedccd; cursor:pointer; *border:0px; font-weight:bold}

.submit:hover {background-color:#ffc;}


