/*
*****************************************************************
** File: style.css                     						*****
** Desc: Overall style of the website						*****
*****************************************************************
*/

html,body{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/bg.gif);
	background-repeat: repeat;
}

a{
	color: #f18124;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
	}

a:visited {
	color: #CCCCCC;
}

img{
	border:none;
	}

/** Start of website layout ----- CHANGE TO WHATEVER LAYOUT YOU ARE USING, 2 COLUMN 3 COLUMN etc.**/
#container{
	width:950px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #999999;
	}

#header{
	background-color:#e6e6e6;
	font-size:24px;
	color:#FFFFFF;
	height: 90px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	}
#searchbox {
	float: right;
	height: 90px;
	width: 240px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-size: 12px;
	color: #666666;
}
#searchinside {
	padding-top: 35px;
	padding-left: 10px;
}

#content-area{
	color:#333333;
	background-color:#666666;
	}
#editorarea {
	width: 510px;
	float: left;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

#col-left{
	float:left;
	width:200px;
	background:none;
	color: #CCCCCC;
	}
#col-left a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#col-left a:hover{
	text-decoration: underline;
}

#col-right{
	float:right;
	width:240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 15px;
	}
#col-right a:link {
	color: #F18124;
	text-decoration: none;
}
#col-right a:hover{
	text-decoration: underline;
}

#footer{
	background-color:#E0E0E0;
	clear: both;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
	background-image: url(../images/footer_bg.gif);
	color: #333333;
	font-size: 9px;
	}
	
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}


.box-inner-10{
	padding:10px;
	}

#myaccount {
	
}

.spacer{
	clear:both;
	width:100%;
	font-size:2px;
}

.inner-box-10{
	padding:10px 10px 10px;
	}
#feature1 {
}

.dotline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	}

form{
	margin:0;
	padding:0;
	}

/** End of website layout **/

/** Start of Main menu style ------- DO NOT DELTETE THIS SECTION, YOU CAN MAKE CHANGE TO THE PROPERTIES THOUGHT **/	

/** Main menu using sucker fish style list menu **/
#mainMenu{
	font-size:11px;
	margin-top: 0px;
	position:relative;
	z-index:1000;
}

#mainMenu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#mainMenu li{
	width:150px;
	position:relative;
	color: #a8a8a8;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	}
#navpad {
	padding-left: 25px;
}

#mainMenu li ul{
	display:none;
	position:absolute;
	top:0px;
	left:150px;
	background-color: #666666;
	border: 1px solid #CCCCCC;
	margin: -1px;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	color: #CCCCCC;
	}
	

	

#mainMenu li:hover ul, #mainMenu li.over ul {
	display:block;
}

	  
#mainMenu li:hover, #mainMenu li.over {
	color: #FFFFFF;
	background-color:#666666;
}


#mainMenu a{
	padding-left:30px;
	line-height:30px;
	text-decoration:none;
	display:block;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}

#mainMenu a:hover{
	color:#ffffff;
}

#mainMenu a:visited{
	color:#ffffff;
}

#mainMenu li.activeMenu a{
	color: #FFFFFF;
	background-image: url(../images/menu_arrow.gif);
	background-repeat: no-repeat;
}

#mainMenu ul li:hover ul li a.hide {}

#mainMenu ul li ul {display: none;}

#mainMenu ul li:hover ul li:hover a.hide {}
#mainMenu ul li:hover ul li ul {display: none;}
/*#mainMenu ul li:hover ul li a {display:block; background:#b3ab79; color:#000; width:150px;}
#mainMenu ul li:hover ul li a:hover {background:#dfc184; color:#000;}*/
#mainMenu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#ffffff;}
#mainMenu ul li:hover ul li:hover ul li a {display:block; color:#ffffff;}
#mainMenu ul li:hover ul li:hover ul li a:hover {color:#fff;}

/*
#mainMenu{
	width:100%;
	font-size:11px;
	margin-top: 0px;
	font-weight: bold;
	background-color:#003366;
	line-height:33px;
	height:33px;
}

#mainMenu a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:0px 20px;
}

#mainMenu a:hover{
	color:#000000;
}


#mainMenu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#mainMenu li {
	float:left;
	position:relative;
	margin:0;
	display: block;
	color: #036C90;
	border-right: 1px solid #CCCCCC;
	white-space:nowrap;
	background-color:#003366;
    }

#mainMenu li ul{
	display:none;
	position:absolute;
	top:33px;
	left:0;
	z-index:1000;
	}

#mainMenu li ul li{
	width:160px;
	float:left;
	clear:both;
}

#mainMenu li:hover ul, #mainMenu li.over ul { display: block; }

	  
#mainMenu li:hover, #mainMenu li.over {
	background-color:#FFCC00;
}

#mainMenu li.lastMenu{
	border-right:none;
	}

#mainMenu li.activeMenu a{
	color: #333333;
	background-color:#FFCC00;
}

#mainMenu li ul li{
	border-right:none;
	}
	
	*/
/** End of Main menu **/


/** Site wide alert message style ----- DO NOT REMOVE THIS STYLE, YOU CAN CHANGE THE PROPERTIES THOUGH **/
.alert{
	padding:10px 0px;
	color:#CC0000;
	font-size:14px;
	}

/** Content styling  -------- CHANGE TO WHATEVER STYLE YOU NEED TO ***/
p{
	font-size: 12px;
	line-height: 18px;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #F18124;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F18124;
	font-weight: normal;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F18124;
	font-weight: normal;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.textsml {
	font-size: 11px;
	line-height: 14px;
}#feature2 {
}
#col-right a:visited {
	color: #F18124;
	text-decoration: none;
}
.textsmlpad {
	font-size: 11px;
	padding-left: 10px;
}

.button{
	padding:10px 0px;
	}

