/**************************************************************************************/
/*
/*	  Designed by 'AS Designing'
/*	  http://www.asdesigning.com
/*
/**************************************************************************************/

/**************************************************************************************/
/**************************************************************************************/
/*   Elements
/**************************************************************************************/
/**************************************************************************************/

* {padding:0; margin:0; border: 0px;}

html 
{
	height: 100%;
}

body
{
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Geneva, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3F3C38;
	text-align: left;
	vertical-align: top;
}

table
{
	width: 100%;
}

img
{
    border: 0;
    vertical-align: top;     
}

p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;	
}

a
{
	text-decoration: none;
	color: #6D636B;
	outline-style: none;
}

a:hover
{
	color: #B33A0D;
	border-bottom: 1px;
	border-style: dotted;
}

ul
{
	list-style: none
}

li
{
	list-style: inside disc;
}

form
{
	padding: 0px 0px 0px 0px;
}

fieldset 
{
	margin: 5px 0px 5px 0px;
	padding: 2px 0px 2px 0px;
}

input
{
	width: 235px;
	margin: 0px 5px 0px 0px;
	padding: 3px 3px 3px 3px;
	font-size: 11px;
	color: #666666;
	border: 1px;
	border-color: #DEDEDE;
	border-style: solid;
	vertical-align: bottom;
	background-color: #F6F6F6;
}

textarea
{
	width: 450px;
	margin: 2px 2px 10px 0px;
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	border: 1px;
	border-color: #DEDEDE;
	border-style: solid;
	color: #666666;
	vertical-align: bottom;	
}

caption
{
}

label
{
	line-height: 18px;
    font-weight: normal;
}

/**************************************************************************************/
/**************************************************************************************/
/*   General Element IDs
/**************************************************************************************/
/**************************************************************************************/


#general
{
}

#companyname
{
	float: left;
	width: 280px;
	height: 100px;
	margin: 60px 0px 0px 0px;
}

#companyname a
{
    font-size: 15px;
    font-style: italic;
    font-weight: bolder;
    
}

#companyname a:hover
{
    color: #B33A0D;
	border: none;
}

#slogan
{

}

#adsense
{
}

/**************************************************************************************/
/*   Main Menu
/**************************************************************************************/

#mainmenu
{
	float: left;
	width: 990px;
	height: 40px;
	margin: 18px 0px 0px 0px;
	text-align: left;
	text-transform: uppercase;
}

#mainmenu ul
{
	list-style: none;
}

#mainmenu li
{
	display: inline;
}

#mainmenu a
{
	display: block;
	float: left;
	padding: 0px 30px 0px 30px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	background-image: url(../images/sep_mainmenu.png);
	background-position: left;
	background-repeat: no-repeat;
}

#mainmenu a:hover
{
	color: #B33A0D;
	border-style: none;
}

#submenu
{
	float: right;
	width: 90px;
	height: 19px;
	margin: 12px 0px 0px 0px;
}

#submenu #home a
{
	float: left;
	width: 29px;
	height: 19px;
	background: url('../images/btnof_home.png');
	background-repeat: no-repeat;
}

#submenu #home a:hover
{
	float: left;	
	width: 29px;
	height: 18px;
	background: url('../images/btnon_home.png');
	border-style: none;	
	background-repeat: no-repeat;		
}

#submenu #contact a
{
	float: left;
	width: 29px;
	height: 19px;
	margin: 0px 1px 0px 1px;
	background: url('../images/btnof_contact.png');
	background-repeat: no-repeat;				
}

#submenu #contact a:hover
{
	float: left;
	width: 29px;
	height: 18px;
	margin: 0px 1px 0px 1px;
	background: url('../images/btnon_contact.png');	
	background-repeat: no-repeat;	
	border-style: none;		
}

#submenu #sitemap a
{
	float: left;
	width: 29px;
	height: 19px;
	background: url('../images/btnof_map.png');			
	background-repeat: no-repeat;	
}

#submenu #sitemap a:hover
{
	float: left;
	width: 29px;
	height: 18px;
	background: url('../images/btnon_map.png');	
	background-repeat: no-repeat;	
	border-style: none;		
}

/**************************************************************************************/
/*   Header
/**************************************************************************************/
/**************************************************************************************/

#header
{
	background-image: url(../images/headerbg.png);
	background-repeat: repeat-x;
}

#headercontent
{
	width: 990px;
	margin: 0px auto 0px auto;
}

/**************************************************************************************/
/*   Content
/**************************************************************************************/
/**************************************************************************************/

#content
{
	width: 990px;
	margin: 0px auto 0px auto;
}

/**************************************************************************************/
/*   Column Left
/**************************************************************************************/


/**************************************************************************************/
/*   Column Main 
/**************************************************************************************/
#colmain
{
	float:left;
	width: 680px;
	margin: 10px 0px 0px 0px;
	padding: 20px;
	text-align: justify;
	background-color: #F6F6F6;
	border: 1px;
	border-style: solid;
	border-color: #DEDEDE;
}

#colmain h1, 
#colmain h2, 
#colmain h3
{
	min-width: 50px;
	color: #3F3C38;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 15px;	
	font-weight: bold;
    margin: 20px 0px 20px 0px;
    padding: 5px 0px 5px 35px;
	background-image: url(../images/headlinemain_bg.png);
	background-repeat: no-repeat;
	background-position: left;
}

#colmain p
{
	color: #3F3C38;
	font-weight: normal;
	text-align: justify;
	padding: 0px 50px 25px 0px;
}

#colmain ul
{
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
}

#colmain li 
{
	padding: 3px;
}

#colmain input
{
	float: left;
	width: 200px;
	background-color: #FFFFFF;
}

#colmain input[type="checkbox"],
#colmain input[type="radio"]
{
	float: left;
	width: 16px;
	height: 16px;
	border: none;
	background-color: #F6F6F6;
}

#colmain label
{
	float: left;
	width: 150px;
}

#colmain .txtblock
{
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

#colmain #article img
{
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;	
}

#colmain .textblock
{
    margin: 20px 10px 0px 20px;
    padding: 0px 0px 0px 0px;
}

#colmain .writenby
{
	float: left;
	margin: 0px 30px 10px 0px;	
}

#colmain .readmore
{
	margin: 0px 0px 10px 0px;
}


#colmain button, 
#colmain .button
{
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    width: 200px;
    height: 25px;
    font-weight: bold;
	text-align: center;
	background-image: url(../images/btnof.png);
	background-repeat: repeat-x;
	border: 1px;
	border-color: #5A5A5A;
	border-style: solid;	
}

#colmain button:hover, 
#colmain .button:hover
{
	cursor: pointer;
	background-image: url(../images/btnon.png);
	background-repeat: repeat-x;
	border: 1px;
	border-color: #131313;
	border-style: solid;	
}

/**************************************************************************************/
/*   Column Right 
/**************************************************************************************/

#colright
{
	float: right;
	width: 245px;
	padding: 0px 0px 0px 20px;
}

#colright h1, 
#colright h2, 
#colright h3
{
	width: 235px;
	height: 30px;
	margin: 10px 0px 10px 0px;
	padding: 6px 0px 0px 10px;
	color: #F6F6F6;
	font-weight: bold;
	font-size: 13px;
	background-image: url(../images/headlineright_bg.png);
	background-repeat: repeat-x;
}

#colright h4,
#colright .bannerheader
{
	width: 225px;
	height: 25px;
	margin: 10px 0px 10px 0px;
	color: #3F3C38;
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
}

#colright p 
{
	padding: 5px 0px 0px 0px;
}


#colright ul 
{
	padding: 0px 0px 0px 20px;
}

#colright li  
{
	padding: 3px 0px 3px 0px;
	list-style: inside;
	list-style-image: url(../images/mark.png);
}

#colright a
{
	text-decoration: none;
	color: #6D636B;
    font-weight: normal;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-color: #6D636B;
}

#colright a:hover
{
	color: #B33A0D;
	border: none;
    cursor: pointer;
	text-outline: none;		
}

#colright input[type="checkbox"],
#colright input[type="radio"]
{
	float: left;
	width: 15px;
	height: 15px;
	margin: 0px 5px 0px 0px;	
	border: none;
	background-color: #FFF;
}

#colright .textblock
{
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#colright button, 
#colright .button
{
	float: right;
    width: 120px;
    height: 25px;
	margin: 10px 0px 0px 20px;
	background-image: url(../images/btnof.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	border: 1px;
	border-color: #922E0A;
	border-style: solid;
}

#colright button:hover, 
#colright .button:hover
{
	cursor: pointer;
	background-image: url(../images/btnon.png);
	background-repeat: repeat-x;
	background-color: #FFF;	
	border: 1px;
	border-color: #6D636B;
	border-style: solid;	
}


/**************************************************************************************/
/**************************************************************************************/
/*   Footer
/**************************************************************************************/
/**************************************************************************************/

#footer
{
	height: 100px;
	background-image: url(../images/footerbg.png);
	background-repeat: repeat-x;
}

#footercontent
{
	width: 990px;
	margin: 0px auto 0px auto;	
}

#footermenu
{
	float: left;
	width: 600px;
	height: 25px;
	padding-top: 15px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}

#footermenu a
{
	text-decoration: none;
	color: #6D636B;
	outline-style: none;
}

#footermenu a:hover
{
	color: #B33A0D;
	text-decoration: none;	
	border: none;
}

#footermenu ul 
{
	list-style: none;
	text-align: left;
}

#footermenu li
{
	display: inline;
    padding-right: 12px;  
}


#footermenu li a
{
	text-decoration: none;
	color: #FFF;
	outline-style: none;
}

#footermenu li a:hover
{
	color: #B33A0D;
}


#footertrademark
{
	float: right;
	width: 360px;
	height: 25px;
	padding: 15px 0px 15px 0px;
	text-align: right;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}

#footertrademark #trade
{
	margin: 5px 0px 0px 0px;
}

#footertrademark a
{
	color: #FFF;
	text-decoration: none;
}

#footertrademark a:hover
{
	border: none;
}

/**************************************************************************************/
/*   General Classes
/**************************************************************************************/
/**************************************************************************************/

.alignleft
{
	text-align: left;
}

.alignright
{
	text-align: right;
}

.center
{
    padding: 10px;
    text-align: center;    
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.spacer
{
	width: 1px;
	height: 40px;
}

.separator
{
	width: 1px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}


.separator_10
{
	width: 1px;
	height: 1px;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;	
}

.separator_15
{
	width: 1px;
	height: 1px;
	margin: 15px 15px 15px 15px;
	padding: 0px 0px 0px 0px;	
}

.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;
}

.border 
{
}

.button, 
button
{
	padding: 0px 20px 0px 20px;
	margin: 10px 0px 0px 10px;
	height: 25px;
    width: 90px;
	font-size: 11px;
	font-weight: bold;
	color: #F6F6F6;
	outline-style: none;
}

.button:hover, 
button:hover
{
    color: #F6F6F6;
    cursor: pointer;
}

.label
{
    font-weight: bold;
}

.asterisk
{
	float: left;
	width: 10px;
	padding: 0px 0px 0px 3px;
	color: #B33A0D;	
}
