/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #131414 url(Images/background.jpg) repeat-x;
	font: 75%/1.6em Helvetica, Times New Roman;
	color: #000; 
	text-align: center;
	margin: 0 0 0px 0;
}

/* links */
a, a:visited {	
	color: #CCC;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #CCC;
	background: inherit;	
}
a:active{
	text-decoration: none;	
}

/* headers */
h1 {
}
h2 {
}
h3 {
}
h4 {
        line-height: 120%;
        color: #000;
	font-size: 1.5em;	
	font-weight: normal;
        color: #FFF;	
}
h5 {
        line-height: 120%;
        color: #000;
	font-size: 1.5em;	
	font-weight: normal;
}
h6 {
        font-size: 2em;
        font-weight: normal;
        color: #FFF;
        line-height: 115%;
        letter-spacing: -0.02em;
}
p {
        color: #CCC;
	font-size: 1.2em;	
	font-weight: normal;	
}

ul {
	list-style: none;
}
img {
       border: none;
}
/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f1f1f1; 
	background-color: transparent; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(uploads/Alpine_Electrics/nav.jpg) repeat-x 0 0;
	border: 1px solid #88AD0C;
}
/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 900px;	
	margin: 0px auto 0 auto;
	text-align: justify;
}
#header {
	width: 900px;	
	height: 380px;	
	margin-bottom: 31px;
	background: url(Images/headerbg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	overflow:hidden;
	zoom:1;
}
#headerleft{
	margin-left: 25px;
	padding-top: 202px;
	height: 158px;
        width: 215px;
	float: left;
	background: url(Images/headerleft.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
}
#headerleft h2{
	line-height: 100%;
        color: #000;
        padding-left: 22px;
	font-size: 1.6em;
	letter-spacing: -0.03em;	
	text-align: left;
	font-weight: normal;
}
#headerrightcontainer {
        width: 630px;
	float: right;
	overflow: hidden;
	zoom:1;
}
#headerright {
        width: 600px;
        margin-right: 30px; 
        float: right;
}
#headerright img {
	float: right;
}
#headerright h1 {
        margin: 20px;
	line-height: 100%;
        color: #FFF;
	font-size: 3.2em;	
	text-align: left;
	font-weight: normal;
}
/* Main Column */
#mainbanner{
	height: 60px;
	width: 880px;
	background: url(Images/whatwedo.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
	margin-bottom: 10px;
}
#main {
	width: 780px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	margin-left: 50px;
}
#mainleft {
        width: 580px;
        float: left;
        color: #1f2122;
}
#mainright {
        width: 240px;
        float: right;
}
/* FOOTER */
#footer {
        clear: both;
	background: #131414 url(Images/footerbg.png) repeat-x;
        background-position: top;
	overflow: hidden;
	zoom:1;
}
#base {
	position: relative;
	width: 900px;	
	margin: 0px auto 0 auto;
	text-align: justify;
}
#basebanner{
	margin-left: 30px;
	height: 60px;
	width: 850px;
	background: url(Images/aboutus.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	margin-bottom: 10px;
}
#leftcolumn {
       width: 520px;
       float: left;
       margin-left: 50px;
}
#rightcolumn {
       float: right;
       margin-right: 70px;
       width: 240px;
}
#rightcolumn h3{
        color: #FFF;
	font-size: 1.4em;	
	text-align: right;
	font-weight: bold;
}
#footerbase {
	clear: both;
        height: 20px;
        padding-top: 30px;
        padding-bottom: 6px;
}	
#footerbase p {
        color: #999;
        font-size: 0.8em;
        }	
/* display and additional classes */
.clear { clear: both; }