/*---------- Eric Meyers 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*---------- Floats ----------*/

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	width: 0;
}

.left {
	float:left;
}

.right {
	float: right;
}

/*---------- Main Style ----------*/

body {
	background: #FFFFFF;
	color: #1F1F1F;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 15px;
}

.container {
	margin: 40px auto;
	width: 960px;
}

/*---------- Header ----------*/

#header {
	border-bottom: 5px solid #000000;
	height: 62px;
}

#header .logo {
	background: #000000 url('../images/logo.png') no-repeat;
	display: block;
	float: left;
	height: 52px;
	text-indent: -1000px;
	width: 171px;
}

#header .logo:hover {
	background: #000000 url('../images/logo.png') no-repeat 0 -52px;
}

#header .line {
	background: #CCCCCC;
	float: left;
	height: 1px;
	margin: 25px 0 0 30px;
	width: 525px;
}

#header .nav {
	float: right;
	margin-top: 16px;
}

#header .nav li {
	display: inline;
	margin-left: 10px;
}

#header .nav li a:hover {
	border-bottom: 2px solid #000000;
}

/*---------- Intro ----------*/

#intro {
	padding: 17px 0 25px 0;
}

#intro .inner {
	font-size: 33px;
	line-height: 40px;
}

/*---------- Sections General ---------*/

h1 {
	background: #000000;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 16px;
	margin-bottom: 12px;
	padding: 10px;
	text-transform: uppercase;
}

.comment {
	color: #7F7F7F;
	float: left;
	padding: 10px;
}

/*---------- About ----------*/

#about {
	border-top: 5px solid #000000;
	padding-bottom: 20px;
}

#about .col1 {
	float: left;
	margin-right: 50px;
}

#about .col2 {
	float: left;
}

/*---------- Work ----------*/

#work {
	border-top: 5px solid #000000;
	padding-bottom: 30px;
}

#work .thumbnails {
	padding-top: 5px;
}

#work .thumbnails a {
	display: block;
	float: left;
	margin-right: 15px;
}

#work .thumbnails a.end {
	margin-right: 0 !important;
}

#work .thumbnails a img {
	border: 5px solid #E5E5E5;
}

#work .thumbnails a:hover img {
	border: 5px solid #FF0000;
}

/*---------- Contact ----------*/

#contact {
	border-top: 5px solid #000000;
	padding-bottom: 20px;
}

form.tab {
	margin-top: 20px;
}

form.tab label {
	display: block;
	float: left;
	font-weight: bold;
	padding: 9px 0;
	width: 130px;
}

form.tab .text {
	border: 1px solid #000000;
	float: left;
	font-size: 15px;
	margin-bottom: 10px;
	padding: 10px;
	width: 300px;
}

form.tab .textarea {
	border: 1px solid #000000;
	float: left;
	font-size: 12px;
	height: 70px;
	margin-bottom: 10px;
	padding: 10px;
	width: 400px;
}

form.tab br {
	clear: left;
}

/*---------- Footer -----------*/

#footer {
	border-top: 5px solid #999999;
	padding-top: 10px;
}

#footer .inner {
	color: #7F7F7F;
	text-align: center;
}

/*---------- Typography ----------*/

p {
	line-height: 19px;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}