body,img,div,dl,dt,a,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,br {  
	margin:0; 
	padding:0;
	border: none;
}

body {
	text-align: center;
	background: #000000;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	background-image: url(images/sky_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 100%;
}

#main {
	height: 100%;
	width: 960px;
	margin: auto;
}

#logo {
	height: 266px;
	width: 960px;
	background-image: url(images/logo.jpg);
}

#menubar {
	height: 52px;
	width: 910px;
	background-image: url(images/menubar.jpg);
	padding-top:11px;
	padding-left: 50px;
}

#menubar ul li{
	list-style: none;
	display: inline;
	margin-top: 30px;
	margin-left: -4px;
}

#productbar {
	height: 323px;
	width: 960px;
	background-image: url(images/productbar.jpg);
}

#servicebar {
	height: 323px;
	width: 960px;
	background-image: url(images/servicebar.jpg);
}

.serviceitem {
	color: #ffffff;
	text-align: justify;
	margin-bottom: 40px;
}

.serviceitem img{
	padding-left: 10px;
}

.serviceitem p{
	padding-left: 35px;
	width: 895px;
}

#portfoliobar {
	height: 323px;
	width: 960px;
	background-image: url(images/portfoliobar.jpg);
}

.portfolioitem {
	color: #ffffff;
	text-align: justify;
	margin-bottom: 40px;
}

.portfolioitem img{
	padding-left: 10px;
}

.portfolioitem p{
	margin-top: 10px;
	padding-left: 35px;
	width: 500px;
	float: left;
	padding-right: 50px;
}

img .portwindow {
	float: right;
}

#contact {
	color: #ffffff;
	text-align: justify;
	width: 875px;
	padding-left: 45px;
}

#contact p {
	margin-bottom: 12px;
}

#contact form {
	margin-left: 40px;
}

#productbar img{
	padding-top: 23px;
	padding-left: 50px;
}

#content {
	height: 100%;
	width: 960px;
	/*background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;*/
	background: #050505;
	/*padding-left: 35px;
	padding-top: 14px;*/
	float: left;
}

#copy {
	height: 100%;
	width: 925px;
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	float: left;
	padding-left: 35px;
	padding-top: 14px;
}

#about {
	width: 505px;
	float: left;
	background-image: url(images/aboutus.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 40px;
	color: #ffffff;
	text-align: justify;
}


#servicelist {
	width: 345px;
	height: 100%;
	float: right;
	padding-top: 40px;
	padding-right: 15px;
	color: #ffffff;
	background-image: url(images/servicelist.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: justify;
}

#servicelist li {
	margin-bottom: 10px;
}

#footer {
	text-align: center;
	float: left;
	height: 95px;
	width: 960px;
	background-image: url(images/footer_bg.gif);
	color: #777777;
	font-size: 8pt;
}

#footer a:link {
	color: #663300;
	text-decoration: none;
}

#footer a:visited {
	color: #663300;
}

a:link {
	color: #a55301;
	text-decoration: none;
}

a:visited {
	color: #a55301;
}

p.link {
	margin-top: 70px;
}

input, textarea {
	background-color: #efefef;
	font-size: 15px;
	margin-bottom: 8px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	border: 2px solid #a55301;
}

.success {
	font-size: 24px;
	color: #a55301;
}

.failure {
	font-size: 24px;
	color: #c22915;
}
