form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #231F20;
	background: #0076C0;
}

a           
{   
    color: #1C3F94;
    font-weight: normal;
	text-decoration: none;
}
a:hover { text-decoration: underline; } 

h1
{
	font-size: 27px;	
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 20px 0px 0px;
	text-align: left;
	color: #1C3F94;
}
h2
{
	font-size: 18px;	
	font-weight: bold;
	margin: 0px 0px;
	padding: 20px 0px 10px;
	text-align: left;
	color: #0076C0;
}
h3
{
	font-size: 14px;	
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	color: #1C3F94;
}
h4,h5,h6
{
	font-size: 16px;	
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	color: #000;
}

.floatLeft
{
	clear: both;
	float: left;
	margin: 0px 20px 10px 0px;
}
.floatRight
{ 
	clear: both;
	float: right;
	margin: 0px 0px 10px 10px;
}
.imgBorder{ border: 1px solid #666; }
.clear { clear: both; }


#page
{
	margin: 0 auto;
	text-align: left;
	width: 988px;
}

#header 
{ 
	background: url(images/header.jpg) no-repeat top left;
	height: 178px;
}
#topLeftText
{
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	float: left;
	text-transform: uppercase;
	margin: 24px 0px 0px 24px;
}
#topLeftText2
{
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	float: left;
	text-transform: uppercase;
	margin: 24px 0px 0px 200px;
}

#topRightNav
{
	float: right;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	margin: 24px;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
}
#topRightNav a
{
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	padding: 0px 8px;
	text-decoration: none;
	text-transform: uppercase;
}
#topRightNav a:hover, #topRightNav a.selected
{
	text-decoration: underline;
}

#main
{
	clear: both;
	background: #0076C0 url(images/main.jpg) repeat-y top center;
	overflow: hidden;
}

#topNav
{	
	width: 960px;
	margin: 0px auto;
	background: url(images/nav.jpg) repeat-x top left;
	overflow: hidden;
}
#topNav a
{
	display: block;
	float: left;
	height: 31px;
	font-size: 12px;
	color: #FFF;
	border-right: 2px solid #231F20;
	font-weight: bold;
	line-height: 31px;
	padding: 0px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#topNav a:hover, #topNav a.selected
{
	color: #C7D93A;
	text-decoration: none;
}

#content
{
	width: 939px;
	margin: 0px auto;
	padding: 15px 0px;
}

#boxFull
{
	background: url(images/boxFullMid.jpg) repeat-y top left;
}
#boxFullText
{
	padding: 10px 25px 20px;
}

#boxWide
{
	background: url(images/boxWideMid.jpg) repeat-y top left;
}
#boxWideText
{
	padding: 10px 25px 20px;
}

#boxSm
{
	background: url(images/boxSmMid.jpg) repeat-y top left;
}
#boxSmText
{
	padding: 0px 12px 20px;
}

.price
{
	font-weight: bold;
	color: #367E10;
	padding: 10px 0px 0px;
}

.backToTop
{
	text-align: right;
}

#footer 
{ 
	background: url(images/footer.jpg) no-repeat top left;
	height: 51px;
	text-align: left;
}
#copyright
{
	float: left;
	font-weight: normal;
	color: #FFF;
	font-size: 12px;
	margin: 8px 32px;
	text-align: center;
}
#bottomNav
{
	float: right;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	margin: 8px 32px;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
}
#bottomNav a
{
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	padding: 0px 8px;
	text-decoration: none;
	text-transform: uppercase;
}
#bottomNav a:hover, #bottomNav a.selected
{
	text-decoration: underline;
}

/* Logoworks link back */
#linkback, #linkback a
{
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	padding: 0px 0px;
	margin: 0px 0px;
	text-decoration: none;
}


