/* Generic Page bits */

html, body
{
	font-family: Verdana,Arial ;
	background: #D9CEE1;
	color:#000000;
	margin: 0 auto 0 auto;
	font-size:13px;
	text-align:center;
}

img
{
	border: 0;
}

form
{
	margin: 0;
	padding: 0;
}

.clear 
{
  clear: both;
  height: 0;
}

  
/* Links */
a
{
	color:#865BA4;
	text-decoration: none;
}

a:link
{
	color:#865BA4;
	text-decoration: none;
}

a:visited
{
	color:#865BA4;
	text-decoration: none;
}

a:hover
{
	color:#865BA4;
	text-decoration: underline;
}

.right
{
	float:right;
}

.left
{
	float:left;
}

table
{
	border: 1px solid #D9CEE1;
}

th
{
	background: #D9CEE1;
	color: #000;
}

th.cell2
{
	background: #865BA4;
	color: #fff;
}

th.cell2 a, th.cell2 a:link, th.cell2 a:visited, th.cell2 a:hover
{
	color: #cccccc;
}

input,textarea
{		
border: #865BA4 1px solid;
color: #117E35;
font-family: verdana, arial, sans-serif;
line-height:15px;
font-size:14px;
}

strong.gold
{
	color: #AAA824;
}


/**********************/
/* MAIN CONTAINER     */
/**********************/

#main			
{
	margin:10px auto 20px auto;
	background: #ffffff;
	width:775px;	
	border: 1px solid #000;
}

/**********************/
/* HEADER CONTAINER     */
/**********************/

#header
{
	width:775px;	
	height: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #865BA4;
	background-color: #D9CEE1;
	text-align:left;
}

#header #headertxt
{
	padding: 0;
	margin: 0 0 0 420px;
	width: 250px;
	height: 100px;
	color: #fff;
	text-align: center;
}

#header #headertxt h1
{
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 18px;
	width:250px;
}

#header #headertxt a
{
	color: #fff;
}

/**********************/
/* LEFT CONTAINER     */
/**********************/

#left			
{
	width:150px;	
	float:left;
	padding: 0;
	margin: 0;
	text-align:left;
	font-size: 13px;
	height:100%;

}

#left img		
{
	margin: 0 0 0 5px;
}

#left .menubox
{
	width: 140px;
	margin: 0 0 10px 5px;
	border: 1px solid #865BA4;
}

#left .menubox .menutitle
{
	width: 140px;
	height: 20px;
	background: #865BA4;
}

#left .menubox .menutitle h3
{
	color: #ffffff;
	font-size: 12px;
	margin: 0;
	padding: 2px 0 0 5px;
}

#left .menubox ul
{
	padding: 0;
	margin: 0;
}

#left .menubox li
{
	list-style: none;
	padding: 2px 0 2px 0;
	margin: 0;
	width: 140px;
	height:12px;
}

#left .menubox li.last
{
	margin-bottom: 10px;
}

#left .menubox li a
{
	padding: 0px 0 0 6px;
	text-decoration: none;
	color:#000000;
}

#left .menubox li a.highlight
{
	color:red;
}

/**********************/
/* MAIN CONTENT  */
/********************* */

#content			
{
	background: #ffffff;
	width:604px;	
	float:left;
	text-align:left;
	padding: 0;
	margin-left: 10px;
}

#content li
{
	list-style-image: url(../img/bullet.gif);
}


#content .contentblock			
{
	width:604px;	
	margin:15px 0 0 0;
	padding: 0;
}

#content img.left		 	
{
	margin-right: 20px;
	margin-bottom: 20px;
}

#content img.right		 	
{
	margin-left: 20px;
	margin-bottom: 20px;
}

#content h2		
{
	color: #865BA4;
	font-size: 14px;
	padding:0;
	margin:0 0 15px 0;
}

#content  p
{
	padding:0;
	margin:0 0 15px 0;
	font-size: 12px;
	color: #595757;
}

#content  p a
{
	color: #ff0000;
}

#content .button_group
{
	margin: 15px 0 0 105px;
}

#content a.button
{
	background-color: #865BA4;
	color:#ffffff;
	padding: 5px 5px 5px 5px;
	text-decoration:none;
	margin-top: 10px;
}

#content a:hover.button
{
	background-color: #D19C7B;
	color:#ffffff;
	padding: 5px 5px 5px 5px;
	text-decoration:none;
	margin-top: 10px;
}

/**********************/
/* Home Images  */
/********************* */

#content .homeblock
{
	width: 150px;
	height: 175px;
	float: left;
}

#content .homeblock p, #content .homeblock img
{
	margin: 0;
	padding:0; 
}

#content .homeblock img
{
	border: 1px solid #D9CEE1;
}

#content .homeblock p
{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

/**********************/
/* Prod detail  */
/********************* */

#content #proddetail_left
{
	width: 350px;
	float: left;
}

#content #proddetail_right
{
	width: 245px;
	float: left;
}

/**********************/
/* FOOTER  */
/********************* */

#footer
{
	border-top: 1px solid #865BA4;
	margin-bottom: 10px;
}
