body {
	margin: 0;
	color: #001427;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #acada5 url(images/bg_body.gif);
	line-height: 24px;
}		
 
a {
	color: #414141;
	font-weight: normal;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}
	
#header {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}  	
	
#flash {
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #acada5;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969893;
	border-left-color: #969893;
}   
	
#total {
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969893;
	border-left-color: #969893;
	background-color: #acada5;
	clear: none;
} 
#blank {
	width: 760px;
	height: 1px;
	background-color: #acada5;
	clear:both;
} 

#footer {
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #535c5b;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969893;
	border-left-color: #969893;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	clear: both;
	color: #CCCCCC;
} 

	#footer a {
	font-weight:normal;
	text-decoration: none;
	color: #CCCCCC;
	}
	
	#footer a:link {
	}
	
	#footer a:visited {
	}
	
	#footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	}
	
	#footer a:active {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	}


#bottle {      
float: left ;
width: 134px; 
}    

#content {
float: right ;
width: 597px ;
}



#main {
	width: 450px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: right;
}  

	#main a {
	font-weight: bold;
	}

#left_img {
	width: 290px;
	float: left;
}   

#sector {
float: left;
width: 10px ;
height: 475px ;
}

#sidebar {    
float: right ;      
width: 196px ;      
}  

.sidebarheader {
padding-top: 25px ;
}

.sidebarimage {
width: 78px ;
height: 78px ;
padding-top: 10px ;
padding-left: 10px ;
}



.testimonialbody {
	width: 172px;
	font-size: 15px;
	color: #4d4d4d;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
	float: left;
}

.testimonialsign {
	width: 172px;
	font-size: 10px;
	font-style: italic;
	color: #4d4d4d;
	padding-left: 12px;
	padding-right: 12px;
	float: right;

}
.BREADCRUMB {
	font-size: 11px;
}


/* Form styles */
div.form-container { padding: 5px;  border: #aaa 1px solid; }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 130px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}
div.form-container label2, 
div.form-container span.label2 {
	margin-right: 0px;
	padding-right: 0px;
	width: 70px;
	display: block;
	float: left;
	text-align: left;
	position: relative;
}
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; }

