
body
{
	background-color: #FFFFFF;
	font-family: 'Myriad Pro', Geneva, Verdana, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
	vertical-align: top;
}


img
{
    border: 0;
    vertical-align: top;     
}

a
{
	text-decoration: none;
	outline-style: none;
	color: #333333;
}

a:hover
{
	color: #A18249;
    cursor: pointer;
}

input
{
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #666666;
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}

.button , button
{
    padding: 0px 20px 0px 20px;
    margin: 10px 0px 0px 0px;
    height: 23px;
    background-color: #161616;
    font-size: 11px;
    font-weight: bold;
    color: #EFEFEF;
    border: 1px;
    border-color: #FFFFFF;
    border-style: solid;
}


.button:hover , button:hover
{
    cursor: pointer;   
}
/***********************************************************************/
/*   General Element IDs
/*********************************************************************************/

#general
{
	width: 945px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;	
}

#mainlogo
{
	float: left;
	width: 700px;
	height: 105px;
	margin: 5px 0px 0px 0px;
}

#mainbanner
{
	float: right;
	width: 745px;
}

#adsense
{
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	border: none;
}

/**************************************************************************************/
/*   Navigation
/**************************************************************************************/

#topmenu
{
	float: right;
	width: 175px;
	margin: 15px 25px 0px 0px;
	text-align: right;
}

#topmenu ul
{
	float: right;	
	list-style: none;
}

#topmenu li
{
}

#topmenu li a
{
	float: right;
	width: 175px;
	height: 20px;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #49405F;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-color: #A18249;	
}

#topmenu li a:hover
{
	color: #A18249;
	border-style: none;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-color: #A18249;	
}

/**************************************************************************************/
/*   Header
/***********************************************/

#header
{
	width: 945px;
	/*height: 455px;*/
	margin-left: auto;
	margin-right: auto;	
}

#headertop
{
	width: 100%;
	/* height: 110px; */
	margin: 0px 0px 0px 0px;
}

#headerbottom
{
	width: 100%;
	/*height: 355px;*/
	margin: 0px 0px 0px 0px;
}

.headercolleft
{
	float: left;
	width: 200px;
}

.headercolright
{
	float: right;
	width: 745px;
}

#headercolright_bgleft
{
	float: left;
	width: 20px;
	height: 110px;
	background: url(../images/shadow_topleft.jpg) no-repeat left bottom;
}

#headercolright_bgright
{
	float: right;
	width: 20px;
	height: 110px;
	background: url(../images/shadow_topright.jpg) no-repeat left bottom;
}


/**************************************************************************************/
/*   Content
/****************************/

#content
{
	width: 945px;
	margin-left: auto;
	margin-right: auto;		
}

/**************************************************************************************/
/*   Column Left 
/**************************************************************************************/

#colleft
{
	float: left;
	width: 200px;
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#colleft h1, #colleft h2, #colleft h3
{
	color: #333333;
	font-size: 15px;	
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 5px 0px;
}

#colleft ul 
{
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}

#colleft li  
{
    margin: 5px 0px 0px 25px;
    text-align: justify;
    list-style: outside;
}

#colleft p,
#colleft .txtblock
{
}


/**************************************************************************************/
/*   Column Main 
/**************************************************************************************/

#colmain
{
	float: right;
	width: 685px;
	margin: 0px 0px 0px 0px;		
	padding: 10px 30px 0px 30px;
	text-align: left;
	background-image: url(../images/colmain_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;			
}

#colmain h1, 
#colmain h2, 
#colmain h3
{
	color: #333333;
	font-size: 15px;	
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#colmain p
{
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	text-align: justify;
}

#colmain img
{
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 0px;
}

#colmain ul 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#colmain li  
{
	margin: 5px 0px 2px 15px;
	list-style: outside;
}

#colmain .txtblock
{
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

#colmainbottom_bg
{
	float: right;
	width: 745px;
	height: 50px;
}

#colmainbottom_bgleft
{
	float: left;
	width: 20px;
	height: 50px;
	background-image: url(../images/shadow_bottomleft.jpg);
	background-repeat: no-repeat;
	background-position: left;		
}

#colmainbottom_bgright
{
	float: right;
	width: 20px;
	height: 50px;
	background-image: url(../images/shadow_bottomright.jpg);
	background-repeat: no-repeat;
	background-position: right;		
}


/**************************************************************************************/
/*   Column Right 
/**************************************************************************************/

#colright{}

/**************************************************************************************/
/*   Footer
/**************************************************************************/

#footer
{	
	width: 945px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;	
	border-top: 1px solid #49405F;
	font-size:11px;
}

#footer .moduletable { padding-top:5px;}

#footer a { font-size:11px;}

#footermenu
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 30px 0px;
	color: #49405F;
	font-size: 11px;
	font-weight: bold;
}

#footermenu ul 
{
	list-style: none;
}

#footermenu li  
{
	display: inline;
}

#footertrademark
{
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 30px 0px;	
	color: #49405F;
	font-size: 11px;
	font-weight: bold;
}

#footertrademark a, #footermenu a
{
	color: #49405F;
	border-bottom: 1px;
	border-style: dotted;
}

#footertrademark a:hover, #footermenu a:hover
{
	color: #49405F;
	border-style: none;	
}


/**************************************************************************************/
/*   General Classes
/********************************/

.clear
{
	clear: both;
}

.alignleft
{
	text-align: left;
}

.alignright
{
	text-align: right;
}

.fontweightbold
{
	font-weight: bold;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.separator
{
	margin: 0px 0px 0px 0px;
	height: 20px;
}

.separatordotted_hor
{
	margin: 0px 0px 0px 0px;
	height: 1px;
	background-image: url(../images/sep_hor.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.separatordotted_ver
{
	margin: 0px 0px 0px 0px;
	width: 1px;
	background-image: url(../images/sep_ver.png);
	background-repeat: repeat-y;
	background-position: bottom;
}

.center
{
    padding: 0px;
    text-align: center;    
}