object:active, div:active { outline: none; }
object:focus, div:focus { -moz-outline-style: none; }


ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }
ol { margin-left: 30px; }


ul li { list-style-type: square; }

.bordered { border: 1px solid #33CCFF; }

h1, h2, h3, h4, h5 { font-family: Arial; font-weight: normal; }

h1, h1 a { color: #293261; font-size: 21px; margin: 0px 0px 20px 0px; }
h2, h2 a { color: #293261; font-size: 15px; margin: 0px 0px 5px 0px; }
h3, h3 a { color: #000000; font-size: 16px; margin: 0px 0px 15px 0px; }
p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { color: #242424; font-size: 12px; line-height: 14px; }
a  { color: #000000; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus, a:active { outline: 0;}


/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/

.white { color: #FFFFFF; }

#main {
	width: 790px; /* Main Content Width */
	margin: 0px auto; /* Align to Center */
}

#header { text-align: center; }
#logo { width: 166px; height: 94px; margin: 37px 0 27px 0; border: 0px; }


#bodyContainer { background: url('../images/layout/content-bg.png') no-repeat bottom center; width: 790px; margin-bottom: 10px; padding-bottom: 20px; min-height: 300px; }

#body {
	min-height: 70px;
	height: auto !important; /*MOZ/IE7*/
	height: 60px; /*IE6*/
	background: #FFFFFF;
	width: 758px;
	margin: 0px auto;
}

#home-inner { margin: 4px; width: 750px; float: left; }
#body-inner { margin: 15px; width: 728px; float: left; }

#thumbs { width: 762px; display: block; margin: 0px auto; }
#thumbs-inner {  }
.product-thumb { width: 110px; float: left; margin-right: 20px; }
.product-thumb img { padding: 3px; background: #c5d4d6; border: 0px; }
.product-thumb p { color: #FFFFFF; }

#footer { width: 762px; display: block; margin: 0px auto; }

.footer-box { background: url('../images/layout/grey-box.png') no-repeat; width: 240px; float: left; }
.footer-box a { background: url('../images/layout/white-arrow.gif') no-repeat left center; font-size: 12px; line-height: 20px; color: #FFFFFF; padding-left: 20px; display: block; }
.footer-box a:hover { color: #909ed0; text-decoration: none; }

#footer-bottom { width: 762px; display: block; font-size: 10px; color: #FFFFFF; margin-top: 44px; }
#footer-bottom p { font-size: 10px; color: #FFFFFF; }
#footer-bottom a { font-size: 10px; color: #FFFFFF; font-weight: bold; margin: 0 5px; }
#footer-bottom a:hover { color: #3e4b78; text-decoration: none; }


/* Navigation */

#nav { width: 762px; height: 33px; margin: 0px auto; background: #242424; margin-bottom: 18px; text-align: center; }
#nav a { color: #FFFFFF; font-size: 14px; line-height: 33px; padding: 0px 16px 0px 17px; }
#nav a:hover { color: #909ed0; text-decoration: none; }


.contactForm th { vertical-align: top; padding-top: 5px; text-align: right; }
.contactForm input, .contactForm textarea { margin-left: 10px; border: 1px solid #999999; }
