/* @group Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,ul,ol,li,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}

:focus {
	outline:0;
}

body {
	line-height:1;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption,th,td {
	text-align:left;
	font-weight:normal;
}


	
/* @end */

	
/* @group Default HTML Styles */
body {
	background:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	line-height:1.5em;
}

h1,p,h2,h3,h4,dd {
	padding-bottom:10px;
}

p,dt,dd,li {
	font-size:1em;
}

h1,h2,h3,h4,h5 {
	line-height:1.2em;
}

.imgLeft {float:left; margin: 4px 8px 8px 0; border: 1px solid #999;}
.imgRight {float:right; margin: 4px 0 8px 8px; border: 1px solid #999;}


	
/* dt { font-weight: bold; line-height: 1.5em; }*/
a {
	color:#099;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {color: #ccc; font-size: 14px; font-weight: normal;}

h2 {
	color:#fff;
	padding:0 0 10px;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:normal;
}

h3 {
	color:#fff;
	padding-bottom:14px;
	font-size:18px;
	font-weight:bold;
}

h4 {
	color:#555;
	padding-bottom:14px;
	font-size:16px;
	font-weight:bold;
}

dl {
	margin:0;
	padding:0 0 4px;
}

dt {
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	margin:0;
	padding:0;
}

dd {
	font-size:11px;
	line-height:15px;
	margin:0;
	padding:0 0 10px;
}

#inner_left ul,#inner_left ol {
	margin:0 0 0 20px;
	padding:0 0 14px 20px;
}


	
/* @end */

	
/* @group Generic Style Classes */
.clear {
	clear:both;
}

.nopad {
	padding:0;
}

.nomargin {
	margin:0;
}

.clear {
	clear:both;
}


	
/* @end */

	
/* @group Layout */
#ie6 {
	background: #ffffcc;
	border: 1px solid #999933;
	padding: 5px;
	margin: 2px;
	color: #000;
}

#ie6 h1 {margin-bottom: 2px; color: #000;}

#container {
	width:1000px;
	margin:10px auto;
}

#header_wrap {
	width:1000px;
	position:relative;
}

#header {
	width:1000px;
	height:72px;
	background:url(imgs/header/nav_bg.png) no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

#content {
	width:1000px;
	clear:both;
}

#left_col {
	float:left;
	width:280px;
	padding:10px 20px 0 0;
}

#right_col {
	float:left;
	width:700px;
}

#inner_left {
	float:left;
	width:500px;
	padding:10px 20px 0 0;
}

#inner_right {
	float:left;
	width:180px;
	padding-top:10px;
}

#footer {
	width:1000px;
	clear:both;
	border:1px solid #999;
	border-width:1px 0;
	margin:14px 0 30px;
}


	
/* @end */

	
/* @group Header Elements */
#header img {
	z-index:1;
	position:absolute;
	top:0;
	left:0;
}

#header h1 {
	position:absolute;
	top:0;
	left:0;
	width:300px;
	height:72px;
	background:url(imgs/header/logo.png) no-repeat left;
	text-indent:-999em;
	padding: 0;
	margin: 0;
}

#header h1 a {
	display:block;
	width:300px;
	height:72px;
}


	
/* @group Nav */
.sf-menu {
	width:700px;
	height:72px;
	position:absolute;
	top:0;
	left:300px;
	list-style:none;
}

.sf-menu li {
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	width:174px;
	height:73px;
	float:left;
	padding-left:1px;
	text-transform:uppercase;
}

* html .sf-menu li {overflow: hidden;}

.sf-menu li a {
	display:block;
	width:157px;
	height:42px;
	padding:26px 0 0 17px;
	color:#fff;
}

.sf-menu li a:hover {
	text-decoration:none;
	color:#efd79d;
}

.sf-menu li ul {
	position:absolute;
	z-index:7;
	left:-999em;
	height:auto;
	width:174px;
	top:73px;
	background:url(imgs/header/nav_drop.png) 0 0 repeat;
	width:174px;
	margin:0;
	padding:10px 0;
	list-style:none;
}

.sf-menu li ul li {
	width:174px;
	padding:0;
	margin:0;
	font-size:10px;
	letter-spacing:0;
	line-height:1.5em;
	background:none;
	height:auto;
}

.sf-menu li li a {
	width:150px;
	padding:6px 7px 6px 17px;
	color:#fff;
	text-indent:0;
	text-decoration:none;
	height:auto;
}

.sf-menu li:hover li {
	width:174px;
}

.sf-menu li:hover ul {
	left:auto;
}


	
/*** deleting arrows **/
.sf-menu a.sf-with-ul {
	padding-right:2.25em;
	min-width:1px;
	
/* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position:absolute;
	display:none;
}


	
/*#nav, .sf-menu li li:hover  {background :#0a3461;}*/

	
/* @end */

	
/* @end */

	
/* @group Content */

	
/* @group Left Col */
#left_col h2 {
	color:#909090;
	padding-bottom:6px;
}

#left_col ul {
	list-style:none;
	padding:0;
	margin:0;
}

#left_col ul li {
	font-size:10px;
	text-transform:uppercase;
}

#left_col a {
	display:block;
	color:#fff;
}


	
/* @end */

	
/* @group Right Col */
.back_link {
	display:block;
	float:right;
	color:#909090;
	text-decoration:none;
	text-transform:uppercase;
	background:url(imgs/back_link.png) no-repeat 0 50%;
	padding-left:12px;
	font-size:10px;
}

.back_link:hover {
	text-decoration:underline;
}


	
/* @end */

	
/* @end */

	
/* @group Footer */
#footer ul {
	list-style:none;
	color:#666666;
	width:500px;
}

#footer_left {
	float:left;
}

#footer_right {
	float:right;
	text-align:right;
}

#footer ul li {
	line-height:34px;
}

#footer_left li {
	padding-right:28px;
	float:left;
}

#footer_right li {
	padding-left:28px;
	display:inline;
}

#footer a {
	color:#666666;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


	
/* @end */

	
/* @group Portfolio Page */
#portfolio_page #header_wrap {
}

#portfolio_page #content {
	padding:10px 0;
}

.view_project {
	background:url(imgs/view_project.png) no-repeat 0 50%;
	padding-left:18px;
	margin-left:40px;
	display: inline;
}


	
/* @end */

	
/* @group Table */
table {
	width:100%;
	padding:0;
	margin:0;
	border:0;
	border-collapse:collapse;
}

table td,table th {
	font-size:10px;
	padding:6px 0;
	line-height:14px;
	color:#999;
	font-weight:normal;
}

table th {
	border:1px solid #999;
	border-width:1px 0;
	padding:12px 0;
	text-transform:uppercase;
}

table td {
	border-bottom:1px solid #2a2a2a;
}


	
/* @end */

	
/* @group Home Page */
#home_ticker {
	position:absolute;
	bottom:50px;
	height:72px;
	background:url(imgs/header/nav_drop.png) 0 0 repeat;
	z-index:2;
	width:1000px;
	overflow:hidden;
}

#ticker {
	list-style:none;
	height:72px;
	position:relative;
	display: block;
}

#ticker li {
	float:left;
	font-size:12px;
	text-transform:uppercase;
	line-height:72px;
	height:72px;
	display: inline;
}

#ticker a {
	color:#fff;
	display:block;
	float:left;
	line-height:72px;
	height:72px;
	white-space: nowrap;
}

#ticker a:hover {
	color:#efd79d;
}


	
/* @end */

	
/* @group Gallery */
#gallery ul {
	list-style:none;
	width:700px;
	height:99px;
}

#gallery ul li {
	background:#232323;
	float:left;
	display: inline;
	margin-left:1px;
	width:99px;
	height:99px;
}


	
/* @end */

	
/* @group Clearing Floats */
#footer:after {
	clear:both;
	content:" ";
	display:block;
	height:0;
	visibility:hidden;
}
	
/* @end */

/* @group Email Form */

#contactForm {
	float: left;
	width: 250px;
	padding-bottom: 10px;
}

#addressBlock {
	float: right;
	width: 220px;
	margin-left: 20px;
	margin-top: 15px;
}

.setoff {
	margin-left:-9999em !important;
	display:block;
	float:left;
}

label {
	font-size: 11px; 
	color: #999;
	margin-right: 3px;
}

input[type="text"], input[type="submit"], textarea {
	background-color: #333;
	color: #fff;
	border: 1px solid #666;
	padding: 2px;
	width: 246px;
	margin: 3px 0px 5px 0px;
}

input[type="submit"] {width: 80px;}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 11px;
	height: 100px;
}
