*
{
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, arial, sans-serif;
}

img
{
	border: none;
}

body
{
	font-size: 11px;
	color: black;
	background: url("../images/basic/bg_main.jpg") repeat-y center top #DBECF3;
	text-align: center;
}

div#container
{
	text-align: left;
	margin: auto;
	width: 750px;
}

address
{
	text-align: right;
	font-style: normal;
	width: 200px;
	float: right;
	margin: 10px 20px 10px 10px;
}

.right
{
	margin: 10px 20px 10px 10px;
	float: right;
	border: 2px solid #9FB7C0;
}

/* HEADER */
div#header
{
	background: url("../images/basic/bg_header.jpg") repeat-x center top;
	height: 75px;
	border-left: 1px solid #AED4E4;
	border-right: 1px solid #AED4E4;
}

div#header h1
{
	background: url("../images/basic/kemco_circle.gif") no-repeat right bottom;
	height: 75px;
}
div#header h1 a
{
	position: relative;
	display: block;
	width: 182px;
	height: 39px;
	top: 27px;
	left: 5px;
}

/* END HEADER */


/* NAVIGATION */
ul#nav
{
	background: url("../images/basic/bg_nav.jpg") no-repeat center top #5199BC;
	height: 31px;
	list-style-type: none;
	padding: 8px 0 0px 0;
}

ul#nav li
{
	display: inline;
	margin: 0 0px 0 5px;
	padding: 12px 0 17px 10px;
}

ul#nav a
{
	padding: 8px 15px 17px 0;
	color: white;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

li#currentTab
{
	background: url("../images/basic/nav_tab_left.jpg") no-repeat left top;
}

li#currentTab a
{
	color: #CE1141;
	background: url("../images/basic/nav_tab_right.jpg") no-repeat right top;
}

#subNav
{
	background: url("../images/basic/bg_nav_submenu.jpg") left bottom no-repeat;
	/*height: 34px;*/
	list-style-type: none;
	padding: 4px 10px 9px 15px;
}

ul#subNav li, 
div#subNav p
{
	display: inline;
	color: #0078A9;
}

ul#subNav li a
{
	text-decoration: none;
	color: #0078A9;
	font-weight: bold;
	margin: 0 10px 0 0;
}

ul#subNav li a:hover
{
	color: #6091A7;
}

ul#subNav li#currentPage a
{
	color: #CE1141;
}

/* END NAVIGATION */



/* CONTENT */

div.content
{
	height: auto;
	background: url("../images/basic/bg_content.jpg") left top repeat-y;
}

div.content p,
div.content h1,
div.content h2,
div.content h3,
div.content h4,
div.content h5,
div.content h6,
div.content table,
div.content ul
{
	margin: 10px 15px;
}

div.content li
{
	margin: 5px 15px;
}

div.content h1,
div.content h2,
div.content h3,
div.content h4,
div.content h5,
div.content h6
{
	font-size: 12px;
	color: #0078A9;
}

div.content a
{
	color: #CE1141;
}
div.content a:hover
{
	text-decoration: none;
}

td
{
	vertical-align: top;
	padding: 2px;
}

label
{
	margin-top: 3px;
	display: block;
	text-align: right;
}

div#subNav p#mssg
{
	color: #CE1141;
	font-weight: bold;
}

div#subNav p#mssg a
{
	color: #CE1141;
}

div#subNav p#mssg a:hover
{
	text-decoration: none;
}

div.content h1.contentHeading
{
	margin: 0;
	background: url("../images/basic/bg_heading_content.jpg") left top no-repeat #5199BC;
	color: white;
	font-size: 14px;
	padding: 5px 15px;
}

div.contentFoot
{
	background: url("../images/basic/bg_foot_content.jpg") left bottom no-repeat;
	height: 9px;
	clear: both;
}

/* END CONTENT */


/* FOOTER */
p#copywright
{
	clear: both;
	text-align: left;
	margin: 0 10px 10px 10px;
	font-size: 9px;
	color: #5199BC;
}

p#copywright a
{
	color: #5199BC;
}

p#copywright a:hover
{
	text-decoration: none;
}

ul#badges
{
	padding: 0 10px 0 0;
	float: right;
	text-align: right;
}

ul#badges li
{
	display: inline;
}


ul#payment
{
	padding: 0 0 0 10px;
	float: left;
	text-align: left;
}

ul#payment li
{
	display: inline;
}
/* END FOOTER */


div.imageGroup
{
	float: right;
	margin: 10px 20px 10px 10px;
}

div.imageGroup img
{
	border: 2px solid #9FB7C0
}