* { margin:0; padding:0; }

html {
	background:#000000 url('html-bg.png') top repeat-x;
	height:100%;
	padding-bottom:1px;
	color:#fff;
}

body {
	margin:10px auto 0 auto;
	width:815px;
	font:0.75em Arial,sans-serif;
}

#all {
	position:relative;
	left:0;
}

h1 {
	display:block;
	background:url('logo.png') no-repeat;
	width:600px;
	height:140px;
	z-index:20;
	position:absolute;
	top:15px;
	left:20px;
	font-size:0;
	line-height:0;
	text-indent:-2500px;
}

h2 {
	font-size:1.5em;
}

h2#siteNavagation,h2#siteLocation {
	font-size:0;
	line-height:0;
	text-indent:-2500px;
}

h3 {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

a, a:visited {
	color:#f5350a;
	text-decoration:underline;
}

a:hover, a:active {
	text-decoration:none;
}

.box a, .box a:visited {
	font-weight:bold;
	color:#3f3f3f;
}

.box a:hover {
	color:#f5350a;
	text-decoration:underline;
}

.services a {
	font-weight:bold;
	color:#3f3f3f;
}

.services a:hover {
	color:#f5350a;
	text-decoration:underline;
}

#main {
	position:relative;
	top:0;
	left:0;
	z-index:2;
	width:814px;
	height:175px;
	margin-top:20px;
	margin-bottom:10px;
	background:url('main.png') repeat-x;
	overflow:hidden;
}

#main .overlay {
	background:url('checker.png') no-repeat;
	width:815px;
	height:175px;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}

#main .icons {
	float:left;
	z-index:3;
}

#main ul {
	display:block;
	width:123px;
	float:right;
	z-index:10;
	position:absolute;
	top:0;
	right:0px;
}

#main li {
	list-style:none;
	width:130px;
	height:30px;
	padding-top:4px;
	margin:0;
	font-weight:bold;
	background:url('90.png');
	z-index:11;
	border-bottom:1px solid #2f2f2f;
	text-indent:10px;
}

#main .first {
	height:30px;
	padding-bottom:0;
	margin-bottom:0;
}

#main .last {
	height:31px;
	padding-bottom:1px;
	border:0;
}

#main .first .corner {
	width:7px;
	height:7px;
	background:url('transparent-top-right.png') no-repeat;
	position:absolute;
	right:0;
	top:0;
}

#main .last .corner {
	width:10px;
	height:10px;
	background:url('transparent-bottom-right.png') bottom right no-repeat;
	position:absolute;
	right:0;
	bottom:0;
}

#main li:hover {
	-moz-opacity:0.6;
	opacity:0.6;
	khtml-opacity:0.6;
	filter:alpha(opacity=60);
}

#main li:hover .corner {
	-moz-opacity:1;
	opacity:1;
	khtml-opacity:1;
	filter:alpha(opacity=100);
}

#main a {
	color:#ffffff;
	display:block;
	height:25px;
	position:relative;
	left:0;
	top:0;
	z-index:12;
	text-decoration:none;
	padding-top:6px;
}

#main a:hover {
	color:#feff6f;
}

.box ul {
	margin-top:10px;
	margin-bottom:10px;
}

li {
	list-style-position:inside;
}

.box {
	color:#3f3f3f;
}

.box li {
	margin-left:10px;
	padding-right:5px;
}

li.indent {
	margin-left:13px;
}

.box h2,.box h3,.box h4 {
	padding:0 10px 0 10px;
}

.box p {
	padding:4px 8px 4px 8px;
	color:#3f3f3f;
}

#double-box {
	float:left;
	width:582px;
	min-height:310px;
	padding-bottom:5px;
	background:#dbdbdb url('double-bottom.png') bottom no-repeat;
}

#double-box .top {
	width:582px;
	height:5px;
	line-height:0;
	background:url('double-top.png') no-repeat;
	z-index:51;
}

#large-box {
	float:left;
	width:350px;
	min-height:310px;
	padding-bottom:5px;
	background:#dbdbdb url('large-bottom.png') bottom no-repeat;
}

#large-box .top {
	width:350px;
	height:5px;
	line-height:0;
	background:url('large-top.png') no-repeat;
	z-index:51;
}

.med-box {
	float:left;
	margin:0 0 0 10px;
	width:222px;
	min-height:310px;
	padding-bottom:5px;
	background:#dbdbdb url('med-bottom.png') bottom no-repeat;
}

.med-box .top {
	width:222px;
	height:5px;
	line-height:0;
	background:url('med-top.png') no-repeat;
	z-index:50;
}

.no-dot {
	list-style-type:none;
	text-indent:13px;
}

.right-box {
	float:right;
}

.clearfix:after {
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height:0px;
	font-size:0;
}

.min-height {
	min-height:115px;
	height:115px;
	margin-bottom:10px;
}

.content {
	width:100%;
	float:left;
}

.content p {
	margin-bottom:10px;
}

#footer {
	clear:both;
	position:relative;
	top:10px;
	text-align:center;
	font-size:.9em;
}

fieldset {
	padding:5px;
	border:1px solid #3c3c3c;
}

input, textarea {
	border:1px solid #3c3c3c;
	background:#a0a0a0 url('form.png') bottom repeat-x;
}

legend {
	color:#fff;
}

input:hover, textarea:hover {
	border:1px solid #009aef;
}

input.button {
	padding:3px;
	margin:7px;
}

input.button:active {
	padding:2px;
	margin:8px;
}

.gallery img {
	border:1px solid #6f6f6f;
	margin:0;
	padding:0;
}

.gallery img:hover, .galler img:active {
	border:1px solid #009aef;
}

.gallery p {
	margin:3px;
	width:112px;
	height:160px;
	float:left;
}

li.gallery {
	text-transform:capitalize;
}

img.no-border, img.no-border:hover {
	padding:0;
	margin:0;
	border:0px;
}

ul.services {
	width:222px;
}

h3.services a {
	text-decoration:none;
	border-bottom:1px dashed #575757;
}

h3.services a:hover {
	color:#575757;
	text-decoration:none;
	border-bottom:1px dashed #575757;
}

dl.services {
	padding:0 10px 0 10px;
}

.services img {
	border:1px solid #3f3f3f;
}

.services dd, .services dt {
	height:45px;
}

.services img {
	vertical-align:middle;
}

.services dt {
}

.clear {
	clear:both;
}

.services li img {
	vertical-align:middle;
	border:1px solid #022744;
	margin-right:1px;
}

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

.services .right img {
	margin-left:3px;
}

.project-list a {
	font-weight:normal;
}

.project-list a:hover {
	font-weight:bold;
	text-decoration:underline;
}

p.project {
	padding:3px 0 0 10px;
	margin:0;
}

img.thumbnail {
	width:50px;
	height:40px;
	margin:2px;
	border:1px solid #022744;
}

hr {
	border:0;
	width:0;
	margin:2px;
}

.resume h4 {
	margin-top:7px;
}

.exp {
	z-index:1;

}

ul.exp li li {
	width:500px;
	margin-left:15px;
}

a.main_link {
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}

a.main_link:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#ffffff;
}
