* {margin:0;padding:0;}

p {

padding: 10px 0 0 0;

}

h2 {
	font-size: 110%;
	margin: 0;
	padding: 5px 0;
}
body {  
	margin-top: -70px;
	font: 0.85em 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	background-color: #231f20;
}

.logo {
	position: relative;
	top: 70px;
	left: -385px;
	z-index: 10;
	width: 252px !important;
	background: url("images/logo.gif") transparent top left no-repeat !important;
	height: 101px;
	
}

#header, #content, #footer {
	width: 100%;
	clear: both;
	overflow: hidden;
	height: 10%;
	/*background-color: #000;*/
}

#header {
	padding: 10px 0;
	background: transparent;
}

#e-commerce {
	float: right;
	font-size: 85%;
	color: #ccc;
}

#e-commerce a {
	color: #fff;
}

#content {
	border-bottom: 1px solid #212121;
	padding-bottom: 25px;
	min-height: 478px;
	background: #231f20;
	overflow: hidden;
}	

* html #content {
	height: 478px;
	overflow: visible;
}
	

.container {
	width: 890px;
	margin: 0 auto;
	background: transparent;
	overflow: hidden;
}	


#nav {
 	float: left;
	width: 168px;
	margin-right: 20px;
	margin-top: 50px;
}	

#nav ul {
	padding: 0;
	margin: 10px 0 0 0;
}

#nav ul li {
	 list-style: none;
	 padding: 0 0 0 5px;
	 margin: 0 0 15px 0;
	 /*border-left: 2px solid #e6e6e6;*/
}

#nav ul li a {
 color: #fff
}

#nav ul li a:link {
 text-decoration: none; 
}

#nav ul li a:visited {
 text-decoration: none; 
}

#nav ul li a:hover {
 text-decoration: underline;
 color: #ccc;
}

#nav ul li ul {
	margin: 0;
	padding: 0 0 0 10px;
}

#nav ul li ul li {
	font-size: 90%;
	border-left: none;
}

.currentPage {
	border-bottom: 2px double #606161;
	width: 65%;
	color: #fff;
}

.currentPage a {

	color: #fff;
}	

.subnav {
	display: none;
}

#flash-container {
	
}

#content-area {
	padding: 10px;
 	float: left;
	width: 680px;
	background: #fff;
	border: 1px solid #e6e6e6/*#666*/;
	font-size: 85%;
}

.cart {
	padding: 5px 0px 0px 20px;
	margin: 5px 0px 0px 8px;
	/*line-height:20px;*/
	background: url("images/cart.gif") no-repeat bottom left;
}

.text {
	/*display: none;*/
	}

.addthis {
	float: right;
}	

.pagetitle {
	border-bottom: 1px solid #a6a6a6;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

#footer {
	
	color: #000;
	font-size: 85%;
	line-height: 20px;
	background-color: #fff;
}

#footer .container {
	margin: 10px auto;
	border: 3px double #606161;
	padding: 5px;
}

#footer a {
	color: #000;
	/*text-decoration: none;*/
}	

#footer a:hover {
	/*text-decoration: underline;*/
}

#footerNav {
	float: left;
	width: 410px;

}


label {
	cursor: pointer;
}
.formContainer label {
	margin-left: 25%;
	display: block;
	float: left;
	width: 200px;
}
.formContainer p {
	clear: both;
}

.photolist {
	margin: 0;
	padding: 0;
}

.photolist li {
	list-style: none;
	float: left;
	margin: 2px;
}

.packageContainer {
	margin:0;
	padding: 5px;
	line-height: 25px;
}	

#packageImage {
	height: 445px;
	width: 625px;
	margin: 0 auto;
}
.packageHover {
	padding: 4px;
	background-color: #efefef;
	border: 1px solid #a6a6a6;
}

#footer-btm {
	/*background: url("images/bgr_grad_black_down3.jpg") top left repeat-x;*/
	width: 100%;
	height: 76px;
}

#emailimg {
	margin-bottom: -5px;
}

#copyright {
	float: right;
	text-align: right; 
	/*border-top: 1px solid #606161; */
	font-size: 95%;
}

#copyright a {
	color: #000;
	text-decoration: underline;
}


/* login styles */
.submitBtn, .mockbtn {
	 background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	padding: 3px;
}

.mockbtn {
	text-decoration: none;
	color: #000;
}	

.btnicon {
	margin-bottom: -4px;
}	


.successMessage { background-color: #ccffcc; padding: 5px 2px; border: 1px solid #99ff99; width: 100%; }

.errorMessage { background-color: #ff9999; padding: 5px 2px; border: 1px solid #cc6666; width: 100%; }

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.fl_right {
	float: right;
}

.fl_left {
	float: left;
}

.bold {
	font-weight: bold;
}	

.italic {
	font-style: italic;
}	
.clear {
	clear: both;
}