html, body { 
	font-family: Arial;
	font-size: 15px;
	color: #444444;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

body { height: 100%; background: #fbfaf2;}
img { border: 0; }
a, a:visited { color: #E64117; }
a:hover { color: #E64117; }
a.norm:hover { background-color: transparent; }
p { }
p.divider {  margin-top: 10px; width: 100%; background: url(/images/common/border2.gif) top center repeat-x; }

h1, h2, h3 { margin: 0; padding: 0; }
h1 { border-bottom: 2px solid #e64117; color: #e64117; margin-bottom: 20px; }
h2 { 
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	line-height: 1;
	font-family: Calibri, 'Lucida Grande', Verdana, sans-serif;
}

ul {
	margin: 13px;
	padding-left: 20px;
	list-style-image: url('/images/common/tick.png');
}

input { border: 1px solid #5c6c4f; font-family: Arial; font-size: 12px;}
textarea { border: 1px solid #5c6c4f; font-family: Arial; font-size: 12px;}
input[type=submit] { border: 1px solid #000000; background-color: gray; color: white; padding: 5px; }

#header-container {
	width: 100%;
	height: 100px;
	background: #262626;
	border-bottom: 2px solid #e64117;
}

	#header {
		width: 920px;
		margin: 0px auto;
		padding: 30px;
	}
		#header .logo { float: left; }
		#header .logo a { text-decoration: none; }
		
		#header a { 
			color: white;	
			font-family: Helvetica, Arial, sans-serif;
			font-size: 1.3em;
		}

		
		#header .menu {
			float: right;
			width: 760px;
			text-transform: uppercase;
			font-size: 14px;
			font-family: Times New Roman;
			text-align: left;
		}
		
			#header div.menu a {
				padding: 5px 20px 0 20px;
				text-decoration: none;
				float: left;
				border-bottom: 2px solid #262626;
			}
			
			#header div.menu a:hover { border-top: #5c5c5c; }
			#header div.menu a.selected  { border-top: 2px solid #5c5c5c; border-bottom: 2px solid #313131;  }
			
			#header div.menu span {
					text-transform: none;
					font: normal 0.7em/normal Helvetica, Arial, sans-serif;
			}

#title-container {
	height: 442px;
	width: 800px;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
}	
			
	

#content {
	width: 920px;
	margin: 0px auto;
	padding: 10px 10px;
	min-height: 450px;
}

	
div.home_special {
	width: 420px;
	float: left;
	font-family: Arial;
	font-size: 90%;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
}
	div.home_special .image {
		/*padding: 10px;
		width: 64px;
		float: left;*/
		float: left;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	div.home_special .description {
		/*padding: 10px;
		padding-top: 15px;*/
	}
		div.home_special .description span.title { 
			color: #e64117;
			font-family: Calibri, 'Lucida Grande', Verdana, sans-serif;
			font-size: 26px;
			font-style: italic;
			font-weight: bold;
			line-height: 1;
		}

#footer-container {
	background: #f4f4f4;
	border-top: 2px solid #2b5700;
	border-top: 2px solid #ebebeb;
	width: 100%;
	height: 101px;
}
		
#footer {
	width: 920px;
	margin: 0px auto;
	font-size: 10px;
	color: black;
	padding-top: 10px;
}
	#footer a { text-decoration: none; color: black;}
	#footer p { font-weight: bold; font-size: 12px; margin-top: 0; margin-bottom: 3px;}

#portfolio_home {
	position: absolute; 
	left: 570px; 
	top: 42px; 
	width: 311px; 
	height: 295px; 
}	


/* CMS related */
/* validate */
div.validationerror { 
	color: red;
}

span.required { color: red; font-weight: bold; } 
p.errormsg {
	background-color: #ffd3be;
	padding: 5px;
	border: 1px solid #ff6600;
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	font-size: 100%;
}
table.table_form td.required { color: #ff6600;  }
table.table_form input.required { border: 1px solid #ff6600;} 
table.table_form textarea.required { border: 1px solid #ff6600;} 
table.table_form td.sectionlabel {
		border-bottom: 1px solid #a7a7a7;
		color: #ff6a07;
		font-weight: bold;
		padding-top: 10px;
	}
p#footprint { margin: 0; padding: 0; margin-top: 0px; margin-bottom: 20px; font-size: 11px; }
