body{
	background: #006cd3 url(images/background.png) repeat-x top;
	padding:0;
	margin:0 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

#outerWrapper{
	width:946px;
	text-align:left;
	margin:0 auto;
}
#templateHeader{
	background: url(../images/header.png) no-repeat top;
	height:283px;
}
#templateHeader img{
	width:760px;
	height:203px;
}
#contentWrapper1{
	background:url(../images/page_bg.png) repeat-y top;
}
#contentWrapper2{
	background:url(../images/page_footer.png) no-repeat bottom;
}
#contentWrapper3{
	line-height:1.2em;
	padding:0 70px 25px;
	font-size:0.9em;
}

#contentWrapper3 p{
	margin:1.5em 0;
}
#templateFooter{
	padding-top:15px;
}
#copyright{
	text-align:center;
  font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:transparent;
	color:#ace;
  padding:0 40px;
	line-height:1.6em;
	letter-spacing:1px;
}
#copyright a{
	color:#ace;
	text-decoration:none;
}
#copyright a:hover{
	color:#fff;
	text-decoration:underline;
}

p{
	line-height:1.3em;
}
acronym{
	cursor:help;
}
h1{
	font-size:1.6em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color:#779; Shells fav */
	color:#d73;
	margin:0;
	padding:0 0 0.2em;
}
h2{
	font-size:1.3em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#d73;
	margin:0;
	padding:0 0 0.3em;
}
h3{
	font-size:1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#87b;
	margin:0;
	padding:0;
}
h4{
	font-family:"Times New Roman";
	font-size:13pt;
	margin:0;
}


#nav ul{
	margin:0;
	padding:0 30px 0 0;
	list-style:none;
}
#nav ul li{
	float:right;
	display:inline;
	background: url(../images/tab_left-off.png) no-repeat top left;
	padding-left:18px;
}
#nav ul li a{
	display:block;
	font-family: Arial;
	font-size:9pt;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
	padding:13px 25px 5px 0;
	margin-right:-8px;
	background: url(../images/tab_right-off.png) no-repeat top right;
	text-transform:uppercase;
	color:#ddf;
}
#nav ul li a:hover{
	color:#fff;
}
#nav ul li.active{
	margin-top:-1px;
	background-image: url(../images/tab_left-on.png);
}
#nav ul li.active a,
#nav ul li.active a:hover{
	background-image: url(../images/tab_right-on.png);
	color:#058;
	padding-bottom:7px;
}

a{
	color:#04c;
}
a:hover{
	color:#d63;
}

ul{
	margin:0;
	padding:0 0 0 20px;
	list-style:square;
}
ul li{
	padding:0px;
}
ul li ul{
	list-style:circle;
}

div#sectionsDiv{
	border:2px solid #26e;
	padding:10px 0;
	margin-top:10px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}
ul#threeColumn, ul#twoColumn{
	margin:0 -15px;
}
ul#threeColumn li, ul#twoColumn li{
	display:block;
	float:left;
	width: 250px;
	padding:0;
	margin:0 10px;
}
ul#twoColumn li{
	width:375px;
}
ul#threeColumn li em, , ul#twoColumn li em{
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#d73;
}

a.button{
	clear:both;
	display: block;
	margin:8px 0 0;
	width:103px;
	padding:6px 0;
	text-align: center;
	background:url(../images/button_bg.png) no-repeat center;
	text-decoration: none;
}
a.button span{
	color:#fff;
	

	font-size:0.8em;
	font-weight:bold;
}

.cartDiv{
	position:absolute;
	width:115px;
	background:#8d8 url(../images/icons/cart.png) no-repeat 5px 5px;
	border:1px solid #0d0;
	opacity:0.85;
	-moz-opacity:0.85;
  filter:alpha(opacity=85);
	color:#000;
	padding:3px 5px 5px 28px;
	text-align: left;
	top:255px;
	left:50%;
	margin-left:285px;
	font-size:0.8em;
	cursor:pointer;
}
.cartDiv span{
	color:#060;
	font-weight:bold;
}
.empty{
	background-color:#ffa;
	background-image:url(../images/icons/cartEmpty.png);
	border-color:#cc6;
}
.empty span{
	color:#777;
	font-weight:normal;
}
.cartDiv a{
	display:block;
	font-size:0.9em;
	font-weight:bold;
}
img.icon_cartPut{
	background: url(../images/icons/cart_put.png) no-repeat center;
	margin-right:3px;
	width: 16px;
	height:16px;
}
.center-table{
	text-align:center;
}
.center-table table{
	text-align:left;
	margin:0 auto;
}

.quote{
	font-style:italic;
	font-size:0.9em;
	line-height:1.2em;
	width:250px;
	color:#999;
	margin:0 0 15px;
}
.quote .author{
	padding-top:5px;
	text-align:right;
	font-style: normal;
}
.right-align{
	float:right;
	margin-left:30px;
}
.left-align{
	float:left;
	margin-right:30px;
}

.testimony .name,
.testimony .name a{
	color:#888;
	text-decoration: none;
}

.profilePhoto{
	float:left;
	border:1px solid #999;
	width:130px;
	height:150px;
}
div.profile{

}
div.profileText{
	margin-left:160px;
}
div.profile .name{
	font-size:1.1em;
	font-weight:bold;
	color:#333;
}
div.profile .title{
	font-size:0.9em;
	color:#666;
}
div.profile .email{
	font-size:0.8em;
}
div.profile p{
	margin:0;
	padding:0;
}

div#itemListSelector{
	/*background:#7af;*/
	float:left;
}
div#itemListSelector a{
	text-decoration:none;
	padding:3px 15px;
	margin:0 10px 0 0;
	background:#cdf;
	color:#37c;
	display: block;
	float:left;
	font-size:1.1em;
}
div#itemListSelector a:hover{
	background:#d83;
	color:#eee;
}
div#itemListSelector a.selected{
	text-decoration:none;
	background:#4a83de;
	color:#fff;
}

fieldset.itemList{
	display:none;
	border:2px solid #4a83de;
	margin:0;
	padding: 20px 20px;
	clear:both;
}
#contentWrapper3 fieldset.itemList p,
ul.itemDescription{
	margin:0.2em 0 0.7em;
}

/* Short List Code */
ul#itemListSelector{
	display:none;
}
fieldset.itemList{
	display:block;
	border:none;
	padding: 20px 0;
}
/* End Short List Code */

span.itemPrice{
	display:block;
	float:left;
	margin-left:15px;
	width:75px;
	font-size:1.1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#d73;
}

table.formTable td.label{
	padding:5px 0;
}
#nbtbRegTable td.label{
	width:150px;
}
#nbtbRegTable td.input{
	vertical-align:middle;
}

table.totalsTable{
	width:100%;
	border:1px solid #ccc;
}
table.totalsTable th{
	padding:3px 6px;
	background:#eee;
	border-bottom:1px solid #ccc;
	color:#555;
}

table.totalsTable td{
	padding:4px 6px;
	vertical-align:top;
}	
table.totalsTable tr.even td{
	background:#f5f5f5;
}
table.totalsTable td.details{}
table.totalsTable td.details div.description{
	font-size:0.9em;
	color:#777;
}
table.totalsTable th.remove,
table.totalsTable td.remove{
	width:1%;
}
table.totalsTable th.price,
table.totalsTable td.price{
	text-align: right;
}
table.totalsTable th.count,
table.totalsTable td.count{
	text-align: center;
	width:5%;
}
table.totalsTable th.total,
table.totalsTable td.total{
	text-align: right;
	width:15%;
}
table.totalsTable td.discount{
	width:15%;
	text-align: right;
	color:#070;
}
table.totalsTable tr.discount td{
	color:#070;
	background:#dfd;
}
table.totalsTable tr.totals td{
	border-top:1px solid #ccc;
	background:#eee;
	font-weight: bold;
}
a.removeLink{
	color:#f88;
	text-decoration: none;
	font-weight:bold;
	font-size:1.1em;
}
a.removeLink:hover{
	color:#d00;
}

.note{
	font-weight:normal;
	font-size:8pt;
	font-family: Verdana, Tahoma;
	color:#666;
}

input, textarea, select{
  border:1px solid #aaa;
}
input.formButton{
	border:1px solid #333;
	padding:1px 5px;
	color:#fff;
	background: #36c;
	cursor: pointer;
}
textarea.formBox{
  white-space:normal;
}
.promptError, .promptSuccess{
  font-size:1em;
	padding:10px 13px;
}
.promptError{
  background: #fff5f5;
	border:1px solid #fdd;
	color:#c33;
}
.promptError ul{
  margin-left:20px;
}
.promptSuccess{
  background: #efe;
	border:1px solid #cec;
	color:#080;
}
