/* CORE STYLES */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;	
	background-color:#cccccc;
	background-color:Gray;
}

h1 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#1d3563;
	padding:0px 0px 0px 45px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:10px;
	display:block;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	line-height:25px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-image:url(../images/small_spg.gif);
	background-repeat:no-repeat;
}

#pageWrapper {
	border:0px solid #FFFFFF;
	margin-left:auto;
	margin-right:auto;

}

#centerPage2  {
	width:800px;
	border:1px solid #003366;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:White;
}

#header {
	width:800px;
	height: 139px;
}

#menu {
	position:relative;
	width:800px;
	height:35px;
	margin-top:-18px;
	vertical-align: middle;
	background-image: url(../images/Menu_Background.jpg);
	background-repeat: no-repeat;
	border:0px solid #000000;
	/*padding-top:5px;*/
	padding-left:0px;
	color:#FFFFFF;
}

#body {
	margin-top: 40px !important;
	margin-top: 0px ;
	width:800px;
	/*height: 498px;*/
	border:0px dotted #CC0000;
	
}


#menuEmptyLeft{
	float:left;
	/*width:50px !important;*/
	width:0px;
	margin: 0px;
	padding: 0px;
	border:1px dotted #003366;
}


#menuContent{
	float:left;
	width:614px;	
	text-align:Left;
	margin: 0px;
	padding-top: 0px;
	color:#FFFFFF;
}

#bodyLeft {
	float:left;
	width:180px;
	border:1px dotted #CC0000;
	margin: 0px;
	padding: 0px;
	color:#000000;
}

#bodyCenter {
	float:left;
	width:437px;
	text-align:justify;
	border:1px dotted #00CC00;
	margin: 0px;
	padding-top: 0px;
	color:#000000;
}

#bodyRight {
	float:right;
	width:177px;
	text-align:justify;
	border:1px dotted #0000CC;
	margin: 0px;
	padding: 0px;
	color:#000000;
}

#footer {
	width:800px;
	height:33px;	
	color:#FFFFFF;
	text-align:center;
	padding-top:17px;
	background-image: url(../images/Footer_Background.jpg);
	background-repeat:no-repeat;
	margin:20px auto -15px auto;
}

#designedBy 
{
	width:800px;
	font-size:8pt;
	text-align:right;
	color:#000000;
	margin:15px auto 0px auto;
}
#designedBy a:active, #designedBy a:visited, #designedBy a:link {
	color:#000000;
}

#designedBy a:hover{
	text-decoration:none;
}
.clearBoth {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}

.labeltext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#666666;
	font-weight:bold;
}

.smalltext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666666;
}

.tdtitle{
	font-size:0.8em;
	font-weight:bold;
	text-align: center;
	vertical-align: top;
/*	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
*/
}


.tdtitlesmalltext{
	font-size:0.8em;
	font-weight:bold;
	text-align: left;
}

.tdcontent{
	font-size:0.9em;
}

/* USER STYLES */


/* MAIN NAV */

ul#mainNav {
	padding:0px;
	margin:0px;
	border:0px dotted red;
}

ul#mainNav li {
	list-style:none;
	display: inline;
	margin-right:0px;
}

ul#mainNav li a:link, ul#mainNav li a:active, ul#mainNav li a:visited {
	color:#000000;
	text-decoration:none;
	font: arial, sans-serif;
	font-size:1em;
}
ul#mainNav li a:HOVER {
	color:#336666;
	
}
a:link, a:active {
	text-decoration: underline;
	color: #003163;
	font-size:.9em;
}
a:hover {
	color: #577B9B;
	text-decoration: none;
	
}
.addToCartButton {
		border-style: outset;
        border-color: #99CCCC;
        background-color: #99CCCC;
        text-decoration: none;   
        width: 35px;
        text-align: center;
		color: #000000;
}