/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/body_bg.jpg) repeat-x top;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}

ul {
	list-style: square;
	}

a:hover {
	text-decoration: none;
	}


	
/* Header */

#header {
	width: 750px;
	height: 248px;
	margin: 0 auto;
	background: #FFFFFF url(images/header_bg.jpg);
	}

#header * {
	text-transform: lowercase;
	text-decoration: none;
	color: #B2D553;
	}

#header h1 {
	float: left;
	padding: 20px 0 0 20px;
	font-size: 3em;
	}

#header h2 {
	float: right;
	padding: 38px 20px 0 0;
	font-size: 1.6em;
	}
#headerColOne{
	float:left;
	width: 395px;
	margin: 26px 0 0 0;
	}
#headerColTwo{
	float:left;
	width: 345px;
	margin: 26px 0 0 0;
	}
#headerBgImg {
	background:url(images/header_rings.jpg) no-repeat; 
	width: 750px;
	height: 248px;
	background-position: 0 87px;
	}

/* Menu */

#menu {
	display: inline;
	width: 360px;
	height: 55px;
	margin: 0 auto;
	}

#menu ul {
	margin: 24PX 0 0 0;
	padding: 0;
	list-style: none;
	}

#menu li {
	display: inline;
	}

#menu a {
	display: inline;
	float: left;
	height: 24px;
	padding: 0 8px 0 8px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	}

#menu a:hover {
	color: #F7AE4A;
	}

/* Content */
#content {
	width: 750px;
	margin: 0 auto;
	background: #ffffff top url(images/content_shadow.jpg) repeat-x;
	}
	
/* Wide Column */
#wideColOne {
	float:left; 
	width: 750px;
	height: 235px;
	background: #ffffff top url(images/checker_bg.jpg) repeat;
}
#stepButton {
	float: left;
	margin: 20px 15px 0 15px;
}

/* Wide Column for php header and footer */
#wideColOne_B {
	float:left; 
	width: 750px;
}


/* Column One */
#colOne {
	float: left;
	width: 435px;
	margin: 12px 0 0 0;
	font-family: Arial;
	color: #777777;
	font-size: 11px;
	}

#colOne h2{
	font-family: Arial;
	color: #FF0000;
	font-size: 27px;
	font-weight: bolder;
	}
	
#colOne h3{
	margin: 0 20px 0 20px;
	font-family: Arial;
	color: #777777;
	font-size: 18px;
	font-weight: bolder;
	}
#colOne h4 {
	font-family: Arial;
	color: #777777;
	font-size: 12px;
	font-weight:normal
}
/* Column Two */
#colTwo {
	float: left;
	width: 315px;
	margin: 12px 0 0 0;
	font-family: Arial;
	color: #7777777;
	font-size: 11px;
	}
/* Features Box */
#featBoxOne{
	width: 250px;
	margin: 35px 0 0 65px;
	}
dl {
	width: 250px;
	margin: 0 0 20px 0px;
	padding: 0;
	background: #fdebd1 url(images/features_bot.jpg) no-repeat bottom left;
	}

dt {
	margin: 0;
	padding: 0px;
	font-size: 130%;
	background: #fdebd1 url(images/features_top.jpg) no-repeat top left;
	}
	
dd {
	margin: 0 0 0 25px;
	padding: 0 10px 10px 10px;
	color: #ff3400;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	background: url(/d/mountaintop/arrow.gif) no-repeat 0 3px;
	}

/* Footer */

#footer {
	width: 750px;
	height: 125px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	background: #ffffff url(images/footer_bg.jpg) repeat-x top;
	}
#footer * {
	font-size: 12px;
	color: #777777;
	text-decoration: none;
	text-transform:uppercase
	}
#footerNav li{
	display: inline;
	margin: 0 10px 0 10px;
	list-style-type: none;
	}
#footerNav a {
	font-size: 16px;
	}
#footerNav a:hover {
	color: #F7AE4A;
	}