/* ------------------------ */
/* Standard Html Tag Set    */
/* ------------------------ */

body, h1, h2, h3, p, ul, li, form {
	border:0;
	margin:0;
	padding:0;
}

/* ------------------------------- */
/* Standard HTML Tag Definition    */
/* ------------------------------- */

body, form, input {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

body {
	background-color:#5c9396;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
	}
	
h1 {font-size: 32px;
	color:#000;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 35px;
	}

h2 {font-size: 15px;
	color:#054bad;
	}

h3 {font-size: 15px;
	color:#054bad;
	}

a:link, a:visited {color: #666;}
a:hover {color: #000;}

img {
	border:none;
	}
	
li {
	padding-bottom: 5px;
	}


/* ------------------------ */
/* Page Elements 			*/
/* ------------------------ */

#container {
	background-color:#feefb1;
	margin: 0 auto;
	width:900px;
	margin-top:20px;
	padding:0px;
	border-top: 3px solid #000;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}

#column_left {
	width: 629px;
	padding:20px;
	float:left;
	background-color: #feefb1;
}
#column_left li {
	padding-bottom: 5px;
	}


#sidebar {
	width: 230px;
	margin: 0px 0px 0px 0px;
	float:left;
	background-color: #ffd478;
}
		
/* ------------------------ */
/* Header					*/
	
#header{
	background-color:#fff;
	background-image: url(../images/bkgd_header.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding:10px;
}
	
#header .logo{
	float: left;
}
	
#banner{ width:500px; padding-left:50px; float:left; height:90px;}
	
/* ------------------------ */
/* Navigation				*/
	
#navbar {
	background-color: #333;
	background-image: url(../images/bkgd_navbar.jpg);
	background-repeat: no-repeat;
	padding: 5px 0;
}

#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#navbar ul li { 
	display: inline; 
}

#navbar ul li a {
	text-decoration: none;
	padding: 0em 1em;
	color: #000;
	background-color: none;
	font-size: 15px;
	border-right: 1px solid #000;
}

#navbar ul li a.last {
	border-right: none;
}

#navbar ul li a:hover {
	color: #fff;
	background-color: #none;
}
	
/* ------------------------ */
/* Content			*/
	
#content {
	background-color: #feefb1;
}
	
/* -------------------------- */
/* Home Page Content Section  */
	
		
#column_left img{
	margin: 0 0px 10px	10px;
	float:right;
}
		
#column_left {
	font-size:13px;
	line-height: 20px;	
	}
		
/* -------------------------- */
/* Sidebar Section  */

#module-1 {
	width: 180px;
	min-height: 200px;
	height: 700px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 15px;
	border: 2px solid #fff;
	background-color: #feefb1;
	padding: 0px 10px 0px 10px;
}

#module-1 h3, #module-2 h3, #weblinks h3 {
	width: 190px;
	background-image: url(../images/bkgd_module.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 41px;
	font-size: 18px;
	line-height: 19px;
	padding-top: 8px;
	padding-left: 10px;
	margin: 0px -10px 0px -10px;
	
}

#module-2 {
	width: 180px;
	min-height: 200px;
	height: 200px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 15px;
	border: 2px solid #fff;
	background-color: #feefb1;
	padding: 0px 10px 0px 10px;
}
		
#sidebar a {
	color:#FF6600;
	font-size:12px;
}
	
#sidebar li {
	padding-bottom: 5px;
}
		
		
#weblinks {
	width: 180px;
	min-height: 200px;
	height: 200px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 15px;
	border: 2px solid #fff;
	background-color: #feefb1;
	padding: 0px 10px 0px 10px;
}



#weblinks li {
	list-style: none;
	margin: 0;
	padding: 0.25em 0.25em 0.25em 15px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#weblinks li a { 
	color: #000;
}
		
/* -------------------------- */
/* Footer					  */
	
#footer {
	color: #fff;
	font-size: 11px;
	background-color:#054bad;
	text-align: center;
	padding: 10px 5px 5px 5px;
	width: 890px;
	margin: 0 auto;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}
	
#footer a{
	color: #fff;
	margin-right:3px;
}
	
#bottom {
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: #fff;
	width: 900px;
	}
	
#bottom  .disclaimer {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	}
	
/* ------------------------ */
/* Custom classes			*/
/* ------------------------ */

.buynow {
	background-image: url(../images/button.gif);
	background-repeat:repeat-x;
	float: left;
	height: 33px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
	width: 160px;
	text-align: center;
	text-decoration:none;
}

