/* --- Body/Wraps ------------------------------- */
body{
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height:1.75em;
	text-align: center;
	color: #333;
	background-color: #5a5a5a;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 15px;
	background-image: url(images/camp_bg.jpg);
	background-repeat: repeat;
	}


#outerwrap{
	margin: 0 auto;
	text-align: center;
	width: 895px;
	}

/* --- Header ------------------------------- */

#header{
	clear:both;
  	width: 895px;
	height: 217px;
	}
/* --- Nav ------------------------------- */


#nav{
	clear:both;
	width:815px;
	height:38px;
	font-size:15px;
	text-align:center;
	padding-left:80px;
	color:#042a44;
	background-image: url(images/navbar.gif);
	background-repeat: no-repeat;
}

#web{
	float:left;
	width:135px;
	height:38px;
	margin-left:15px;
	margin-right:0px;
	color: #042a44;
}

#started{
	float:left;
	width:135px;
	height:38px;
	color: #042a44;
}

#samples{
	float:left;
	width:190px;
	height:38px;
	color: #042a44;
}

#about{
	float:left;
	width:135px;
	height:38px;
	color: #042a44;
}
#easy{
	float:left;
	width:135px;
	height:38px;
	color: #042a44;
}


/* --- HomePage ------------------------------- */

#hpcontent{
	float:left;
	width:895px;
	background-image: url(images/conent_bg.gif);
	background-repeat: repeat-x;
	background-color: #a5a5a5;
}

#hpleft{
	float:left;
	width:249px;
	margin:0;
	padding:0;
}

#hpmiddle{
	float:left;
	width:337px;
	height:379px;
	padding-top:80px;
	padding-left:30px;
	padding-right:25px;
	margin-left:8px;
	text-align:left;
	background-image: url(images/middle_bg.gif);
	background-repeat: no-repeat;
}

#hpmiddle a {
	color:#333;
	text-decoration:underline;
	}
#hpmiddle a:hover {
	color:#666666;
	text-decoration:underline;
	}
#hpmiddle a:visited {
	color:#666666;
	text-decoration:none;
	}
#hpmiddle a:visited:hover {
	color:#666666;
	text-decoration: underline;
	}


#hpright{
	float:left;
	width:246px;
	height:459px;
}

#hpwebpackage{
	width:249px;
	height:162px;
	text-align:left;
	padding:0;
	margin:0;
}

#hpgetstarted{
	width:249px;
	height:139px;
	text-align:left;
	padding:0;
	margin:0;
}

#hpsamples{
	width:249px;
	height:158px;
	text-align:left;
	padding:0;
	margin:0;
}


/* --- Subpage ------------------------------- */
#subcontent{
	clear:both;
	width:887px;
	background-image: url(images/conent_bg.gif);
	background-repeat: repeat-x;
	background-color: #424242;
	margin-left:8px;
	text-align:left;
}

#subleft{
	float:left;
	width:639px;
	background-color:#e9e9e9;
	text-align:left;
	
}

#subheader{
	width:519px;
	height:37px;
	padding-left:120px;
	padding-top:25px;
	background-image: url(images/sub_header_bg.gif);	
}
#subtext{
	padding-left:80px;
	padding-top:30px;
	padding-right:30px;
}

#subtext ul{
	padding: 10px 5px 0px 10px;
	margin: 0px;
	text-align: left;
	}
#subtext li{
	padding-left: 1px;
	margin: 0px;
	text-align: left;
	}

#subtext a {
	color:#333;
	text-decoration:underline;
	}
#subtext a:hover {
	color:#042a44;
	text-decoration:none;
	}

#subright{
	float:left;
	width:248px;
	height:459px;
	background-image: url(images/conent_bg.gif);
	background-repeat: repeat-x;
	background-color: #a5a5a5;
}

#contactform{
	clear:both;
	width:450px;
	font-size:12px;
	text-align:left;
	background-color: #fff;
	padding-left:30px;
	padding-right:30px;
	margin-bottom:30px;
	border:dotted 1px #000;
	line-height:2.5em;
}

/* --- Footer ------------------------------- */
#footer{
	clear:both;
	width:895px;
	height:34px;
	padding-top:10px;
	text-align:center;
	color:#333;
	font-size:12px;
	background-color: #424242;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
}

#footer a {
	font-size:12px;
	color:#333;
	text-decoration:none;
	}
#footer a:hover {
	font-size:12px;
	color:#666666;
	text-decoration:underline;
	}
#footer a:visited {
	font-size:12px;
	color:#666666;
	text-decoration:none;
	}
#footer a:visited:hover {
	font-size:12px;
	color:#666666;
	text-decoration: underline;
	}

#copyright{
	clear:both;
	width:895px;
	height:34px;
	margin:0 auto;
	padding-top:10px;
	text-align:center;
	color:#CCCCCC;
	font-size:12px;
}


/* --- Fonts ------------------------------- */
h1{
	font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
	text-align: left;	
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2px;
	padding-bottom: 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1em;
    color: #256788;
	}	

h2{
	font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom:5px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
	color: #256788;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}	
	
h3{
	font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
	text-align: left;	
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2px;
	padding-bottom: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
    color: #042a44;
	}	
	

/* --- Links ------------------------------- */


a#easynav {
	display: block;
	width: 135px;
	height: 33px;
	padding-top:5px;
	color: #042a44;
	text-decoration:none;
	font-weight: bold;	
}

a#easynav:hover {
	background-image: url(images/hover_bg.gif);
	background-repeat: no-repeat;
	color:#f4f4f4;
	text-decoration:none;
	font-weight: bold;	

}



a#webnav {
	display: block;
	width: 135px;
	height: 33px;
	padding-top:5px;
	color: #042a44;
	text-decoration:none;
	font-weight: bold;	
}

a#webnav:hover {
	background-image: url(images/hover_bg.gif);
	background-repeat: no-repeat;
	color:#f4f4f4;
	text-decoration:none;
	font-weight: bold;	

}
a#startednav .alt { display: none; }

a#startednav {
	display: block;
	width: 135px;
	height: 33px;
	padding-top:5px;
	color: #042a44;
	text-decoration:none;
	font-weight: bold;	
}

a#startednav:hover {
	background-image: url(images/hover_bg.gif);
	background-repeat: no-repeat;
	color:#f4f4f4;
	text-decoration:none;
	font-weight: bold;	

}
a#startednav .alt { display: none; }


a#samplesnav {
	display: block;
	width: 190px;
	height: 33px;
	padding-top:5px;
	color: #042a44;
	text-decoration:none;
	font-weight: bold;	
}

a#samplesnav:hover {
	background-image: url(images/hover_featured.gif);
	background-repeat: no-repeat;
	color:#f4f4f4;
	text-decoration:none;
	font-weight: bold;
}
a#samplesnav .alt { display: none; }


a#aboutnav {
	display: block;
	width: 135px;
	height: 33px;
	padding-top:5px;
	color: #042a44;
	text-decoration:none;
	font-weight: bold;	
}

a#aboutnav:hover {
	background-image: url(images/hover_bg_about.gif);
	background-repeat: no-repeat;
	color:#f4f4f4;
	text-decoration:none;
	font-weight: bold;
}
a#aboutnav .alt { display: none; }

a#webpacklink {
	display: block;
	width:249px;
	height:162px;
	text-align:left;
	padding:0;
	margin:0;
	background-image: url(images/webpack.gif);
	background-repeat: no-repeat;
}

a#webpacklink:hover {
	background-image: url(images/webpack_hover.gif);
	background-repeat: no-repeat;
	width:249px;
	height:162px;
	text-align:left;
	padding:0;
	margin:0;
}
a#webpacklink .alt { display: none; }

a#startedlink {
	display: block;
	width:249px;
	height:139px;
	text-align:left;
	padding:0;
	margin:0;
	background-image: url(images/get_started.gif);
	background-repeat: no-repeat;
}

a#startedlink:hover {
	background-image: url(images/get_started_hover.gif);
	background-repeat: no-repeat;
	width:249px;
	height:139px;
	text-align:left;
	padding:0;
	margin:0;
}
a#startedlink .alt { display: none; }

a#samplelink {
	display: block;
	width:249px;
	height:158px;
	text-align:left;
	padding:0;
	margin:0;
	background-image: url(images/samples.gif);
	background-repeat: no-repeat;
}

a#samplelink:hover {
	background-image: url(images/samples_hover.gif);
	background-repeat: no-repeat;
	width:249px;
	height:158px;
	text-align:left;
	padding:0;
	margin:0;
}
a#samplelink .alt { display: none; }

