@charset "utf-8";
/*


Developer Notes


Color Scheme:
Grey Background		#EAEAEA
Header Grey (dark)	#373737
Content Grey (lt)	#F6F6F6
Blue Text			#4585B8


*/

 
/* ///////////////////////////

@import rules

/////////////////////////// */

@import url("reset.css");

/* ///////////////////////////

Global Overrides

/////////////////////////// */

body {
	background-color: #EAEAEA;
	font: normal 14px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	background-image: url(../../images/body-bg.jpg);
	background-repeat: repeat-x;
}

h1 {
	
}

h2 {
	color: #4585B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	color: #4585B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	color: #4585B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	width: 400px;
	border-bottom: 1px solid #4585B8;
	margin-bottom: 5px;
}

p {
	margin-bottom: 1em;
}

/* ///////////////////////////

ID Declarations

/////////////////////////// */
#site {
	width: 777px;
	margin: 10px auto;
	margin-top: 10px;
	border: 1px solid black;
}


#header {
	min-width: 777px;
	vertical-align: bottom;	
	background-color: #373737;
}

#header-bottom {
	width: 777px;
}

#header h1 {	
	height: 22px;
	text-align: left;
	font: 18px;
	color: #FFF;
}

#masthead {
	height: 40px;
	margin: 0 auto;
	margin-bottom: 5px;
	border-bottom: 1px solid #373737;
}

#menu {
	height:31px;
	/*border-bottom: 3px solid #373737;*/
	background: url(../../images/nav-bg.jpg) repeat-x top left;
}

#menu ul {	
	margin: 0;
	padding:0;
	list-style: none;
	height: 31px;
}

#menu ul li {
	display: inline;
	font: bold 16px Arial;	
}

#menu ul li a {
	color: #373737;
	text-decoration: none;
	padding: 6px 20px;
	line-height: 31px;
}

#menu ul li a:hover {
	background: url(../../images/nav-over.jpg) repeat-x top left;
	color: #FFF;
}

#menu ul li.active a {
	background: url(../../images/nav-on.jpg) repeat-x top left;
}

#m-top{
	height:45px;
	
}

#m-slider{
	height:5px;
	
}
/*------ SLIDER ------*/
#slider{
	width:50px;
	height:5px;
	float:left;
	line-height:0px;
	margin-top:0px;
	display:inline;
	font-size:1px;
	background:#d1d1d1;
	
}
	
#page {
	width: 777px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#content {
	width: 540px;
	float: left;
}

#article {
	padding: 15px;
}

#article-blue {
	margin: 10px;
	padding: 6px 9px;
	background: url(../../images/content-bg.jpg) repeat-x;
	float: left;
	width: 490px;
	border-left: 1px solid #EAEAEA; border-right: 1px solid #EAEAEA;
}

#article-blue2 {
	margin: 10px;
	padding: 6px 9px;
	background: url(../../images/content-bg-no-shadow.jpg) repeat-x;
	float: left;
	width: 490px;
	/*border: 1px solid #EAEAEA;*/
}

#article-blue3 {
	margin: 10px;
	padding: 6px 9px;
	float: left;
	width: 490px;
	/*border: 1px solid #EAEAEA;*/
}

.article-blue-text {
	width: 305px;
	float: left;
	margin-top: 7px;
}

.article-blue-text2 {
	width: 475px;
	float: left;
	margin-top: 7px;
}

.article-blue-text a {
	color: #4585B8;
	font-weight: bold;
}	

.article-blue-chris {
	width: 175px;
	float: left;
	margin-top: 22px;
}	

.article-blue-italic {
	font-style: italic;
	font-size: 12px;
}	

#sidebar {
	width: 228px;
	background-color: #F9F9F9;
	border-right: 1px solid #EAEAEA; border-bottom: 1px solid #EAEAEA;
}

#sidebar p {
	padding: 10px;
}	

#related-links {
	margin: 15px 15px 0 15px;
}

#related-links li {
	margin-bottom: 5px;
	padding: 3px;
	font: italic 14px Georgia;
	font-weight: bold;
}

#specific {
	background-color: #366;
}

#footer {
	width: 776px;
	margin: 0 auto;
	height: 44px;
	background: url(../../images/footer-bg.jpg) repeat-x;
	border: 1px solid black;
}

#footer-nav {
	width: 430px;
	float: left;
	margin-left: 10px; margin-top:12px;

}

#footer-nav ul {
}

#footer-nav li {
	display: inline;
	padding: 1px;
	font: 11px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

#footer-nav li a {
	color: #FFF;
	text-decoration: none;
}

#footer-nav li a:hover {
	text-decoration: underline;
}		

#legal {
	width: 295px;
	float: right;
	margin-top: 12px;
}

#legal ul {
		
}

#legal li {
	display: inline;
	padding: 3px;
	font: 11px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

#legal li a {
	color: #FFF;
	text-decoration:none;
}

#legal li a:hover {
	text-decoration:underline;
}	

	
/* ///////////////////////////

Custom Classes

/////////////////////////// */
.clear-both {
	height: 0px;
	clear: both;
}

.no-margin, #content.no-margin {
	margin:0;
}

.one-col {
	width: 100%;
}

.two-col {
	width: 48%;
	color: #4585B8;
	padding-left: 10px;
}

.two-col p {
	padding-left: 10px;
}

.two-col h2 {
	background: url(../../images/scroll.jpg) no-repeat;
	background-position: bottom left;
	padding-left: 25px; margin-bottom: 5px;
}	

.two-col h3 {
	font-weight: bold;
	padding-left: 10px;
}	

.two-col ul {
	padding-bottom: 10px;
}	

.two-col li {
	list-style-type: circle;
	list-style-position: outside;
	color: #4585B8;
	margin-left: 10px;
}	

.two-col a {
	color: #4585B8;
	font-weight: bold;
}

/***************************************************/

.two-col-right {
	width: 46%;
	color: #4585B8;
	padding-left: 10px;
	float:right;
}

.two-col-right p {
	padding-left: 10px;
}

.two-col-right h2 {
	background: url(../../images/scroll.jpg) no-repeat;
	background-position: bottom left;
	padding-left: 25px; margin-bottom: 5px;
}	

.two-col-right h3 {
	font-weight: bold;
	padding-left: 10px;
}	

.two-col-right ul {
	padding-bottom: 10px;
}	

.two-col-right li {
	list-style-type: circle;
	list-style-position: outside;
	color: #4585B8;
	margin-left: 10px;
}	

.two-col-right a {
	color: #4585B8;
	font-weight: bold;
}


/******************************************************/

.three-col {
	width: 32%;
	background: #9CF;
}

.four-col {
	width: 24%;
	background: #069;
}

.five-col {
	width: 19%;
}

#sidebar, .two-col, .three-col, .four-col, .five-col {
	float: left;
}

#sidebar.first-col, .first-col {
	margin: 0;
}

.feature {
	padding: 3px;
}

.phone {
	width: 302px;
	height: 37px;
	padding-left:12px; padding-top: 11px;
	background: url(../../images/header-bg.jpg) repeat-x;
}	

.phone h1 {
	font-size: 18px;
	color: #FFF;
}	

.logo, .phone, .right-header, .swoosh {
	float: left;
	color: #FFF;
}

.logo {
	width: 229px;
	height: 199px;
}

.swoosh {
	background: url(../../images/header-swoosh.jpg) no-repeat;
	width: 133px;
	height: 48px;
}	

.search {
	width: 320px;
	height: 34px;
	float: right;
	font: bold Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background: url(../../images/search-bg.jpg) repeat-x;
	padding-left: 10px;
	padding-top: 14px;
}

.search form {
	height: 20px;
}	

.product-boxes {
	width: 229px;
	height: 130px;
	float: left;
	margin: 5px 0;
}

.product-boxes-text {
	text-align: center;
	color: #4585B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 5px;
}	

.button-holder {
	width: 229px;
	height: 50px;
	float: left;
	margin: 5px 0;
}	
	
.view-all-button {
	background: url(../../images/button.jpg) no-repeat;
	width: 112px;
	height: 28px;
	padding-top: 4px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}	

.view-all-button a {
	color: #286496;
	font-size: 16px;
	text-decoration: none;
}	
	
.view-all-button a:hover {
	color: #FFF;
}	

.right-header {
	background-color: #FFFFFF; /*#F5F5F5;*/
	width: 548px;
	height: 199px;
	border-bottom: 1px solid #EAEAEA;
}		

.right-header h2 {
	margin-left: 15px; margin-top: 15px;
}	

.right-header h3 {
	margin-top: 15px; margin-left: 15px;
}	

.right-header-arrow {
	background: url(../../images/blue-arrow.jpg) no-repeat;
	padding: 10px;
	height: 28px;
	font-weight: bold;
	margin-top: 12px; margin-left: 10px;
}

.right-header-arrow a {
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
}		

.underline {
	border-bottom: 1px solid #4585B8;
	margin: 0 3px 10px 10px;
}	

.form-box {
	width: 365px;
	float: left;
	margin-left: 45px; margin-bottom: 15px;
	background-color: #E8F5FF;
	border: 2px solid #4585B8;
	padding: 15px 10px; 
}	

.label {
	width: 100px;
	float: left;
}

.text-input {
	width: 270px;
	float: left;
}	

.list-boxes {
	width: 47%;
	float: left;
	margin-right: 12px;
	list-style-type:circle;
	list-style-position:inside;
}	

.staff-pics {
	width: 400px;
	float: left;
	margin: 8px;
	color: #4585B8;
}	

.staff-pics img {
	padding-right: 15px;
}

.staff-pics a {
	color: #4585B8;
}		

.img-border {
	border: 2px solid #4585B8;
}

ul.product-list, li.product-list
{
	display:inline;
	list-style:none;
	padding: 10px 3px;
}
