
/* Structural */

.clear {
	clear: both;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 100%;
	/*background: url(images/container_bg.gif) repeat-y 0 100px;*/
}
#content {
	background: url(images/content_bg.gif) repeat-y;
	margin-bottom:10px;
	height:100%;
}
#top {
	/*float: left;*/
	margin: 0px 0px 3px 90px;
	padding: 0px;
	width: 810px;
	height:79px;
	position:relative;
	z-index: 15;
}

#top_nav {
	/*float: left;*/
/*	margin: 40px 0px 0px 43px;*/
	padding: 0px;
	width: 550px;
	/*height: 25px;*/
	z-index: 100;
	position: relative;
	left:223px;
	top:-35px;
}

#left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 309px;
	padding-bottom: 10px;
/*	background: url(images/left_gradient.gif) repeat-y;*/
}

#left_gradient {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 101px;
	height: 582px;
	/*background: url(images/left_gradient.gif) no-repeat;*/
	display: block;
}

#left_block {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 208px;
	min-height: 582px;
	height: auto !important;
	height: 582px;
	/*background: #c10435;*/
	display: block;
}

#left_block_bg {
	margin: 0px;
	padding: 0px;
/*	width: 175px;*/
	height: 11px;
/*	background: url(images/left_block_top.gif) repeat-y;*/
	/*display: block;*/
}

#left_block_white {
	margin: 0px;
	padding-top: 5px;
	width: 175px;
	min-height:550px;
	height: auto !important;
	height: 550px;
	background: #fff;
	display: block;	
}

#left_block_white_content_area {
	min-height: 410px;
	height: auto !important;
	height: 410px
	display: block;
}

#left_block_white_content_area div p {
	margin-bottom: 5px;
}

#left_block_nav {
	color: #a9a28d;
	font-size: 11px;
	margin-left: 10px;
	padding: 0px 0px 10px 0px;
	line-height: 18px;
}		
#left_block_nav a {
	color: #a9a28d;
	font-size: 11px;
	margin-left: 10px;
	padding: 0px;
	line-height: 18px;
}
#left_block_nav_whitebox_main {
	color: #c10435;
	font-size: 11px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#left_block_nav_whitebox_main a.bread_crumbs {
	color: #c10435;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 24px;
}
/*#left_block_nav_whitebox_main a.on {
	font-weight: bold;
	font-style: oblique;
	margin-left: 10px;
}*/
#left_block_nav_whitebox_main a {
	color: #c10435;
	font-size: 11px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	line-height: 24px;
}
#left_block_nav_whitebox_main a.on {
	font-weight: bold;
	font-style: oblique;
	margin-left: 10px;
}


.form_button {
	margin: 0px 0px -2px 3px;
	padding: 0px;
}

#center {
	float: left;
	margin: 0px 11px;
	padding: 0px;
	width: 493px;
	min-height: 590px;
	position: relative;
}

#right {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 75px;
}

/*#right_gradient {
	margin: 0px;
	padding: 0px;
	width: 75px;
	height: 582px;
	background: url(images/right_gradient.gif) no-repeat;
	display: block;
}*/

#footer {
	clear: left;
	padding: 15px 0px;
	width: 100%;
	height: 200%;
	background: #a9a28d;
	color: #fff;
	text-align: center;
	font-size: 11px;
	margin-top:10px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

/* Non-structural */

 
body {
	background-color: #ffffff;
	color: #8f8b7d;
	font: 76% "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:link{
	color: #CC9933;
	text-decoration: none;
}
a:visited{
	color: #CC9933;
	text-decoration: none;
}
a:hover{
	color: #8f8b7d;
	text-decoration: underline;
}
h1{
	font-size: 1.1em;
	font-weight: normal;
	padding: 0.125em 10px;
	line-height: 1.9em;
}
h2{
	color: #8f8b7d;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0.5em 10px 0.25em;
}
h3{
	font-size: 1.0em;
	padding: 0.25em 10px 0.5em;
	color: #009999;
	line-height: 1.2em;
}
h4{
	padding: 0.75em 10px 0.5em;
	font-size: 0.9em;
	margin-top: 0.5em;
	line-height: 1.4em;
}
h5 {
	font-size: 0.8em;
	padding: 0.25em 15px;
	line-height: 1.4em;
}
h6 {
	padding: 0.125em 15px 0.5em;
	font-size: 0.7em;
	line-height: 1.4em;
}
p {
	font-size: 0.75em;
	font-weight: normal;
	padding: 0.125em 10px;
	color: #4c5f59;
	line-height: 1.3em;
}
ul {
	font-weight: normal;
	margin-left: 30px;
	padding-top: 0.125em;
	padding-right: 20px;
	padding-bottom: 1em;
}
li {
	list-style: disc;
	padding-top: .5em;
	line-height: 1.3em;
}
blockquote {
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
	margin-right: 10px;
	padding-bottom: .5em;
	padding-top: 0.5px;
}


/* Accelsite-specific */


.footerLink {
	color: #FFFFFF;
	}
	
.footerCell {
	color: #CCCCCC;
	font-size: 10px;
	background-color: #666633;
	font-family: Trebuchet, Verdana, Helvetica, Arial, 'san-serif';
	}

.smallNote {
	font-size: 11px;
	color: #999999;
	font-style: italic;
	}
	
.formLabel {
	background-color: #ECEEF0;
	}

.requiredField {
	font-weight: bold;
	}
.missingField {
	font-weight: bold;
	color: #FF0000;
	}
.contentHeaderCell {
	/*background-color: #AAAA77;*/
	color: #FFFFFF;
	font-weight: bold;
	}

.contentListCell {
	background-color: #EEEEEE;
	color: #000000;
	}
.contentListCellAlt1 {
	background-color: #CCCCCC;
	color: #000000;
	}
.contentListCellAlt2 {
	background-color: #DDDDDD;
	color: #000000;
	}
.alternate1 {
	background-color: #CCCCCC;
	color: #000000;
	}
.alternate2 {
	background-color: #DDDDDD;
	color: #000000;
	}

/*------------------------------------------------------------*/
/* Menu styling */

#main1{
  	height:36px;
  	/*float:left;*/
	z-index:1000;
	position: relative;
}

#main2{
	background-image: url(images/main2background_vertical.gif);
	background-repeat: repeat-x;
	border:0px solid yellow;
  	height:25px;
  	margin-left:5px;
  	/*float:left;*/
}
#main3{
	background-image: url(images/main3background_vertical.gif);
	background-repeat: repeat-x;
	border:0px solid yellow;
  	height:25px;
  	margin-left:5px;
  	/*float:left;*/
}

.menu ul li ul, .menu ul li:hover ul ul, .menu ul li ul li:hover ul li ul {
  	display: none;
	z-index:1000;
}

.menu ul li:hover ul, .menu ul li ul li:hover ul, .menu ul li ul li ul li:hover ul {
  display: block;
}

.menu {
	padding:0px;
	margin:0px;
	/*float: left;*/
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
 	/*height: 36px;*/
}

.menu ul {
	list-style-type: none;
	background: url(images/nav_bg.jpg) repeat-x;
	margin: 0px;
	padding:0px;
	float: left;
}

.menu ul li {
	display: block;
	width: 127px;
	float:left;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.menu ul li a{
	 text-decoration: none;
	 color: black;
 	 display: block;
 	 height: 36px;
	 padding: 6px 5px 5px 2px;
	 width: 120px;
	 text-align: center;
 	 line-height: 11px;
 	 font-size: 10px;
}
.menu ul li a:hover, .menu ul li a.on {
	background: url(images/nav_bg_hover.gif) no-repeat;
	color: white;
}

.menu ul li:hover ul li a{
	display: block;
	/*position: absolute;*/
	background: transparent url(images/nav_dropdown_mid.gif) repeat-y;
	color: #c10435;
	font-size:11px;
}

.menu ul li:hover ul a{
	text-decoration: none;
	color: #FFF;
}

.menu ul li ul:hover{
  	display: block;
}
.menu ul li ul {
	display: none;
	position: absolute;
	/* "off" text of drop-down menus */
	background: transparent;
	color: #c10435;
  	margin: 0px;
  	padding:0px;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity:.85;
	-khtml-opacity: .85;
	left: 0px;
	top: 36px;
	width:127px;
	border: 0px solid blue;
}

.menu ul li ul li {
	width:127px;
	display: block;
  	margin: 0px;
  	padding: 0px;
}
.menu ul li ul li a {
	width:127px;
	display: block;
  	margin: 0px;
  	height: 22px;
  	padding: 0px 0px;
  	line-height: 14px;
  	font-weight: normal;
  	color: #c10435;
}
.menu ul li ul li a.on {
  	color: #c10435;
  	font-weight: bold;
}
.menu ul li ul li a:hover {
	width:127px;
	display: block;
  	margin: 0px;
  	height: 22px;
  	font-weight: bold;
}

/* Gallery Styles */

#slideshow-container {
	width:493px;
	height:350px;
	position: relative;
	display: block;
}
#slideshow {
	width:493px;
	height:300px;
	position: relative;
	display: block;
	overflow: hidden;
}
#caption {
	position: absolute;
	top: 277px;
	left: 378px;
	width:115px;
	z-index: 1000;
}
#caption p {
	color: #fff;
	font: bold 10px Arial, Helvetica, Verdana, sans-serif;
}
.slideshow_nav_container {
	position: relative;
	top: 9px;
	left: 440px;
	height:15px;
	width: 50px;
}
#prev {
	background: url(/accelsite/themes/temp999/images/bb_slideshow_prev.gif) no-repeat;
	display: block;
	position: relative;
	width: 15px;
	height: 12px;
	float: left;
}
#next {
	background: url(/accelsite/themes/temp999/images/bb_slideshow_next.gif) no-repeat;
	display: block;
	position: relative;
	width: 15px;
	height: 12px;
	float:right;
}
/* Media Page */
#as_document_container {
	
}
div.as_media_mainCategory {
	background-color: #A9A28D;
}
div.as_media_mainCategoryDesc {
		
}
p.as_category_desc {
	
}

.as_media_mainContent {
	padding:3px;
}
.mediaIcon {
	vertical-align:middle;
}
/* Product Page */
div.subcategory {
	width: 210px;
	float:left;
	margin-left:10px;
	margin-right:20px;
	margin-bottom:10px;
}
div.subcategory img {
	padding:3px;
}
div.subcategory a {
	border: 1px solid #e2c886;
	background-color: #fff;
	display:block;
	min-height: 200px;
	height: auto !important;
	height:200px;
}
div.subcategory a:hover {
	border: 1px solid #e2c886;
	background-color: #eee;
}
div.subcategory_name {
	width: auto;
	float:none;
/*	height:20px;*/
	text-align: right;

}

div.subcategory_name a {
	border: 0px solid #e2c886;
	background-color: #fff;
	display:inline;
	font-weight: bold;
	
	
	/*line-height:20px;*/
}
div.subcategory_name a:hover {
	background-color: #fff;
	border: 0px solid #CC9933;
}