﻿* {padding: 0px; margin: 0px}
body {
	background: url(images/background.png) top center repeat-x #cfdeea;
	margin: 0px;
	padding: 16px 0;
	font: 9pt "Segoe UI", "Trebuchet MS", Tahoma, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, Arial, Helvetica, sans-serif;
	color: #505050;
	text-align: center;
}
p {
	font-size: 10pt;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 8pt 0px;  
}

#ordertable td {margin-bottom:1px; border-bottom: 1px #356AA0 solid}

.small {
	font-size: 9pt;
	color: #356AA0;
}
img {
	border-style: none;
}
img.pic_left {
	float:left;
	padding:5px;
	margin:0 8px 8px 8px;
	border:1px #cccccc solid;
}
a {
	color: #4096EE;
	text-decoration: none;
}
a:hover {
	color: #1471B1;
}
.heading {
	text-align: center; 
	font-size: 10pt;
	font-weight:bold;
	color: white;
	background-color: #356AA0; 
}
#welcome h1 {
	padding:4px 0 0 20px;
	margin:0px;
	font-family: "Cambria", "Times New Roman",Georgia, Helvetica, Serif; 
	font-weight:bold;
	font-size:16pt;
	font-style: italic;
	color: #f6f6f6;
	border: 0;
}
h1 {
	font-size: 12pt;
	color: #356AA0;
	border-top: 1px solid #356AA0;
	margin: 14pt 0px 4pt 0px;
}
h2 {
	font-size: 12pt;
	color: #356AA0;
	margin: 0px 0px 4pt 0px;
}

h4 {
	font-size: 11pt;
	padding: 2px;
	margin: 0px;
	color: #356AA0;
	border-bottom: 1px #999999 dashed;
}
h5 {
	padding: 0 0 2px 0;
	font-size: 8pt;
	margin: 0px;
	color: #356AA0;
}
.larger {
	
	font-size: 10pt;
}

h6 {
	padding: 2px;
	color: white;
	background: #356AA0;
	font-size: 12pt;
	border-top: 1px solid #356AA0;
	margin: 14pt 0px 4pt 0px;
}
td.order {
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 24px;
	text-align:left
}
#container {
	position: relative;
	width: 850px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#head {
	width: 850px;
	height: 142px;
	background: url(images/head.png) no-repeat;
}
#head h1 {
	position: absolute;
	margin: 31px 0 0 36px;
	width: 350px;
	height: 80px;
	background: url(images/logo.png) no-repeat;
	border: 0;
}
#head h1 a {
	text-indent: -2000px;
	width: 154px;
	height: 59px;
	display: block;
	background: url(images/logo.png) no-repeat;
	border: 0;
}
.top_head_banner {
	float:right;
	width:200px;
	height:120px;
	background:url(images/top_head.png) no-repeat right;
	background-position:-12px 12px;
}
#menu {
	position: absolute;
	width: 617px;
	top: 136px;
	left: 36px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	font-size : 10pt;
	font-weight: bold;
}
#menu li {
	list-style-type: none;
	float: left;
	margin-right: 80px;
	height: 22px;
}
#menu li a {
	padding: 0 0 2px 0;
	height: 22px;
	color: #808080;
}
#menu li a:hover {
	color:#356AA0;
}
#menu .current {
	font-weight:bold;
	color:#356AA0;
	text-transform:uppercase;
}
#area {
	width: 850px;
	height: 20px;
	background: url(images/area.png) repeat-x;
}
#main {
	margin: auto;                            
	background: url(images/bg_main.png) repeat-y;
	width: 850px;
	height: auto;
}
#mainfull {
	margin: auto;
	background: url(images/bg_mainbig.png) repeat-y;
	width: 850px;
	height: auto;
}
#content_full {
	float:left;
	padding:0 30px 30px 30px;
	width: 790px;
	height:auto;
}
#content_left {
	float:left;
	padding:0 30px 30px 30px;
	width: 545px;
	height:auto;
}
#content_right {
	float: left;
	padding: 0px 5px 5px 5px;
	width: 200px;
	height: auto;
}
#welcome {          
	background: url(images/center_banner.png) no-repeat;
	padding:10px;
	width: 850px;
	height:50px;
}
.first_item_box {
	width: auto;
	height: auto;
	padding: 0 0 5px 0;
	border-bottom: 1px #666666 dashed;
}
.item_box {
	width: auto;
	height: auto;
	padding: 10px 0 5px 0;
	border-bottom: 1px #666666 dashed;
}
.spacer {
	width:auto;
	height:2px;
	clear:both;
	padding-bottom:2px;
}
/*---------contact----------*/
#form {
	padding: 0px;
	margin: 0px;
}
#fields label {
	width: 260px;
	display: block;
	padding: 0px;
}
#fields input {
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	width: 260px;
}
#fields textarea {
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	width: 260px;
	height: 63px;
}
#send input {
	width: 64px;
	height: 20px;
	margin: 0px;
}
li {
	padding-bottom:4pt;
}
ul {
	margin: 0 0 20px 0;
	padding: 0px 0px 0px 40px;/*list-style-type: none;*/
}
.contact_info {
	float:left;
	padding:15px;
}
/*work------------*/
.project_details {
	float:left;
	width:200px;
	color:#0099FF;
	padding:10px 0 0 10px;
}
#footer {
	text-align: center;
	font-size: 8pt;
	color: #808080;
	background: url(images/footer.png) no-repeat;
	background-position: 0px 0px;
	padding-top: 10px;
	width: 850px;
	height: 85px;
}
#footer a {
	background: none;
	padding: 0px;
}
#madeby {
	width:200px;
	height:85px;
	float:right;
	padding-right:30px;
	text-align:center;
}
#madeby a {
	text-decoration:none;
	color:#666666;
}
