@import "reset.css";
@charset "utf-8";
/*--------------------------------------------------------------------

	* Filename:		mainStyle.css
	* Description:	Global CSS
	* Version:		1.0
	* Website:		GraficDesignz.com
	* Author:		Josh Richardson (Grafic Designz)

--------------------------------------------------------------------*/

/********** @ BEGIN FONT DECLERATIONS **********/
@font-face {
	font-family: 'ZagBoldRegular';
	src: url('../fonts/zag_bold-webfont.eot');
	src: local('?'), url('../fonts/zag_bold-webfont.woff') format('woff'), url('../fonts/zag_bold-webfont.ttf') format('truetype'), url('../fonts/zag_bold-webfont.svg#webfontSr3vlEl7') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ZagRegular';
	src: url('../fonts/zag_regular-webfont.eot');
	src: local('?'), url('../fonts/zag_regular-webfont.woff') format('woff'), url('../fonts/zag_regular-webfont.ttf') format('truetype'), url('../fonts/zag_regular-webfont.svg#webfontZb7P6fq2') format('svg');
	font-weight: normal;
	font-style: normal;
}
.ZagBold {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'ZagBoldRegular', sans-serif;
	font-size-adjust: 0.48;
}
.ZagRegular {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'ZagRegular', sans-serif;
	font-size-adjust: 0.48;
}
/********** END FONT DECLERATIONS **********/


/********** @ BEGIN HTML DECLERATIONS **********/
body{
	/*background:url(../images/mainBG2.png) no-repeat;*/
	/*background:url(../images/mainBGLarge.png) no-repeat;*/
	/*background-color:#202020;*/
	background-color:#0e0e0e;
	color:#999999;
	font-size: 14px;
	margin-top:0;
}
p{
	padding: 0 0 15px 0;
	text-indent:15px;
}
h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font-weight:bold;
	font-size:14px;
}
a {
	color: #999999;
	text-decoration:none;
}

a:hover {
	color: #db1616;
}
blockquote{
	padding:5px 25px 5px 25px;
}
li{
	padding:5px 0 5px 25px;
}
/********** END  HTML DECLERATIONS **********/


/********** @ BEGIN CLASS DECLERATIONS **********/
.clearAll{
	clear:both;
}
.hidden {
	display: none;
}
.padding {
	padding:5px 20px;
}
.centered{
	margin:0 auto;
	text-align:center;
	width:100%;
}

.navLink{
	float:left;
	padding:0 20px 0 0;
	font-size:23px;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'ZagBoldRegular', sans-serif;
}

a.footLink{
	color: #ffffff;
	text-decoration: none;
}

a:hover.footLink{
	color: #db1616;
}

.welcome{
	float:left;
	width:290px;
}

.formLabel{
	font-size:12px;
	font-weight:bold;
}

.footerNav{
	float:left;
	padding:0 2px 0;
	color:#ffffff;
}
.rollover{
	/*border: 1px solid #666666;*/
}
/********** END CLASS DECLERATIONS **********/


/********** @ BEGIN LAYOUT **********/
#wrapper{
	width: 900px;
	margin: 0 auto;
}
	#layoutHeader{
		height:100px;
		margin: 0 auto;
	}
		#headerRightSide{
			width:500px;
			height:100px;
			float:right;
		}
			#headerLogin{
				padding:10px 25px 0 0;
				float:right;
			}
			#headerNav{
			padding:25px 0 0 0;
			float:right;
		}
	#layoutNav{
	}
	#layoutContent{
	}
		#contentLeft{
			width:410px;
			float:left;
		}
		#contentRight{
			width:410px;
			float:right;
		}
	#layoutFooter{
		font-size:12px;
	}
/********** @ END LAYOUT **********/


/********** @ BEGIN FORMS **********/
#contact{
	padding:30px 10px 0;
	height:212px;
	background:url(../images/contactBG.png) no-repeat;
}
#estimate{
	padding:30px 10px 0;
	height:279px;
	background:url(../images/estimateBG.png) no-repeat;
}
input{
	background-color:#333333;
	border: 1px solid #666666;
	color:#999999;
}
select{
	background-color:#333333;
	border: 1px solid #666666;
	color:#999999;
}
textarea{
	background-color:#333333;
	border: 1px solid #666666;
	color:#999999;
}
/********** END FORMS **********/