/* Reset */
/* v1.0 | 20080212 */

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,  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;
}
sub, sup {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 70%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
iframe {
	border: 0px solid #ffffff;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.tablelink td a {
	text-decoration: none;
}
img, div, input { behavior: url("../js/iepngfix.htc") }
/* End Reset */

body,html {
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 15px;
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}

.wrapper {
	width:960px;
	margin: auto;
}
#projects_container {
	float:left;
	position:absolute;
}
#footer {
	width:100%;
	height:50px;
	float: left;
	position:fixed;
	bottom: 0px;
	background: #231f20;
}
.project_picture {
	position:absolute;
	float:left;
	top:0px;
	left:0px;
	width:100%;
	display: none;
}

.project_picture img {
	width:100%;
}
#projects_quotecontainer {
	padding:10px 0px 5px 0px;
	width:100%;
	background: url('../images/text_bg.png') left top ;
	float:left;
	position:absolute;
	bottom:0px;
}
#footer_left {
	width:380px;
	float:left;
	margin-left:30px;
	margin-top: 10px;
	position:relative;
}
#footer_right {
	width:550px;
	float:left;
	position:relative;
}

.thumbpanel {
	width:40px;
	height:40px;
	float:left;
	position:relative;
	cursor:pointer;
}
.thumbbase, .thumbhover {
	position:absolute;
	float:left;
	top:0px;
	left:0px;
}
.thumbhover {
	display:none;
}
#thumb_container {
	position:absolute;
	width:520px;
	height:40px;
	overflow:hidden;
	float:left;
	left:15px;
	top:0px;
}
#thumbscroll {
	position:absolute;
	float:left;
	top:0px;
	left:0px;
}
#thumb_left {
	width:15px;
	height:40px;
	background: url('../images/thumbbut_left.gif') left top no-repeat;
	float:left;
	position:absolute;
	left:0px;
	top:0px;
	cursor:pointer;
}
#thumb_right {
	width:15px;
	height:40px;
	background: url('../images/thumbbut_right.gif') left top no-repeat;
	float:left;
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
}
.project_quote {
	position:relative;
	display:none;
	padding: 0px 30px;
	font-size:13px;
}
.project_quote .cufon, .project_quote cufon {
	padding-bottom: 3px;
}


#pbut_left {
	width:90px;
	height:200px;
	background: url('../images/picturebut_left.png') left center no-repeat;
	float:left;
	position:absolute;
	left:0px;
	top:200px;
	cursor:pointer;
	display:none;
}
#pbut_right {
	width:90px;
	height:200px;
	background: url('../images/picturebut_right.png') right center no-repeat;
	float:left;
	position:absolute;
	right:0px;
	top:200px;
	cursor:pointer;
}
#front_page,#front_base {
	position:absolute;
	float:left;
	top:0px;
	left:0px;
	width:100%;
}

#front_text {
	color :#ffffff;
	position:relative;
}
#content_box {
	margin-left: 0px; /*490px;*/
	width:600px;
	text-align:left;
	margin-top: 120px;
	font-size:14px;
}
#content_box .cufon, #content_box cufon {
	padding-bottom:3px;
}
#content_box a {
	color: #ffffff;
}
#front_footer {
	float: left;
	position: absolute;
	top: 8px;
	width: 360px;
	text-align:right;
}
#inner_footer {
	float: left;
	position: absolute;
	width: 380px;
	top: 50px;
	height:50px;
}
.telephone {
	padding: 10px 5px 10px 10px;
}
#logo {
	cursor:pointer;
	float:left;
	position:absolute;
	top:0px;
}
#contacts {
	float:left;
	position: absolute;
	right:20px;
	top:13px;
	width:300px;
	text-align:right;
}

.fbspan {
	float:left;
	position:absolute;
	right:-20px;
	top: -1px;
}

#footer a {
	color: #ffffff;
	
}

h1 {
	font-size:18px;
	margin-bottom: 0px;
	font-weight:bold;
}

a {text-decoration: none;}