@charset "utf-8";
/* CSS Document */

/* #################################### html ###################################################*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #999999;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #666666;	
}

form, dl, dt, ul, li, dd{
	margin: 0;
	padding: 0;
}

/* #################################### general ids ############################################*/

#clear{
	clear: both;
}

#container{
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	position: relative;
	text-align: left;
	padding-bottom: 5px;
}

#container div{
	position: relative;
	left: 20px;
	top: 5px;
}

#header{
	height: 130px;
	background: url(../img/images/header_bg.gif) repeat-x;
	width: 960px;
}

#header div{
	left: 0px;
	top: 0px;
	float: left;
}

#menu{
	background: url(../img/images/menu_bg.gif) repeat-x 0 50%;
	height: 24px;
	padding: 2px 0px;
	border: 1px solid #999999;
	width: 955px;
	text-align: center;
}

#content{
	width: 960px;
	height: auto;
	margin-top: 10px;
}

#content div{
	left: 0px;
	top: 0px;
	float: left;
}

#content #left{
	width: 625px;
}

#content #right{
	width: 315px;
	left: 10px;
}

#content #top, #content #bottom{
	/*height: 270px;*/
	height: 350px;
}

#content #bottom{
	top: 10px !important;
	top: 0px;
}

#content #left #bottom{
	top: 10px;
}
#content #top, #content #bottom, #content #general{
	border: 1px solid #999999;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px !important;
	margin-bottom: 0px;
}

#footer{
	background: url(../img/images/footer_bg.gif) repeat-x #000066;
	height: 30px;
	width: 952px;
	margin-top: 15px;
}
/* ####################################  header ###############################################*/

#logo{
	background: url(../img/images/logo.gif) no-repeat;
	width: 105px;
	height: 95px;
	margin-left: 10px;
}

#mini_menu{
	height: 35px;
	margin-top: 32px;
	margin-left: 290px;
}

#mini_menu div{
	text-align: center;
	color: #FFFFFF;
	white-space: nowrap;
	padding: 0 10px;
}

#mini_menu a{
	color: #FFFFFF;
	text-decoration: none;
}

#mini_menu a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#mini_menu img{
	margin-bottom: 5px;
	border: 0;
}

#name{
	background: url(../img/images/name.gif) no-repeat  0 50%;
	width: 288px;
	height: 100px;
}

/* ####################################  menu ##################################################*/

#menu dl{
	line-height: 24px;
	float: left;
	margin: 0;
	border: 1px solid #fff;
	white-space: nowrap;
}
#menu dl a{
	padding: 0 15.3px 0 15.5px;
	display: block;
	color: #003300;
	font-weight: bold;
	text-decoration: none;
}

#menu dl a:hover{
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: #003300;
}

/* ####################################  banner ################################################*/

#banner{
	width: 960px;
	height: 223px;
	text-align: center;
	left: 0;
	margin-top: 10px;
	padding: 0;	
}

/* ####################################  content ############################################################3*/

#content #left #heading, #content #left #inner_content{
	width: 616px;
}

#content #right #heading, #content #right #inner_content{
	width: 306px;
}

/*#content #top #inner_content{
	height: 215px;
}#bottom*/

#content #top #inner_content, #content #bottom #inner_content{
	height: 295px;
}

#heading{
	background: url(../img/images/heading_bg.gif) repeat-x #f2efe0;
	margin: 5px 3px;
	height: 47px;
	color: #d7b261;
	line-height: 32px;
	text-indent: 15px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}

#heading_arrow{
	background: url(../img/images/heading_arrow.gif) no-repeat 20px 0px ;
	margin: 0;
	padding: 0;
	height: 15px;
	width: 100%;
}

#inner_content{
	background: url(../img/images/inner_content_bg.gif) repeat-x;
	margin-left: 3px;
}

#left #inner_content ul{
	width: 185px;
	float: left;
	margin: 0px;
	padding: 0 9px;
	list-style: none;
	overflow: hidden;
	margin-top: 3px;
}

#right #inner_content ul{
	width: 288px;
	float: left;
	margin: 0px;
	padding: 0 9px;
	list-style: none;
	overflow: hidden;
	margin-top: 3px;
}

#inner_content li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#inner_contact{
	margin-left: 20px;
	width:575px;
	height:320px;
	border: 1px solid #CCCCCC;
}
#gray{
	margin-left: 10px;
	width:47%;
	background-color:#f5f3e7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #666666;
	line-height:25px;
	float: left;
	padding-left: 5px;
}
#white{
	margin-left: 10px;
	width:47%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #666666;
	line-height:25px;
	float: left;
	padding-left: 5px;
}
#textbox{
	margin-left: 20px;
	width:200px;
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin-left:20px;
	margin-top:10px;
	color: #666666;
	line-height:25px;	
}
#sitemap{
	background: #005801;
	float:left;
	height: 24px;
	width:266px;
	color: #d7b261;
	line-height: 24px;
	text-indent: 25px;
	font-size: 16px;
	font-weight: normal;
}
#under_sitemap{
	float:left;
	height: 150px;
	width:266px;
	color: #585856;
	line-height: 20px;
	text-indent: 25px;
	font-size: 12px;
	font-weight: normal;
}

#under_sitemap li{
	background:url(../img/images/bullet.jpg) no-repeat 0 50%;
}
#sitemap_container{
	margin-top:30px;
	margin-left:15px;
	float:left;
	height: 130px;
	width:266px;
}

#image{
	border: 5px solid #999999;
}

#price, #desc{
	color: #d7b261;
}

#desc a{
 color: #d7b261;
 font-weight:bold;
 text-decoration:none;
}

#left #desc_list{
	color: #d7b261;
	font-weight: bold;
	background: url(../img/images/my_project_arrow.gif) no-repeat 0 50%;
	padding-left: 15px;
	float: right; 
	text-align: left; 
	width: 165px;
	line-height: 15px;
}

#left #desc_list a{
	color: #d7b261;
	text-decoration: none;
}

#left #desc_list a:hover{
	color: #d7b261;
	text-decoration: underline;
}


#price{
	font-size: 32px;
	width: 160px;
	float: left;
	height: 32px;
}

#button a, #button input{
	background: url(../img/images/button.gif) no-repeat bottom;
	width: 83px;
	height: 29px;
	display: block;
	float: right;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 29px;
	text-align: center;
}

#button a:hover{
	color: #996600;
}

#title{
	font-size: 16px;
	font-weight: bold;
	color: #583b03;
	line-height: 30px;
}

#right #image{
	border: 1px solid #999999;
	padding: 4px;
	float: left;
	margin-right: 10px;	
}

#right dl{
	float: left;
	width: 150px;
	margin: 10px 0 0 0;
	padding: 0;
}

#right dt{
	background: url(../img/images/more_icon.gif) no-repeat 0 50%;
	padding-left : 20px; 
	line-height: 16px;
}


#login_header{
	background: #e7e4d1;
	height: 20px;
	line-height: 20px;
	text-indent: 10px;
	font-weight: bold;
	clear: both;
}
#right label{
	width: 90px;
}

#right input{
	height: 15px;
	border: solid 1px #999999;
	width: 188px;
	font-size: 11px;
	margin-left: 17px;
}

#right input[type=checkbox]{
	left: 65px;
}

#button input{
	width: 92px;
	height: 32px;	
	border: 0;
	float: right;
}

#right #button{
	width: 288px;
}

#right #image_desc{
	height: 51px;
	background: #ffffff;
	margin: 0px;
	width: 189px;
	border: #999999 solid 1px;
}

#image_desc dt{
	background: none;
	padding: 0;
}

.title{
font-weight: bold; font-size: 14px; line-height: 30px;
}

#left dl {
	margin: 10px 10px 10px 10px;
	height: 130px;
	overflow: hidden;
	border-bottom: #999999 solid 1px;
	padding-bottom: 10px;
}

#left dl #image{
	float: left;
	margin-right: 10px;
	width: 140px;
	height: 80px;
}

#left dl #image_small{
	float: left;
	margin-right: 10px;
	width: 80px;
	height: 60px;
	background:#006666;
}

#news_headlines{
	font-size: 12px;
	font-weight: bold;
	color: #d7b261;
	line-height: 30px;
	background: url(../img/images/news_list_bullet.gif) no-repeat 0 50%;
	text-indent: 15px;
}

#news_headlines a, #news_headlines a:visited {
	color: #d7b261;
	text-decoration: none;
}

#news_headlines a:hover{
	color: #d7b261;
	text-decoration: underline;
}

#comment_btn{
	background: url(../img/images/add_comment.gif) no-repeat;
	padding-left: 25px;
	float: right;
}
#other_list, li#other_list{
	background: url(../img/images/list_bullet.gif) no-repeat 0 50%;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}

#title a{
 color: #583b03;
 text-decoration:none;
}
#image1{
 border: 5px solid #999999;
}

#image2{
 border: 5px solid #999999;
}
#left dl #image1{
 float: left;
 margin-right: 10px;
 width: 201px;
 height: 188px;
}

#left dl #image2{
 float: left;
 margin-right: 10px;
 width: 78px;
 height: 73px;
}
#heading a{
 color: #d7b261;
 text-decoration:none;
}
/* ####################################  footer ################################################*/


.footer_bottom{
	margin-bottom: 10px;
}

/* ####################################  footer ################################################*/
/*form{
	width: 600px;
}
*/
input, textarea{
	clear: both;
	width: 400px;
}

input[type=checkbox]{
	width: 14px;
}

textarea{
	height: 200px;
}

.bigcheck{
	width: 15px;
}

#pagination{
	border: 2px solid #999999;
	width: 98%;
	padding: 6px;
	text-align: center;
}

/* ####################################  footer ################################################*/
th{
	height: 30px;
	background: #E8E8E8;
	border: solid 1px #FFFFFF;
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
}

tr{
	height: 30px;
}

td{
	padding-left: 5px;
	background: #FFFFFF;
	vertical-align: middle;
}

table{
	background: #999999;
	margin-left: 3px;
	width: 100%;
	margin-bottom: 10px;
}