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

a {
	color:#CCCCCC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
html { height:100%; }
body {
	background:#2b2b2b;
	color:#BBBBBB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	cursor:default;
	text-align:center;
	line-height:150%;
	height:100.1%;
}
#wrapper, #wrapper_home {
	width:760px;
	margin:30px auto;
	background:#191718;
	text-align:left;
}
#wrapper_home {
	background:#2b2b2b;	
}
#home {
	margin:0px;
}
#content {
	border:2px solid #131313;
	border-bottom:0px none;
	padding:20px;
	background:url(../../images/h_line.jpg) repeat-y 490px;
	display:none;
}
#content #matter {
	float:left;
	width:450px;
}
#content #top {
	clear:left;
	margin-bottom:20px;
	border-bottom:1px solid #000000;
	padding-bottom:20px;
}
#content #bottom {
	clear:left;
	margin-top:20px;
	background:url(../../images/h_line.jpg) repeat-y;
	background-position:220px; 
}
#matter #right, #matter #left {
	width:210px;
	margin:0px;
}

#matter #left {
	float:left;
}
#matter #right {
	margin-left:235px;
}

#content #sidebar {
	margin-left:490px;
}
#header {
	background:#f89a20 url(../../images/header-bg.jpg) repeat-y center;
	color:#000000;
	height:95px;
}
#footer {
	background:#f87313;
	color:#000000;
	padding:10px 20px;
	font-size:10px;
}

h1, h4 {
	color:#FFFFFF;
	text-transform:uppercase;
	margin-bottom:10px;
}
h2, h5 {
	color:#e5e5e5;
	text-transform:uppercase;
	margin-bottom:5px;
}
h3, h6 {
	color:#CCCCCC;
	text-transform:uppercase;
	margin-bottom:5px;
}

h1, h2, h3 {
	font-size:12px;	
}
h4, h5, h6  {
	font-size:11px;
}

form label {
	display:block;
}
form input, form textarea, form select {
	width:200px;
	font-size:10px;
	background:#999999;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:4px 0px;
	border:1px solid #333333;
	text-transform:uppercase;
}
form .buttons {
	width:200px;
	text-align:right;
}
form .buttons input {
	width:auto;
	background:#191718;
	border:0px none;
	color:#FFFFFF;
	cursor:hand; cursor:pointer;
}

ul.spaced li {
	margin:10px 0px;
}

.clear { clear:both; height:1px; overflow:hidden; }
.clearleft { clear:left; height:1px; overflow:hidden; }

.img_left {
	margin:0px 20px 10px 0px;
}
a img {
	border:2px solid #131313;
}
a:hover img {
	border:2px solid #333333;
}

a.logo {
	display:block;
	float:left;
}
a.logo img {
	margin:20px;
	border:0px none;
}

#footer a {
	color:#000000;
}

.right {
	text-align:right;
	float:right;
}

li.icon_gtalk { list-style:url(../../images/icons/gtalk.jpg); }
li.icon_msn { list-style:url(../../images/icons/msn.jpg); }
li.icon_skype { list-style:url(../../images/icons/skype.jpg); }
li.icon_yahoo { list-style:url(../../images/icons/yahoo.jpg); }

#nav {
	float:right;
	margin-top:30px;
}
#nav ul, #nav ul li {
	margin:0px; padding:0px;
	list-style:none;
}
#nav ul li {
	float:left;
}
#nav ul li a {
	color:#000000;
	display:block;
	padding:8px;
	width:100px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
#nav ul li a:hover {
	font-weight:bold;
}
#nav ul li.selected a, #nav ul li.selected a:hover {
	background:#f87313;
	color:#FFFFFF;
	font-weight:normal;
}

a.more {
	background:#191718;
	padding:2px 3px;
}
a.more:hover {
	background:#2b2b2b;
	text-decoration:none;
}
.lowlight {
	color:#777777;
}
.highlight {
	color:#eeeeee;
}
h6 span {
	text-transform:none;
	font-weight:normal;
	color:#CCCCCC;
}
ul.team {
	margin:5px 0px;
}
ul.team li {
	padding:5px 0px;
	list-style:none;
	margin:5px 0px;
}
ul.team li img {
	float:left;
	border:2px solid #999999;
	margin-right:5px;
}
ul.team h6 {
	margin:0px 0px 3px 0px;
}
ul.services {
	margin:10px;
}
ul.services li {
	margin:5px 0px;
	padding:5px;
	list-style:none;
}
ul.services li h5 {
	margin:0px;
}
ul.services li img {
	margin:5px 10px 5px 0px;
}
ul.testimonial li {
	list-style:url(../../images/quote.jpg);
}
ul.testimonial li .testifier {
	text-align:right;
	font-style:italic;
	margin-bottom:25px;
	color:#999999;
}

.imageright {
	margin:0px 0px 5px 10px;
	float:right;
	border:2px solid #999999;
}
.imageleft {
	margin:0px 10px 5px 0px;
	float:left;
	border:2px solid #999999;
}
#tcontact {
	padding:89px 0px;
	display:none;
}