@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #e6e6e6;
}

#wrap {
	height: auto;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 82px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	float: left;
	height: 82px;

}#headerbg {
	background-image: url(images/headerbg.jpg);
	height: 32px;
	float: right;
	width: 200px;
	padding-left: 370px;
	padding-top: 50px;
}

#imagecontainer {
	height: 330px;
	width: 880px;
}

#content {
	height: 351px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#content2 {
	height: 291px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#leftboxhome {
	background-image: url(images/leftboxhome.jpg);
	float: left;
	height: 301px;
	width: 460px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

#rightboxhome {
	background-image: url(images/rightboxhome.jpg);
	float: right;
	height: 301px;
	width: 289px;
	padding: 25px;
}

#leftboxservices {
	background-image: url(images/servicesleftbox.jpg);
	float: left;
	height: 241px;
	width: 227px;
	padding: 25px;
}

#middleboxservices {
	background-image: url(images/servicesmiddlebox.jpg);
	float: left;
	height: 241px;
	width: 227px;
	margin-left: 12px;
	padding: 25px;
}

#rightboxservices {
	background-image: url(images/servicesrightbox.jpg);
	float: left;
	height: 241px;
	width: 231px;
	margin-left: 13px;
	padding: 25px;
}

#leftboxportfolio {
	background-image: url(images/portfolioleftbox.jpg);
	float: left;
	height: 301px;
	width: 227px;
	padding: 25px;
}

#middleboxportfolio {
	background-image: url(images/portfoliomiddlebox.jpg);
	float: left;
	height: 301px;
	width: 227px;
	padding: 25px;
	margin-left: 12px;
}

#rightboxportfolio {
	background-image: url(images/portfoliorightbox.jpg);
	float: left;
	height: 301px;
	width: 231px;
	padding: 25px;
	margin-left: 13px;
}

#bigbox {
	background-image: url(images/bigbox.jpg);
	height: 301px;
	width: 811px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
}

#leftboxcontact{
	background-image: url(images/leftboxcontent.jpg);
	padding: 25px;
	float: left;
	height: 301px;
	width: 373px;
}

#rightboxcontact{
	background-image: url(images/rightboxcontact.jpg);
	padding: 25px;
	float: right;
	height: 301px;
	width: 373px;
}

.preloader {
	visibility: hidden;
}

/* Navigation */
#nav {
	height: 56px;
	width: 880px;
}
#footer {
	background-color: #000000;
	text-align: center;
	height: 25px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-top: 12px;
}
#buttonbox {
	height: 40px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/buttonbg.jpg);
	margin-top: 12px;
	text-align: center;
	padding-top: 10px;
}

a#button1 {
	display: block;
	width: 197px;
	height: 56px;
	background-image: url(images/homepageoff.jpg);
	float: left;
}

a#button1:hover {
	background-image: url(images/homepageon.jpg);
}

a#button2 {
	display: block;
	width: 162px;
	height: 56px;
	background-image: url(images/servicesbuttonoff.jpg);
	float: left;
}

a#button2:hover {
	background-image: url(images/servicesbuttonon.jpg);
}

a#button3 {
	display: block;
	width: 160px;
	height: 56px;
	background-image: url(images/portfoliobuttonoff.jpg);
	float: left;
}

a#button3:hover {
	background-image: url(images/portfoliobuttonon.jpg);
}

a#button4 {
	display: block;
	width: 168px;
	height: 56px;
	background-image: url(images/aboutbuttonoff.jpg);
	float: left;
}

a#button4:hover {
	background-image: url(images/aboutbuttonon.jpg);
}

a#button5 {
	display: block;
	width: 193px;
	height: 56px;
	background-image: url(images/contactbuttonoff.jpg);
	float: left;
}

a#button5:hover {
	background-image: url(images/contactbuttonon.jpg);
}

a .alt { display: none; }
/* End of Navigation */

.headerimage {
margin-bottom: 10px;
}

.headerimage2 {
margin-bottom: 20px;

}

.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
}

.leftimgpush {
	margin-left: 8px;
}

.imagesit {
	margin-top: 10px;
	margin-right: 10px;
}

