@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	background-color: #e1e1e1;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#wrap{
	width:840px;
}

/* Top Navigational Section */
#top{
	width:900px;
	height:130px;
	padding:0px 20px 10px 20px;
	background:url(../images/top.png) no-repeat;
	text-align:left;
}

#topnav{
	width:800px;
	height:20px;
	padding:10px 0px 10px 0px;
}

#topnav ul{
	margin:0px;
	padding:0px 0px 0px 15px;
	list-style:none;
}

#topnav li{
	float:left;
	font-size:12px;
	padding:0px 16px 0px 16px;
}

#topnav li a{
	color:#dde9bf;
	background-color:inherit;
	text-decoration:none;
	font-weight:bold;
}

#topnav li a:hover{
	color:#fff;
	background-color:inherit;
}

#bannerholder{
	width:790px;
	height:275px;
	padding:5px 25px 0px 25px;
	background:url(../images/bannerbg.png) no-repeat; 
}


/* Banner Section */
#banner{
	width:525px;
	height:260px;
	float:left;
}


/* Right Navigation */
#rightnav{
	width:265px;
	height:260px;
	background:url(../images/menubg.png) no-repeat;
	float:right;
}

#rightnav ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#rightnav li{
	width:245px;
	height:45px;
	padding:10px;
	font-size:10px;
	line-height:10px;
	color:#bcd0e4;
	background-color:inherit;
	text-align:left;
}

#rightnav li a{
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	font-size:22px;
	line-height:20px;
}

#rightnav li a:hover{
	color:#bcd0e4;
	background-color:inherit;
}



/* Content Section */
#contentholder{
	background:url(../images/contenttop.png) top no-repeat;
	padding-top:30px;
	width:840px;
}

#content{
	background:url(../images/contentbg.png) repeat-y;
	width:800px;
	padding:0px 20px 0px 20px;
}


/* Main Content Section */
#left{
	width:490px;
	float:left;
	text-align:left;
	padding:0px 20px 20px 20px;
}

.box1, .box3{
	float:left;
}

.box2, .box4{
	float:right;
}

.box1, .box2, .box3, .box4{
	width:215px;
	height:150px;
	background:url(../images/homboxes.png) bottom no-repeat;
	padding:10px;
}

.box1 h2, .box2 h2, .box3 h2, .box4 h2{
	background:url(../images/appleico.gif) top left no-repeat;
	font-size:21px;
	line-height:24px;
	font-family:"Times New Roman", Times, serif;
	color:#e6ad03;
	background-color:inherit;
	margin:0px;
	padding:10px 0px 0px 50px;
	height:35px;
}

.box1 a, .box2 a, .box3 a, .box4 a{
	color:#000;
	background-color:inherit;
	border-bottom:1px dashed #000;
	text-decoration:none;
}

.box1 a:hover, .box2 a:hover, .box3 a:hover, .box4 a:hover{
	color:#000;
	background-color:inherit;
	border-bottom:1px solid #e6ad03;
}


/* Right Section */
#right{
	width:270px;
	float:right;
	text-align:left;
}


/* Login & Quick Contact Section */
#login{
	background:url(../images/loginbg.png) top no-repeat;
	width:220px;
	padding:45px 25px 25px 25px;
}

#quickcontact{
	background: url(../images/contactbg.png) top no-repeat;
	width:220px;
	padding:55px 25px 25px 25px;
}

form{
	padding:0px;
	margin:0px;
}

#login input, #quickcontact input{
	width:210px;
	height:20px;
	padding:5px;
	margin-bottom:5px;
	border:0px;
	background:url(../images/inptbg.png) no-repeat;
}


#qctxtbox{
	width:210px;
	height:80px;
	padding:5px;
	margin-bottom:5px;
	border:0px;
	background:url(../images/txtarbg.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#quickcontact textarea{
	width:200px;
	height:70px;
	padding:5px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#login img, #quickcontact img{
	border:0px;
	float:right;
}


/* Footer Section */
#footer{
	text-align:center;
	color:#8e9970;
	background-color:inherit;
	font-size:11px;
}


#footer a{
	color:#8e9970;
	text-decoration:none;
}

#footer a:hover{
	color:#000;
	text-decoration:none;
}
	





