body {
	background:#0f6b89 url(/i/bg_body_page.gif) top left;
}
#top {
	background:url(/i/bg_top.jpg) repeat-x top left;
}
#light {
	background: url(/i/top_bg.gif) no-repeat; 
}
.underline {
	 background-color: #1f6c8d;
}
h1 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 500;
	white-space:nowrap;
}
.head_h1 {
	margin-bottom: 20px;
}
.head_h1 h1 {
       color: #f3d86a;
}
.dots {
	background: url(/i/bg_dots.gif) repeat-x bottom;
}
#we_are {
	padding: 10px 0px 57px 0px;
	vertical-align: bottom;
}
#we_are a {
	color: #4194b4;
}
#left {
/*	 background-position: bottom left;*/
/*	 background-repeat: no-repeat;*/
/*	 padding-bottom: 400px;*/
}
#menu {
	padding: 0px 65px 45px 35px;
}
#menu a {
	display: block;
	margin: 8px 0px 6px 20px;
	color: #bce4f5;
	text-decoration: none;
	font: bold 80% Tahoma;
}
#content {
	padding-left: 20px;
	padding-bottom: 40px;
	padding-right: 30px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%; 
}

#base_box {
	margin-top: -27px;
	background: url(/i/bg_body.jpg);
	padding: 30px 0px;
	position:relative;
}
#base td {
	padding: 0px 30px;
}
.item {
	margin-top: 10px;
	margin-bottom: 20px;
}
.frame {
	border: 1px solid #57a0b8;
	padding-top: 10px;
}
.latest_works {
	background-image: url(/i/bg_frame.gif);
}
.works_title a.all {
	padding-left: 15px;
	font-size: 95%;
}
.works img {
	margin-bottom: 6px;
	margin-right: 6px;
}

#order2 td {
	padding: 5px;
}

#order, #order2 {
	color: #e1eef8;
	font-size: 12px;
}
#order .spec , #order2 .spec {
	color: #90c5ee;
}
#order input, #order textarea, #order2 input, #order2 textarea{
	border: 1px solid #21597b;
	background-color:#e1eef8;
}
#order .bg, #order2 .bg  {
	background: url(/i/form_bgb.gif) no-repeat bottom left;
	padding: 5px;
}

.autonum {
	counter-reset: list1; 
	font-weight:bold; 
}
 	.autonum LI { 
 	list-style-type: none;
 	 }
 	.autonum LI:before {	 
 	counter-increment: list1; 	 
 	content: counter(list1) ". "; 	
 	}
 	.autonum OL { counter-reset: list2; 
 	font-style: italic; 
 	font-weight:normal; 
 	}
 	 	.autonum OL LI:before {	 
 	 	counter-increment: list2; 	 
 	 	content: counter(list1) "." counter(list2) ". ";
 	 	}
a.img {
	cursor: nesw-resize;
}

