/* layout styles */
/* styles that affect the wysiwyg and general styling are in content.css */

/* style body tag, affects all pages, font styles, etc set in content.css */

/* ---------- main blocks ----------  */
/* page wraps all served pages */

#page
{
	/* set width to % for flexible width, set to px for constant width */
	width: 849px;
	min-width: 849px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}



/* ---------- index page style ----------- */
/* container for content in index page */
#index
{	background: #fff; font-size: 11px; margin-left:auto; margin-right:auto; width:100%; }
#index h1
{ 	color: #FF231e; font-size: 20px; margin: 0px 0px; padding: 8px 0px; }
#index p
{ 	margin: 4px 0px; color: #968E4A; line-height: 150%; }


/* ---------- content pages style---------- */
/* container for content in content pages */
#content
{
	background: #fff;
	font-size: 14px;
}

#content .featureimg
{	margin: 0px 0px; }

#content #bodyimages
{	float: right; margin-left: 10px; }

#content .bodyimage
{	margin-bottom: 10px; }

/* div or cell class for editable body text */
#content .body
{
	background: #fff;
	width: 100%;
	padding: 0px 10px;
	min-height: 400px;
	padding-bottom: 10px;
	line-height: 175%;
	margin-top: 0px;
}


/* container for header and main top nav */
#top
{ border-bottom: none; margin-top: 0px;}

/* class for the middle content div or table of both content and index pages */
.contentblock
{ margin-left: auto; margin-right: auto; min-width: 482px;}

/* ---------- header ---------- */
/* header container */
#header
{  }

.header table
{	margin-left: auto; margin-right: 20px; width: 350px; height: 50px; }

.header td
{	vertical-align: middle; text-align: right; height: 50px; }

#header .logo
{	margin: 0px 0px 0px 20px; }

#header #searchform
{	margin-left: 495px; margin-right: 0px; padding: 8px 0px 0px 0px; }

#searchform input.searchtext
{ width: 100px; border: 1px solid #ccc; }

#searchform input.btn
{
	border: 1px solid #696969;
	background-color: #BBBBBB;
	color: #ffffff;
	margin-left: 3px;
	font-family: arial, sans-serif;
}


/* ---------- footer ---------- */
#footer
{
	text-align: right;
	color: #FF231e;font-size: 10px;font-weight: normal;	
	padding-top: 10px;
    margin-left: auto; margin-right: 10px; min-width: 500px;

}
#footer a:link, #footer a:visited
{	text-decoration: none;	color: #FF231e;}
#footer a:hover
{	text-decoration: underline;}

.footer table
{	margin-left: auto; margin-right: 20px; width: 350px; }

.footer td
{	vertical-align: middle; text-align: right; }

.footer a, .nav a:visited, .nav a:link
{	color: #FF231e; text-decoration: none;}



/* ---------- calendar ----------- */
/* calendar container... styles for the calendar itself are in calendar.css */
#cal
{ 	margin: 0px 0px; }


/* ---------- downloads section ----------- */
#downloads
{ 	border-top: 1px solid #ccc; margin-top: 10px;}

#downloads h1
{	font-size: 14px; color: #FF231e; }

#downloads a
{	color: #FF231e; }

#downloads .download
{	margin-bottom: 10px; }



/* ---------- search results page ---------- */
/* container for search results on results page */
#search_results
{ 	
    background: #fff;
    color: #968E4A;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 150%; 
    }
/* each search result */
.search_result
{  }


/* ---------- sitemap ---------- */
.sitemap
{ 	padding: 15px; font-size: 12px; font-weight: bold; }
.sitemap li
{ 	list-style: none; }
.sitemap a, .sitemap a:link, .sitemap a:active, .sitemap a:visited
{ 	text-decoration: none; }
.sitemap a:hover
{ 	text-decoration: underline; }
.sitemap .section
{ 	border: 1px solid #ccc; margin: 10px; padding: 10px; }
.sitemap .article
{ 	font-size: 10px; font-weight: normal; }



/* ---------- right bar ---------- */
#rightbar
{	margin: 0px; padding: 0px; width: 175px; background: #fff;}



/* ---------- main nav ---------- */
.nav
{
	text-align: center;
	font-size: 12px;font-weight: normal; 
	color: #968E4A;
	background: #fff;
    white-space: nowrap;
	margin: 0px 0px; padding: 0px 0px;	
	border-top: 0px #33b1ef solid;
	border-bottom: 0px #33b1ef solid;	
	
}

.nav table
{	margin-left: auto; margin-right: 20px; padding: 0px 0px; }

.nav td
{	vertical-align: middle; text-align: center; padding: 5px 0px; margin: 0px 0px; }

.nav a, .nav a:visited, .nav a:link
{	color: #FF231e; text-decoration: none; }

.nav a:hover
{	text-decoration: underline; }
/* divider between nav items */
.nav .divider
{ 	margin: 0px 0px; padding: 0px 10px; text-align: center; }


/* ---------- submenu left navigation ---------- */

#submenu
{	width: 165px; margin: 0px; padding: 0px;}

#submenu h1
{
	color: #FF231e; font-size: 22px; font-weight: normal;
	padding: 3px 15px; margin: 0px;	
	background: #fff; border-bottom: 1px solid #fff; letter-spacing: 1px;

}
#submenu h1 a
{ color: #FF231e; height: 100%; width: 100%; display: block; }

#submenu a
{	text-decoration: none; }

#submenu ul
{
	width: 100%; height: 100%;
	margin: 0px; padding: 0px 20px;
	font-size: 12px;
	list-style: none;
}

#submenu li
{
	height: 100%;	
	margin: 0px; padding: 0px;
	display: inline;
}

#submenu li a
{
	display: block;
	text-decoration: none;
	border-collapse: collapse; border-bottom: 0px;
	width: 125px;
	padding: 5px 5px; margin: 0px; height: 100%;
}

#submenu li a:link,
#submenu li a:visited
{	color: #968E4A; }

#submenu li a:hover
{	background: none; color: #FF231e; text-decoration: underline;  }

#submenu li a.current
{	background: none; color: #FF231e;}

.subnav_cell
{	 background: #fff; padding: 0px; margin: 10px;}


/* image caption under headline image */
.imagecaption
{ text-align: right; padding: 5px 10px 15px 0px;font-style: normal; font-size: 11px; color: #fff; letter-spacing: 1px;}

/* image caption under inline images */
.imagecaption_inline
{ text-align: right; padding: 5px 10px 15px 0px;font-style: italic; font-size: 11px; color: #696969; letter-spacing: 1px;}

/* convenience style for stacking columns or other block elements to the left 
	ensure you clear:both after the columns for proper display */
.stackleft
{ float:left; }
/* specific styles for the setup site as examples on stacking columns */
/*  with this type of stack ensure you set a clear:both after the floated elements*/


/*  form elements*/
.required
{ color: rgb(255, 0, 0); }


/*  index content areas*/

#index

#index .col1
{ width: 168px; background: #fff; }
#index .col2
{ width: 168px; background: #fff; }
#index .col3
{ width: 135px; background: #fff; line-height: 150%; }
#index .col4
{ width: 193px; background: #fff; }
#index .col5
{ width: 193px; background: #fff; }
#index .col6
{ width: 193px; background: #fff; }
#index .col7
{ width: 193px; background: #fff; }

#index .case_header
{ background: #fff; text-align: left; padding: 0px 0px 0px; }

#index .greenverticalline td { 
	width: 10px; 
	background-image: url('/images/uploaded/green_pixel_bg_vert.gif');  
	background: #fff; 
	}

#brand_inventory_form ul {
	list-style-type: none;
}
#brand_inventory_form table tr td {
	margin: 0;
	padding: 0;
}