/* 
		Esjay Swim Accessories Theme
		By Tom McQuillen
		2004
		2 column trick from http://moronicbajebus.com/playground/cssplay/twocolumns/
*/ 



body {
	background-color: #033b6b;
	margin: 0;
	font-family: verdana, arial;
	font-size: 0.8em;
	color: #555555;
}
span.right {
	float: right;
}
.note {
	font-style: italic;
}
.new {
	color: #E32118;
	float: right;
}
/* Layout CSS */
body #holder {
   background-color: #FFF;
   width: 750px;
   text-align: center;
   margin: 0;
}

body #holder #sidebar{
   float: left;
   width: 150px;
   text-align: left;
   padding: 2em;
   /*background-color: #fbf8e6;*/
}

body #holder #content{
   margin-left: 200px;
   padding: 2em;
   text-align: left;
   border-left: 1px solid #111;
   background-color: #cee2f1; /*#d4e84f;*/
}
body #holder #footer {
	background: #555555;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 1em;
	clear: both;
}
body #holder #footer a {
   color: #67c2eb;
   text-decoration: none;
   border-bottom: dashed 1px #fff;
}
body #holder #footer a:hover {
   color: #FFFFFF;
   text-decoration: none;
   border-bottom: dashed 1px #FFFFFF;
}

#wrapper {
	text-align: left;
}

#header {
	background: URL(images/logo.gif);p
	width: 750px;
	height: 100px;
	border-bottom: 1px solid #111;
}
/* Menu */
h3 {
	font-family: "Century Gothic", Verdana; 
	color: #e18a38;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.5em;
	text-align: center;
}
	
#nav {
	font-size: 0.9em;
}
#nav ul {
    padding: 0;
}
#nav ul li {
	list-style: none;
	border-bottom: 1px solid #ccc;
}

#nav a {	
	text-decoration: none;
	color: #555555;
	display: block;
	padding: 0.7em;
}
#nav a.active {
	background: #e18a38;
	color: #fff;
}

#nav a:hover {
	background: #e18a38;
	color: #fff;
}
/* TABLES */
table.prices {
	padding: 0.2em;
	margin: 0;
	margin-bottom: 0.4em;
	font-size: 1em;
}
td {
	padding: 0.2em;
}
td.pricehead {
	background:#111;
	color:#fff;
	font-size: 1.1em;
}
td.subhead {
	background:#fafafa;
	width:15%;
	border-top:1px solid #ffffff;
    border-bottom:1px solid #e1e1e1;
    border-left:1px solid #e1e1e1;
    border-right:1px solid #e1e1e1;
}
td.subhead2 {
	background:#fafafa;
	width:70%;
	border-top:1px solid #ffffff;
    border-bottom:1px solid #e1e1e1;
    border-left:1px solid #e1e1e1;
    border-right:1px solid #e1e1e1;
}
td.pmain {
	background:#fafafa;
	border-top:1px solid #ffffff;
    border-bottom:1px solid #e1e1e1;
    border-left:1px solid #e1e1e1;
    border-right:1px solid #e1e1e1;
} 
/* Form Style */
input.txt {
 background: #fff; 
 color:#000; 
 font: 10pt Verdana; 
 border:1px solid
}
input.button {
 background: #fff; 
 color:#000; 
 font: 10pt Verdana; 
 border:1px solid;
 cursor:pointer;
}
textarea {
 background: #fff; 
 color:#000; 
 font: 10pt Verdana; 
 border:1px solid
}
.header {
	font-family: "Century Gothic", Verdana; 
	color: #111;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5em;
	font-size: 1.1em;
	border-bottom: 1px dotted #111;
	padding-bottom: 0.5em;
}
select {
	background: #fff; 
 	color:#00788A; 
 	font: 10pt Verdana; 
    border:1px solid
}
#order a {
	display: block;
	color:#00788A; 
	text-decoration: none;
}
#order a:hover {
	display: block;
	color:#fff; 
	text-decoration: none;
}
	
