/* CSS Document */


/*reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*main */
body {background:#111111 url(../images/body_bg.jpg);font-family:Arial;color:#9F9F9F;font-size:14px;}
h1 {font-size:17px;margin-bottom:12px;}
a {color:#555555;outline:none;text-decoration:none;}
a:hover {text-decoration:underline;}
.wrapper {width:960px;margin:0 auto;}
.top {width:100%; height:65px; background: url(../images/top_bg.jpg) repeat-x;}
.mid {width:100%; height:464px; background: #060606 url(../images/mid_bg.jpg) no-repeat center top;}
.mid-page {width:100%; height:120px; background: #060606 url(../images/mid_bg.jpg) no-repeat center top;}
p.bot {margin-bottom:1em;}
.under {width:100%; height:90px; background: url(../images/under_bg.jpg) repeat-x;}
.bg {width:100%; height:1285px;}

.right {
	float: right;
	}

.footer {width:100%; height:80px; background:#050505;border-top:1px #1D1D1D solid; font-size:11px;padding:10px 0px;}
.box-top {width:400px; height:13px;background: url(../images/top_box.gif) no-repeat center top;}
.box-top-long {width:854px; height:13px;background: url(../images/top_box_long.gif) no-repeat center top;}
.box-bot {width:400px; height:13px;background: url(../images/bot_box.gif) no-repeat center top;}
.box-bot-long {width:854px; height:13px;background: url(../images/bot_box_long.gif) no-repeat center top;}
.box {background:#050505; width:320px; padding:20px 40px;font-size:14px;line-height:24px;}
.box-long {background:#050505; padding:20px 40px;font-size:14px;line-height:24px;}
.box-no {width:320px; padding:20px 40px;}
p {margin:0px;}
p.address {line-height:30px;}
.box-wrap {margin:0 50px 0 0;float:left;}
.box-wrap-long {margin:0 0 50px 50px;float:left;}
.box-wrap2 {float:left;}
.wrap {width:850px; margin:0 auto;}
.work {float:left;margin:3px 7px 0 0;}
.works {margin:0px auto; width:861px;}
.clear {clear:both; margin-bottom:100px;}
.logo{margin-top:10px;float:left;}
.menu {float:right;}
.menu li {margin-left:20px;float:left;line-height:65px;}
.menu a {color:#fff;font-size:14px;font-weight:bold;}
.intro {margin-top:100px;float:left;}
.introtext {margin:120px 0 0 30px;float:left;}
#contentForm {
  display: block;
  width: 320px;

}

/* contact form */
label {
  display: block;
  float: left;
  clear: left;
  width: 150px;

}

input, textarea, select {
  margin: 0;
  padding: 1px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(../images/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 230px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  background: url(../images/stop.gif) no-repeat 10px center;
  padding: 0px 10px 3px 40px;
  margin:30px 0px;

}

.msgsent {
  font-size: 20px;
  text-align: center;
}











