@charset "UTF-8";
@import url('../styles/employment.css');
@import url('../styles/home.css');
@import url('../styles/installations.css');
@import url('../styles/nav.css');
@import url('../styles/products.css');
@import url('../styles/stores.css');
@import url('../styles/tour.css');
@import url('../styles/why.css');
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,p,ul,ol,li,fieldset,blockquote,caption,table,tr,dl,dt,dd { margin: 0; padding: 0; }
html,body {
	height:100%; /* needed for container min-height */
}
body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#000;
}

a, a:link:visited {text-decoration:none}

a:link:visited {color: #FFFF00;}

a:hover { text-decoration:underline; color: #FFFF00}

img {border:0px}

.clear {
	clear:both;
}

.wrapper {
	width:980px;
	margin:0 auto;
}

.wrapper img { float:left!important}

h1 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
}

p {
	font-size:14px;
	color:#FFF;
}

/* Info under nav */

#main_wrapper {
	float:left;
	width:980px;
	position:relative;
}

#main_wrapper2 {
	min-height:550px;
}

/* Footer */
#footer {
	min-height:44px;
	background:url(../images/footer_bg.jpg) repeat-x top left;
	clear:both;
	padding-top:10px;
}

#footer p {
	text-align:right;
	font-size:12px;
}