/* css KMI*/

*
{
	margin:0;
	padding:0;
}

body
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#D7E5F2;

}

img
{
 	border:none;
}


h1
{
	color:#F21E3E;
	font-size:24px; 
	margin-bottom:10px;		
}

h2
{
	color:#0C0C89;
	font:16px;
	margin-bottom:10px;
}

h3
{
	color:#0C0C89;
	font:14px;
	margin-bottom:10px;

}

h4
{
	color:#000000;
	font:12px;
	margin-bottom:10px;
	

}

p
{
	margin-bottom: 10px;
	line-height:24px;
}

hr
{
	border:none 0;
	border-top: 1px dotted #000000;
	height:1px;
	margin-bottom:10px;
	margin-top:10px;
	
}


a:link {
    color:#003399;
	text-decoration:none;
	font-weight:bold;
}


a:visited {
	color:#003399;
	text-decoration:none;
	font-weight:bold;	
}


a:hover {
	color:#003399;
	text-decoration:none;
	font-weight:bold;	
}

a:active {
	color:#003399;
	text-decoration:none;
	font-weight:bold;	
}
.thumbnail
{
	float:left; 
	padding:5px;
}
.clear
{
	width:400px;
	height:10px; 
	clear:both;
}
/* Cart */
.cart_table
{
   border:#e5e7e3 1px solid;
}

.tableheading
{
	background:#e5e7e3;
	color:black;
	font-weight:bold;
	height:21px;
	margin-left:5px;
}


/* Page Layout*/
	
#container
{
	width:800px; 
	margin:0 auto;
}

#header
{
	width:800px; 
	height:35px;
	color:#FFFFFF;
	font-weight:bold;
}

#header a
{

	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}


#content
{
	width:800px; 
	background:url(../images/contentbk_rhpa.gif) repeat-y center;
}

#leftcolumn
{
	float:left; 
	width:181px; 
	margin:0;
}


#centercolumn
{
	margin-left:181px;
	margin-right:5px;
}

#bottom
{
	height:10px; 
	clear:both;
}

#footer
{
	width:800px; 
	height:37px;
	background:url(../images/bottom.gif) no-repeat;
	color:#FFFFFF;
}

/* Form style*/

.textbox
{
	width:200px;
	color:#102132;
	border: 1px solid #284279;
}

.textareabox
{
	width:300px;
	color:#102132;
	border: 1px solid #284279;	
}
.toptextbox
{
	border:none;
}

.submitbutton
{
	font-weight:bold;
 	border: 1px solid #284279;
	background-color: #D7E5F2;
	height:25px;
	width:60px;	
}


.submitlink
{
	font-weight:bold;
	height:60px;
 	border: 1px solid #284279;
	background-color: #D7E5F2;
	padding: 3px 5px 3px 5px;
}


/*Advertising Table*/


.adtable td
{
	border-bottom:1px #CCCCCC dashed;
}

.titletd
{
	border-top: 1px #CCCCCC dashed; 
	border-bottom: 1px #CCCCCC dashed; 
	width:400px;
	background:#D7E5F2;
}

.adpricingtable td
{
	border-bottom:1px #CCCCCC dashed;
	text-align:right;
}

/* admin menu */

.navmenulist
{
	 padding-left:0;
	 margin-left:0;
	 border:none;
	 width:150px;
}

.navmenulist li
{
    list-style:none;
	margin:0;
	padding: 0.25em;
	border:none;
}

.navmenulist li a 
{ 
	text-decoration: none;
	color:#FFFFFF;
	border:none;
}

.navmenucontainer
{
	margin-left:2px;
}








