/**************************************************************************************/
/*
/*	  Designed by 'AS Designing'
/*	  http://www.asdesigning.com
/*
/*	  
/*	  This template/design is released under the Creative Commons Attribution 3.0 license. 
/*	  This means that it can be used for private and commercial purposes, edited freely 
/*	  or redistributed as long as you keep the link back to AS Designing. 
/*
/**************************************************************************************/

/**************************************************************************************/
/**************************************************************************************/
/*   Elements
/**************************************************************************************/
/**************************************************************************************/

* {padding:0; margin:0; border: 0px;}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #222;
	text-align: left;
	vertical-align: top;
	background-color: #FFF;
}

table
{
	width: 100%;
}

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

p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;	
}

a
{
	color: #222;	
	text-decoration: none;	
	border-bottom: 1px;
	border-bottom-style: dotted;
    outline-style: none;
}

a:hover
{
    color: #F99500;
	border: none;
}

input
{
	width: 220px;
	height: 15px;
	margin: 2px 0px 2px 0px;
	padding: 1px 2px 1px 2px;
	font-size: 11px;
	background-color: transparent;
    /*color: #FFFFFF;*/color: #000000; /*at 2011-03-10*/
	border: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	vertical-align: bottom;
}

select
{
	width: 205px;
	margin: 2px 0px 2px 0px;
	padding: 1px 2px 1px 2px;
	font-size: 11px;
    color: #999;/*#FFF;*//*AT2011-05-17*/
	border: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	vertical-align: bottom;
}

option
{
	background-color: #FFF;
}

textarea
{
	width: 450px;
	margin: 2px 2px 10px 0px;
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	border: 1px;
	border-color: #222;
	border-style: solid;
	background-color: transparent;
	color: #222;
	vertical-align: bottom;
	font-family: Arial, Verdana, Helvetica, sans-serif;		
}

/**************************************************************************************/
/**************************************************************************************/
/*   General Element IDs
/**************************************************************************************/
/**************************************************************************************/

#general
{
}


#companyname, 
#companyname a
{
	height: 35px;
	margin: 15px 0px 0px 0px;
	font-size: 27px;
	font-weight: bold;
	color: #FFA824;
	text-transform: uppercase;
	border: none;
}

#companylogo,
#companylogo a
{
	width: 172px;
	height: 120px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border: none;
}

#slogan
{
	margin: 0px 0px 25px 75px;
	font-size: 10px;
	font-weight: bold;
	color: #eeeeee;/*#FFF;*//*AT2011-05-17*/	
	text-transform: uppercase;	
}

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

/*** Main Menu ************************************************************************/

#mainmenu
{
	width: 600px;
	height: 110px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	background: url(../images/btnon_mainmenu.png) no-repeat -9999px -9999px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;		
}

#mainmenu ul
{
	float: right;
	list-style: none;
	margin: 0px 0px 0px 0px;
}

#mainmenu li
{
	display: inline;
}

#mainmenu li a
{
	width: 114px;
	height: 30px;
	margin: 0px 3px 0px 3px;
	padding:  65px 0px 0px 0px;
	display: block;
	float: left;
	color: #eeeeee;/*#FFF;*//*AT2011-05-17*/
	background-image: url(../images/btnof_mainmenu.png);
	background-position: top;
	background-repeat: no-repeat;
	border: none;	
}

#mainmenu li a:hover
{
	background-image: url(../images/btnon_mainmenu.png);
	background-position: top;
	background-repeat: no-repeat;	
}

/*** SubMenu ***************************************************************************/

#submenu
{
}


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

#header
{
	width: 100%;
	height: 217px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #1B0E0C;
}

#headercontent
{
	width: 950px;
	height: 215px;
	margin: 0px auto 0px auto;
}

#headertop
{

}

#headerbottomline
{
	width: 100%;
	height: 22px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
}

#headercolleft
{
	float: left;
	width: 350px;
}

#headercolright
{
	float: right;
	width: 600px;
}

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

#content
{
	width: 950px;
	height: 100%;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
}

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

#colleft
{
	float: left;
	width: 330px;
	height: 100%;
	margin: 25px 0px 0px 0px;
}

#colleft input
{
	width: 207px;
	border: 1px;
	border-color: #CCC;
	border-style: solid;	
}

#colleft ul 
{
    padding: 0px 0px 0px 15px;
}

#colleft li  
{
    padding: 3px 0px 0px 0px;
	list-style-image: url(../images/mark.png);
}

#colleft .article
{
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

#colleft h1, 
#colleft h2, 
#colleft h3
{
	color: #222;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 5px 30px;
	border-bottom: 2px;
	border-bottom-color: #D7D7D7;
	border-bottom-style: solid;
	background-image: url(../images/headline_left.png);
	background-position: left;
	background-repeat: no-repeat;
}


#colleft h4
{
	color: #222;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 20px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#colleft p
{
    padding: 0px 0px 5px 0px;   
}

#colleft .txtblock
{
    width: 350px;
	margin: 0px
	padding: 0px;
}

#colleft a
{
    
}

#colleft a:hover
{
	color: #F99500;   
}


#colleft button, 
#colleft .button
{
    width: 214px;
    height: 25px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-image: url(../images/btnoff.png);
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
}

#colleft button:hover, 
#colleft .button:hover
{
	cursor: pointer;
	background-image: url(../images/btnon.png);
	border: none;	
	background-repeat: no-repeat;
}

#colleft input[type="checkbox"],
#colleft input[type="radio"]
{
	float: left;
	width: 15px;
	height: 15px;
	margin: 0px 5px 0px 0px;	
	border: none;
	background-color: transparent;
}

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

#colmain
{
	float: right;
	width: 600px;
	margin: 25px 0px 0px 0px;			
}

#colmain h1, 
#colmain h2, 
#colmain h3
{
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #F99500;
	border-bottom: 2px;
	border-bottom-color: #F99500;
	border-bottom-style: solid;
}

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

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

#colmain li
{
	margin: 5px 0px 0px 25px;
	text-align: justify;
	list-style-image: url(../images/mark.png);
}

#colmain input
{
	float: left;
	width: 220px;	
	border: 1px;
	border-color: #CCC;
	border-style: solid;	
}

#colmain input[type="checkbox"],
#colmain input[type="radio"]
{
	float: left;
	width: 15px;
	border: none;
	background-color: transparent;	
}

#colmain input[type="radio"]
{
	margin-right: 10px;
}

#colmain input[type="radio"]
{
	float: left;
	width: 15px;
	border: none;
	background-color: transparent;	
}

#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: 214px;
    height: 25px;
    font-weight: bold;
	text-align: center;
	background-image: url(../images/btnoff.png);
	background-repeat: no-repeat;
	border: none;
	color: #eeeeee;/*#FFF;*//*AT2011-05-17*/	
}

#colmain button:hover, 
#colmain .button:hover
{
	cursor: pointer;
	background-image: url(../images/btnon.png);
	background-repeat: no-repeat;
	border: none;	
}


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

#colright
{
}

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


#footertop
{
	width: 100%;
	height: 40px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	background-position: top;
}

#footer
{
	width: 950px;
	min-height: 50px;
	margin: 0px auto 20px auto;
}

#footercontent
{
}

#footermenu
{
	float: left;
	width: 600px;
	height: 30px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
}

#footermenu a
{
	text-decoration: none;
}

#footermenu ul 
{
	list-style: none;
	text-align: left;
}

#footermenu li  
{
	display: inline;
    padding: 0px 10px 0px 0px;
}

#footermenu li a
{
	color: #222;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-color: #222;	
}

#footermenu li a:hover
{
	color: #F99500;
	border: none;	
}

#footertrademark
{
	float: right;
	text-align: right;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	color: #222;
	font-size: 11px;
}

#footertrademark #trade
{
	margin: 5px 0px 0px 0px;
}

#footertrademark a
{
	text-decoration: none;
	border: none;
}

#footertrademark a:hover
{
	color: #F99500;
	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: 10px 0px 10px 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: 20px 0px 20px 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;
}

.chooser
{
    width: 160px;
    color: #999999;
}

.border 
{
}

.button, 
button
{
	padding: 0px 20px 0px 20px;
	margin: 10px 0px 0px 10px;
	height: 25px;
    width: 90px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/btnbg.png);
	background-position: top;
	background-repeat: repeat-x;
	outline-style: none;
    
}

.button:hover, 
button:hover
{
	background-image: url(../images/btnbg_hover.png);
	background-position: top;
	background-repeat: repeat-x;
}

.label
{
    font-weight: bold;
}

.asterisk
{
	float: left;
	width: 10px;
	padding: 0px 0px 0px 3px;
	color: #B26338;	
}