/* 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

p, ul, blockquote {
	margin-bottom: 12px;
}


/*a:link, a:visited {
	color: #777;
	text-decoration: undreline;
}*/

a:link, a:visited {
	color: #777;
	text-decoration: underline;
	background-color: transparent;
}


a:hover {
	color: #eb4baa;
	text-decoration: underline;
}

.clear {
    clear:both;
 }


/*------------------general
-------------------*/

body {
	background: #333 url(/i/body_bkgd.jpg) repeat scroll 0 0;
	font:12px/1.8em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif; 
	color: #777;
	text-align: center;
}


#header_wrap {
	height: 163px;
	background: transparent url(/i/header_bkgd.jpg) repeat-x center top;
}

#header {
	margin: 0 auto;
	height: 163px;
	background: url(/i/head.jpg) no-repeat center top;
}

#container {
	/*not sure i need this*/
	text-align: left;
}

#container_inner {
	margin: 40px auto 0 auto;
	width: 960px;
	overflow:auto;
}

#leftrail {
	width: 280px; 
	float:left;
	padding-top: 68px;
}

#main {
	float:left;
	width: 635px;
	margin: 0 0 0 40px;
}

#footer {
	margin: 20px auto 0 auto;
	border-top: 1px solid #424345;
	clear: both;
	width: 960px;
	font-size: 10px;
	overflow:auto;
	padding-top: 20px;
}


/*--------------------logo 
--------------------------*/
h1 {
	margin: 0 auto;
	width: 280px;
	padding-top: 40px;
}

h1 a {
	display: block;
	width: 280px;
	height: 100px;
	text-indent:-1000em;
}

/*top nav ____________
_________________________*/

#main .menu{
	width: 100%;
	margin-bottom: 40px;
	overflow: auto;
}

#main .menu ul {
	margin: 0; 
	padding: 0;
	float: right;
}

#main .menu ul li{
	display: inline;
}

#main .menu ul li a {
	float: left;
	background-color: #353535; 
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 10px;
	border-right: 1px solid #272727;
	text-shadow: -1px -1px 1px #1d1d1d; 
}

#main .menu ul li a.first {
border-left: 1px solid #272727;
}

#main .menu ul li a:hover{
	background-color:#3f3f3f;
	text-shadow: -1px -1px 1px #2e2e2e;
}

/* -------------------portfolio grid
------------------------------- */
.work {
	list-style: none;
	width: 100%;
	overflow: hidden;
	float: left;
	margin-bottom:20px;
}
.work li {
	float: left;
	margin: 0 20px 0 0;
	position: relative;
	width: 187px;
}

.work img {
	padding: 8px;
	background: #2e2e2e;
	border-bottom: solid 2px #272727;
	border-right: solid 1px #272727;
	width: 170px;
	margin-bottom: 8px;
	display: block;
	/*took out height*/
}

.work a:hover img {
	background: #3f3f3f;
}

.work h3 {
	font-weight: normal;
	text-transform:uppercase;
	line-height: normal;
	clear: both;
}

.logo img {
width: 120px;
}

.logo li {
width: 137px;}

/*--------------------- testimonials
----------------------------------*/
blockquote {
	padding: 10px 20px 20px 50px; 
	border-bottom: dotted 1px #272727;
	text-align: right;
	background: transparent url(/i/quote.gif) no-repeat scroll left top;
}

blockquote p {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;font-family: Georgia, "Times New Roman", Times, serif;
}


blockquote cite {
	line-height: normal;
	font-style: normal;
}

/* ------------------- other stuff
------------------------------- */

h2 {
	letter-spacing:2px;
	text-transform:uppercase;
	color: #fff;
	margin: 0 0 12px 0;
	font-weight: normal;
	font-size: 14px;
	clear:both;
}

.top {
	font: italic 12px Georgia, "Times New Roman", Times, serif; 
	color: #eb4baa;
	text-align: right;
}

.left {
	float: left;
}

.right { float: right;
}

.imgborder {
	padding: 8px;
	background: #2e2e2e;
	border-bottom: solid 2px #272727;
	border-right: solid 1px #272727;
	
	margin-bottom: 8px;
	display: block;
	/*took out height*/
}


