/*
COLORS:
#27007F dk blue
#B1BBDF lt blue

*/
/******************** NAVIGATION STYLES ********************/

#vertical_text_right
{
	/*lists have a default padding so remove it... */
	padding: 0px;
	margin: 0px;	
}

#vertical_text_right li
{			
	text-align: right;
	
}

#vertical_text_left
{
	/*lists have a default padding so remove it... */
	padding: 0px;
	margin: 0px;	
	width: 100%;
}

#vertical_text_left li
{			
	text-align: left;	
}

#horizontal_text
{
	/*lists have a default padding so remove it... */
	 padding: 0px;
	 margin: 0px;		
	
}

#horizontal_text li
{
	/*this makes the list horizontal...*/
	float: left;	
	text-align: center;	
}


/***FIRST LEVEL...***/

#first_level_padding a, #first_level_padding a:visited, #first_level_padding a:active
{
	padding-bottom: 10px;	
}


.first_level_nav, .first_level_nav a
{
	color: #27007F;
	width: 100%;		
	border: 0px solid #000000;
	font: 12px arial, verdana, helvetica, geneva, sans-serif;	
	text-decoration: none;
	display: block;
	list-style-type: none;
}


.first_level_nav a:hover, .first_level_nav_active, .first_level_nav_active a, .first_level_nav_active a:hover
{
	color: #ffffff;
	width: 100%;
	border: 0px solid #000000;
	font: 12px arial, verdana, helvetica, geneva, sans-serif;	
	text-decoration: none;
	display: block;
	list-style-type: none;
}



/***SECOND LEVEL...***/

#second_level_padding a, #second_level_padding a:visited, #second_level_padding a:active
{
	padding-bottom: 10px;		
	padding-left: 10px;		
}

.second_level_nav, .second_level_nav a
{	
	font: 12px arial, verdana, helvetica, arial, geneva, sans-serif;
	width: 100%;		
	color: #27007F;
	text-decoration: none;
	list-style-type: none;
	display: block;
}


.second_level_nav a:hover, .second_level_nav_active, .second_level_nav_active a, .second_level_nav_active a:hover
{
	font: 12px arial, verdana, helvetica, arial, geneva, sans-serif;
	width: 100%;		
	color: #ffffff;
	text-decoration: none;
	list-style-type: none;
	display: block;
}



/***THIRD LEVEL...***/

#third_level_padding a, #third_level_padding a:visited, #third_level_padding a:active
{
	padding-top: 0px;	
}


.third_level_nav, .third_level_nav a
{
	font: 9px arial, verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #424242;
	text-decoration: none;
	list-style-type: none;
	display: block;
}

.third_level_nav a:hover, .third_level_nav_active, .third_level_nav_active a, .third_level_nav_active a:hover
{
	font: 9px arial, verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #424242;
	text-decoration: none;
	list-style-type: none;
	display: block;
}



.sub_nav, .sub_nav a
{
	font: 10px arial, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	text-decoration: none;
	list-style-type: none;
	display: block;
}

.sub_nav a:hover
{
	color: #ffffff;
	text-decoration: none;
	list-style-type: none;
	display: block;
}


/************** MAIN CONTENT STYLES **********************/
/* body tag */
/* this will set the bg in the EDITOR....NOT the actual website */
body
{
	background: #B1BBDF;
}

/*THIS sets the fullscreen bg */
body.web_page
{
	background: #ffffff;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

/*THIS sets the bg for the website*/
#main_table
{
	background: #ffffff;
}


/*default content style...*/
.body, table,.defaultBody, p, ol
{
	font: 13px arial, verdana, helvetica, arial, geneva, sans-serif;
	line-height: 17px;
	color: #27007F;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.body_2
{
	font: 13px arial, helvetica, arial, geneva, sans-serif;
	line-height: 16px;
	color: #ffffff;
}

.body_3
{
	font: 16px arial, helvetica, arial, geneva, sans-serif;
	line-height: 18px;
	color: #27007F;
}

#website_by, #website_by a, #website_by a:hover 
{
	font: 12px arial, helvetica, arial, geneva, sans-serif;
	line-height: 18px;
	color: #27007F;
}


/********** NON-NAV LINKS **********/
a
{
	color: #ffffff;
	text-decoration: underline;
}

a:hover
{
	color: #424242;
	text-decoration: underline;
}



/********** BORDERS **********/

.border_all
{border-bottom: #424242 1px solid ; border-top: #424242 1px solid; border-left: #424242 1px solid; border-right: #424242 1px solid;}

.border_top
{border-top: #c9c9c9 1px solid}

.border_bottom
{border-bottom: #424242 1px solid}

.border_left
{border-left: #424242 1px solid}

.border_right
{border-right: #424242 1px solid}



/*********** TITLES ******************/

.sectionTitle, h1
{
	color: #27007F;
	font-style: normal;
	line-height: 22px;
	font: 17px  arial, Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.title, h2, .title a, .title a:hover
{
	color: #27007F;
	font-style: normal;
	line-height: 20px;
	font: 16px Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.subTitle, h3, .subTitle a, .subTitle a:hover
{
	color: #27007F;
	font-style: normal;
	line-height: 18px;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.parent_page_title
{
	color: #27007F;
	font-style: normal;
	line-height: 24px;
	font: 20px bold Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}


/*********** NEWS & TESTIMONIALS ***********/
/*
STYLES USED FOR NEWS AND TESTIMONIALS...
News Item.............................header
Friday Sep 9th, 2005.................. .news .body
Description of news item..............smallerBody

"They went beyond my expectations!"...quote
Mr Satisfied Customer.................highlight
*/

.header, h4
{
	color: #3865A4;
	font-style: normal;
	font-weight: bolder;
	line-height: 17px;
	font: 13px Arial, Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none none none;
	margin: 0 0 5px 0;
}

.news .body
{
	color: #3865A4;
}

.smallerBody
{
	font: 11x arial, helvetica, geneva, sans-serif;
	line-height: 14px;
	color: #424242;
}

.quote
{
	font: 11px arial, helvetica, geneva, sans-serif;
	line-height: 14px;
	color: #424242;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.highlight { color: #3865A4; }

.chameleon_testimonials .highlight
{
display: block;
padding-top:5px;
padding-bottom:5px;
}

.news td
{
padding-bottom:10px;
}


/*********** STAFF MODULE ******************/

.wc_staff .highlight
{
margin-right:5px;
}

.wc_staff .highlight:after
{
content:":";
}


/*********** OTHER STYLES ******************/

.note
{
	margin-top: 0px;
	padding: 0px;
	color: #424242;
	font: 10px tahoma, helvetica, arial, geneva, sans-serif;
	line-height: 11px;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.noteHeader
{
	color: #3865A4;
	font-style: normal;
	font-weight: bold;
	line-height: 11px;
	font: 10px arial, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	margin: 0 0 5px 0;
}


.smallerHighlight { color: #3865A4; }


.inputLabel
{
	line-height: 12px;
	color: #424242;
	background: transparent;
	font-style: normal;
	font-weight: lighter;
	margin: 5px 5px 5px 5px;
	padding: 0px;
	font-family: arial, helvetica, arial, geneva, sans-serif;
	font-size: 11px;
	font-variant: normal;
}

.frameHeader { }

.tableHeader
{
	text-indent: 0;
	text-align: left;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	font-family: arial, verdana,arial,sans;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background: transparent;
	color: white;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	width: auto;
	height: 20;
	clear: both;
	vertical-align: middle;
}

.instructions { }

.footer
{
	font: 9px verdana, helvetica, arial, geneva, sans-serif;
	padding: 2px;
	margin: 5px;
	color: #424242;
	background: transparent;
}

h5
{
	color: #3865A4;
	font-style: normal;
	font-weight: bold;
	font-size: 105%;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}

h6
{
	color: #3865A4;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}


hr
{
	color: #3865A4;
	height: 1px;
}

.formHr
{
	color: #3865A4;
	height: 1px;
	width: 100%;
}

.inputFrame
{
	margin: 0px 0px 0px 0px;
	padding: 1px;
	border: 1px dotted #3865A4;
	background: transparent;
	color: transparent;
}

.callFrame
{
	margin: 10px;
	padding: 10px;
	border: 1px dotted #BBB;
	background: transparent;
	color: #777;
}

.callHeader
{
	color: #3865A4;
	font-style: normal;
	font-weight: bolder;
	line-height: 11px;
	font: 12px Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	margin: 0 0 5px 0;
}

input.text
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	border: 1px solid #3865A4;
	padding: 2px;
	background: #FFF;
}


input.password
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	border: 1px solid #3865A4;
	padding: 2px;
	background: #FFF;
}


.warnings
{
	padding: 5px 15px 5px 15px;
	border-top: 1px dotted #C00;
	border-bottom: 1px dotted #C00;
	line-height: 18px;
	color: #FF9;
	background-color: #FF9;
	margin: 0 0 15px 0;
}

.dev_descriptions
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 18px;
	color: #3865A4;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}



/*this sets the background of the styles drop down list in the menu editor*/
.SC_Panel { background-color:#B1BBDF !important; }



/*    CSS LAYOUT CRAP......   */



#container
{
padding-top: 20px;
text-align: center;
margin: 0 auto;
}


	#container_2
	{
	border: 0px solid #000000;
	width: 770px;
	text-align: left;
	margin: 0 auto;
	padding: 0px	
	}
		
		
		#header
		{
		position: relative;
		width: 770px;
		height: 192px;
		background-image: url(/theme/adam-vintex/images/vintex_01.jpg);
		background-repeat: no-repeat;	
		display: block;
		}
				
			#title_cell
			{
			position: absolute;
			top: 200px;
			left: 200px;
			}	
		
		#content_container
		{
		width: 770px;		
		background-image: url(/theme/adam-vintex/images/vintex_02_repeating.jpg); 
		background-repeat: repeat-y; 
		}
		
			#left_column
			{
			border: 0px solid #000000;
			text-align: left;
			float: left;
			width: 190px;			
			}
			
				#left_column_padding
				{
				text-align: left;
				border: 0px solid #000000;
				padding-left: 35px;
				padding-top: 45px;
				padding-right: 10px;
				padding-bottom: 25px;				
				}			

				#safeguard_link
				{
				background-image: url(/theme/adam-vintex/images/safe-guard-icon-up.gif); 
				background-repeat: no-repeat; 
				height: 155px;
				width: 140px;
				}			
				
					#safeguard_link:hover
					{
					background-image: url(/theme/adam-vintex/images/safe-guard-icon-dn.gif); 					
					}			
					
				
			#main_content
			{
			float: left;
			width: 578px;
			}
			
				#main_content_padding
				{
				padding-left: 10px;
				padding-top: 25px;
				padding-right: 30px;
				padding-bottom: 10px;
				}				
		
					
		#sub_nav_cell
		{
		position: relative;
		text-align: left;
		height: 100px;
		width: 770px;
		background-image: url(/theme/adam-vintex/images/vintex_03.jpg); 
		background-repeat: no-repeat; 
		display: block;
		}
		
		
			#sub_nav
			{
			margin: 0 auto;
			position: absolute;
			top: 50px;
			left: 60px;
			}	
		
			/*#sub_nav_cell_padding
			{
			padding-left: 20px;
			padding-top: 55px;
			padding-right: 0px;
			padding-bottom: 0px;
			}	*/	
		
		
		#sub_nav table
		{
		margin: 0 auto;
		}


