body {
	background: #1D1E33 url(images/background.jpg) repeat-x;
	margin: 0px;
	padding: 0px 0px 20px;
	text-align: center;
}
#layout {
	width: 800px;
	text-align: left;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	background: #000000;
}

#header {
	height: 370px;
	position: relative;
}
#header #flash {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
}

#header #logo {
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 30px;
}
#header #nav {
	color: #fee5ca;
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 160px;
	font: 14px Arial, Helvetica, sans-serif;
}
#header #nav a {
	color: #fee5ca;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	background: url(images/nav_arrow.gif) no-repeat left center;
	text-indent: 15px;
}
#header #nav a:hover {
	color: #f68f1e;
}
#main {
	margin-right: 20px;
	margin-left: 20px;
	border-top: 5px solid #7c7c7c;
	color: #FFFFFF;
	font: 14px Arial, Helvetica, sans-serif;
}
#main .left_head {
	background: url(images/left_head.gif) no-repeat;
	height: 23px;
	width: 222px;
	font: 18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 10px;
}
#main .left {
	background: url(images/v_line.gif) repeat-y 228px top;
	font-size: 12px;
}
#main .left_box {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#main .right_head {
	background: url(images/right_head.gif) no-repeat right center;
	font: 18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 10px;
}
#main .right {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
}
#main a {
	color: #F68F1E;
}
#main a:hover {
	color: #FCC388;
}

#main .orange {
	color: #f68f1e;
}
#main .eteam {
	color: #0099FF;
	font-weight: bold;
}

#main li {
	list-style: square;
	text-align: left;
}
#main .alert {
	font-weight: bold;
	color: #FF0000;
}
#main #services {
	background: url(images/circuit_board.png) repeat-y;
	padding-left: 60px;
	width: 160px;
}
#main #services a {
	margin-bottom: 12px;
	display: block;
}
#main #quote {
	background: url(images/quote_back.jpg) no-repeat;
	padding-left: 60px;
	width: 160px;
}
#main #quote h1 {
	color: #3399FF;
	margin: 0px;
	padding: 0px;
}
#main #quote .input {
	font-size: 12px;
	height: 12px;
	width: 155px;
	background: #FFFFFF;
	margin-bottom: 2px;
}
#main #quote .button {
	margin-top: 5px;
}
#main form {
	margin: 0px;
	padding: 0px;
}
#main .atribute {
	font-weight: bold;
	text-align: right;
	display: block;
	margin-top: 10px;
}
#main h1 {
	font-size: 18px;
	font-weight: bold;
}
#main h2 {
	font-size: 16px;
	font-weight: bold;
	color: #f68f1e;
}
#main h3 {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#main .small_title {
	font-size: 12px;
}


#main .poweredby {
	font-size: 12px;
	font-style: italic;
	color: #0099FF;
}
#main #quote_form {
	font: 12px Arial, Helvetica, sans-serif;
}
#main .alert {
	font-weight: bold;
	color: #FF0000;
}
#main hr {
	color: #000000;
	background: #000000;
	border-bottom: 1px dotted #CCCCCC;
}
#main .textBlock {
	color: #FFFFFF;
}
#footer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 5px 20px 20px;
}
#footer a {
	color: #F68F1E;
	text-decoration: underline;
}
#footer a:hover {
	color: #FCC388;
}
