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

body {
	font-family: Helvetica, Aril, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	background:#000000;
}
#topspace {
	height:20px;
	width:900px;
	margin: 0 auto 0 auto;
}

#yellow {
	height:12px;
	width:950px;
	margin: 0 auto 0 auto;
	background:#FFE500;
	padding-bottom: 12px;
	padding-top: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
}

#yellowtop {
	height:8px;
	width:950px;
	margin: 0 auto 0 auto;
	background:#FFE500;
	
}

.line {
	clear: right;
	margin: 10px 0 9px 0;
	border-top: 1px dotted #CCCCCC;
}

#logo {
	margin-left:50px;
	margin-top:50px;
	float:left;
	height: 110px;
	width: 155px;
}

#nav {
	float:right;
	height: 30px;
	width: 475px;
	margin-top: 175px;
}


#clear {
	clear:both;
}

#headerHome {
	margin: 0 auto 0 auto;
	width:950px;
	height:205px;
	background-image:url(../images/warehouse_interior_2.jpg);
	
}

#headerServices {
margin: 0 auto 0 auto;
width:950px;
height:205px;
background-image:url(../images/warehouse_window_2.jpg);

}

#headerPortfolio {
margin: 0 auto 0 auto;
width:950px;
height:205px;
background-image:url(../images/bottom_home_2.jpg);
}

#headerContact {
margin: 0 auto 0 auto;
width:950px;
height:205px;
background-image:url(../images/vintage_phone_2.jpg);

}

#content {
	width: 930px;
	height:auto;
	padding:10px;
	margin: 0 auto 0 auto;
	background-color: #1A1A1A;
	min-height: 500px;
}

#homeLeft {
	width:500px;
	height:auto;
	float:left;
	margin-top: 10px;
}

#homeRight {
	width:400px;
	height:auto;
	float:right;
	margin-top: 10px;
}

#servicesLeft {
	width:450px;
	height:auto;
	float:left;
}

#servicesRight {
	width:450px;
	height:auto;
	float:right;
}

#contactLeft {
	width:400px;
	height:auto;
	float:left;
}

#contactRight {
	width:500px;
	height:auto;
	float:right;
}

#newsleft {
	width:300px;
	height:auto;
	float:left;
	margin-left:50px;
}	

#newsright {
	width:500px;
	height:auto;
	float:right;
	margin-right:50px;
}

h1 {
	color:#FFE500;
	font-size:28px;
	font-weight:bold;
	font-variant:small-caps;
}

h2 {
	font-size:14px;
	margin-top:0px;
}

h3 {
	font-size:14px;
	color:#FFE500;
	font-weight:bold;
}

h4 {
	font-size:18px;
	font-weight:bold;
	font-variant:small-caps;
}


a {
	text-decoration:none;
	color: #FFE500;
}
a:hover {
	text-decoration: none;
	color:#FFFFFF;
}

a:visited {
	text-decoration: none;
	color:#FFE500;
}

a.nav {
	font-size:24px;
	color:#FFFFFF;
	text-decoration:none;
}

a.nav:hover {
	font-size:24px;
	color:#CCCCCC;
	text-decoration:none;
}

a.nav:visited {
	font-size:24px;
	color:#FFFFFF;
	text-decoration:none;
}
	
.yellowtext {
	color:#FFE500;
	font-size:13px;
	}
	
.yellowbold {
	color:#FFE500;
	font-size:13px;
	font-weight:bold;
	}

