/*
Theme Name: v9design
*/
body{
	background-image: url('images/header_bg.gif');
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	font-family:Arial,Helvetica,sans-serif;
}

#header{
	text-align: left;
	width: 800px;
	height: 62px;
	margin: 0 auto;
	padding-top: 7px;
	padding-left: 17px;
}

#header a{
	border: none;
}

#header img{
	border: none;
}

#menu{
	color: #fff;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	margin-top: 0;
//	margin-top: -6px;
}

#menu ul{
	display: inline-block;
	clear: both;
	list-style: none;
	text-transform: uppercase;
	margin: 1px;
	padding: 0;
	width: 600px;
	height: 30px;
}

#menu li{
	float: left;
	position: relative;
	padding: 0;
	height: 30px;
}

#menu li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 30px;
	width: 100%;
}

#menu li:hover ul,
#nav li.over ul{
	display: block;
}

#menu li li{
	display: block;
	clear: both;
	background-color: #1e6286;
	width: 100%;
	height: auto;
	margin-top: -1px;
}

#menu li li a{
	height: auto;
	padding: 6px 0;
	width: 100%;
}

#menu li li a:hover{
	background-image: none;
	background-color: #eee;
	height: auto;
	padding: 6px 0;
	width: 100%;
}

#menu li a{
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	height: 18px;
//	height: 20px;
	padding: 6px 17px;
//	padding-bottom: 8px;
}

#menu li a:hover{
	background-image: url('images/button-hover.jpg');
	background-repeat: repeat-x;
	color: #1e6286;
	height: 18px;
//	height: 20px;
}

#content{
	margin-top: 45px;
}

#content a, img{
	border: 0;
}

#content h1 {
	color: #838383;
	font-size: 12px;
	margin: 15px 0;
	text-transform: uppercase;
}

#footer {
	clear: both;
	border-bottom: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;
	color: #676767;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 800px;
	margin: 10px auto;
	padding-top: 10px;
//	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}

#footer .left {
	float: left;
}

#footer .right{
	text-align: right;
//	height: 15px;
}

#footer a {
	color: #676767;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul{
	display: inline-block;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer li{
	display: inline;
	border-left: 1px #676767 solid;
	padding: 0 1px 0 5px;
}

#footer li:first-child,
#footer li.first{
	border-left: none;
}

#wrapper {
	margin: auto;
	width: 770px;
}


/**************************** homepage specific *******************************************/

#homepage #content{
	padding-top: 0;
	text-align:center;
	width:770px;
	margin: 30px auto;
//	margin-top: 60px;
}

#homepage H1{
	font-size:12px;
	color:#838383;
	text-transform:uppercase;
	margin:15px 0px;
}

#homepage H2{
	font-size:13px;
	color:#838383;
	text-transform:uppercase;
	margin:15px 0px;
	text-align:center;
}

#homepage #content table{
	width: 740px;
	margin:auto;
}
#homepage #content table TD{
	padding: 4px;
	margin: 0;
}

#homepage #content table THEAD IMG{
	border:1px solid black;
}
#homepage #content table TBODY TD DIV{
	background-image:url(images/homepage_table_bg.gif);
	background-repeat:repeat-x;
	border:1px solid black;
	height:142px;
	text-align:left;
	padding:0px 10px;
}


#homepage #content table TBODY TD DIV H3{
	font-size:14px;
	color:#fff;
	margin:20px 0px 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#homepage #content table TBODY TD DIV P{
	font-size:13px;
	color:#fff;
}
#homepage #content table TBODY TD DIV A{
}
#homepage #content table TBODY TD DIV FORM{
	float:right;
	height:122px;
	margin-left:17px;
	width:200px;
	padding-top: 0;
	-margin-bottom:-16px;
}

#homepage #content table TBODY TD DIV FORM INPUT{
	display:block;
	margin:0px auto 10px auto;
	color:#ccc;
	height: 15px;
}

#homepage #content p{
	text-align: left;
}

fieldset{
	border: none;
	margin: 0;
	padding: 0;
//	margin-top: -3px;
}

.submit{
	height: auto !important;
}

h1.services, h1.portfolio{
	color: #000 !important;
	text-align: left;
	font-size: 24px !important;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-transform: none !important;
}

.services h2, h2.company{
	color: #000 !important;
	text-align: left !important;
	text-transform: none !important;
	font-size: 16px !important;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

table.services{
	width: 770px !important;
	clear: both;
}

p.img{
	float: right;
//	float: none;
}

p{
	font-size:14px;
}

a{
	color: #000066;
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;	
}

.hr {
	border-top:1px solid #CCCCCC;
	clear:both;
	font-size:0;
	height:1px;
	line-height:0;
}

.bottom_link {
	color:#000066;
	font-weight:bold;
	text-align:center;
}

.contact-post{
	float: left;
	width: 500px;
}

#sidebar-contact{
	float: right;
}

form.contact_form fieldset {
	background-color:#EEEEEE;
	padding: 20px 20px 5px 20px;
}

form.contact_form {
	font-size:14px;
	height:300px;
	margin-bottom:20px;
//	margin-left: -1px;
	top:150px;
	width:480px;
}

div.label{
	float: left;
}

form.contact_form label{
	display:block;
	float:left;
	width:150px;
	text-align: left;
}

form.contact_form input {
	border:1px solid #000000;
	font-family:Arial,Helvetica,sans-serif;
	margin-bottom:10px;
	margin-left: 0;
	padding:2px;
	width:200px;
}

form.contact_form textarea {
	border:1px solid #000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	height:100px;
	padding:2px;
	width:240px;
	margin-left: 150px;
}

form.contact_form p{
	margin: 0;
}

table.information {
	font-size:14px;
	top:200px;
	width:150px !important;
	text-align: left;
}

.comment-author, .comment-meta{
	text-align: left;
}

#contact #thanks {
	display: none;
	font-size: 16px;
	height: 50px;
	position: absolute;
	text-align: center;
	top: 350px;
	width: 480px;
}