@charset "UTF-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
	font-family:"Lucida Sans", "Lucida Grande", "Trebuchet MS", Arial;
	font-size: 12px;
	line-height:16px;
	font-weight: normal;
	color:#333333;
	background-color:#f4f2f3;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
	background-position: top;
	}
a {
	color: #FF0000;
}

#container{
	width:980px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	height: 108px;
	width:auto;
	margin: 0px;
	padding: 0px;

	}
	
	/** Start of Main menu style ------- DO NOT DELTETE THIS SECTION, YOU CAN MAKE CHANGE TO THE PROPERTIES THOUGHT **/	
#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 15px;
}

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


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

#mainMenu li {
	float:left;
	position:relative;
	margin:0;
	display: block;
	color: #cccccc;
	/*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;
	background-color:#CC0000;
	border: 1px solid #000000;	
	}
	
#mainMenu ul ul {
position: absolute;
z-index: 500;
}

#mainMenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#mainMenu ul ul,
div#mainMenu ul li:hover ul ul,
div#mainMenu ul ul li:hover ul ul
{display: none;}

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



#mainMenu li ul li{
	width:170px;
	float:left;
	clear:both;border-bottom-color:#333333;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
}

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

	  
#mainMenu li:hover, #mainMenu li.over {
	
}

#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 **/




#nav-menu{
	width:650px;
	height:43px;
	float:left;
	text-transform:capitalize;
	padding-top: 75px;
	}

#nav-menu a{
	display:block;
	padding: 0px 15px;
	}
		
.nav{
	color:#FFFFFF;
	height:auto;
	font-size:11px;
	padding-left: 10px;
	padding-right:8px;
	text-decoration:none;
	
}

.nav-ro{
	color:#CCCCCC;
	height:auto;
	font-size:11px;
	padding-left: 10px;
	padding-right:8px;
	text-decoration:none;
	cursor:pointer;
}


.nav-sub{
	color:#FFFFFF;
	font-size:11px;
	background-color:#CC0000;
	height:30px;
	text-decoration:none;
	padding-left: 10px;
	padding-right:8px;
	border-bottom-color:#333333;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	}
	
.nav-sub-ro{
	color:#CCCCCC;
	font-size:11px;
	background-color:#CC0000;
	height:30px;
	text-decoration:none;
	padding-left: 10px;
	padding-right:8px;
	border-bottom-color:#333333;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	cursor:pointer;
	}
	
.nav-sub-lastmenu{
	color:#FFFFFF;
	font-size:11px;
	background-color:#CC0000;
	height:30px;
	text-decoration:none;
	padding-left: 10px;
	padding-right:8px;
	border-bottom-color:#CC0000;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	cursor:pointer;
	}
	
.nav-sub-ro-lastmenu{
	color:#CCCCCC;
	font-size:11px;
	background-color:#CC0000;
	height:30px;
	text-decoration:none;
	padding-left: 10px;
	padding-right:8px;
	border-bottom-color:#CC0000;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	cursor:pointer;
	}
	
	
#logo{
	width:315px;
	height:108px;
	float:right;
	background-image:url(../images/logo.gif);
	}
	
h1 {
	font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS", Arial;
	font-size: 21px;
	line-height:27px;
	color: #FF0000;
	letter-spacing: -1px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	text-transform: none;
}
p {
	font-family:"Lucida Sans", "Lucida Grande", "Trebuchet MS", Arial;
	font-size: 12px;
	line-height:normal;
	font-weight: normal;
	color:#333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
}
h2 {
	font-size: 14px;
	color: #FF0000;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin: 0px;
}	

#content-area{
	background-color:#FFFFFF;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-x;
	width:980px;
	}
	
#flash-holder {
	background-image: url(../images/flash_holder_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 179px;
	width: 802px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	margin-top: 75px;
}
	
#col-left{
	float:left;
	width:615px;
	padding-bottom: 0px;
	border: 1;
	border-left: 1px;
	padding-left: 15px;
	}
	
#inner-content-left{
	width:300px;
	float:left;
	line-height: 14px;
	margin-top: 10px;
	}
	
#inner-content-right{
	width:300px;
	float:right;
	margin-top: 10px;
	font-style: italic;
	color: #666666;
	font-size: 11px;
	}	

#col-right{
	float:right;
	width:285px;
	background-color:#FFFFFF;
	}
	
#col-right a{
	color:#FF0000;
	text-decoration:none;
	font-weight: bold;
}
#col-right a:hover{
	text-decoration:underline;
        font-weight: bold;
}
	
#register-box{
	background-color:#f9f9f9;
	border: 1px solid #999999;
	height: 190px;
	}
	
.rh-boxes{
	background-color:#FFFFFF;
	border: 1px solid #999999;
	margin-bottom:20px;
}
	
#footer-bg{
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	width:auto;
	height:140px;
	font-size: 12px;
	color: #FFFFFF;
	}
	
#footer{
	width:920px;
	height:108px;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-right:30px;
	background-position: center;
	vertical-align: middle;
	}
#footer-text {
	width:615px;
	height:50px;
	padding-top: 35px;
	font-size: 12px;
	line-height: 19px;
	color: #FFFFFF;
}
	
#footer a{
	color:#CCCCCC;
	text-decoration:none;
	}
#footer a:hover{
	text-decoration:underline;
	}

ul.list{
float:left;
}

.tickList {
	list-style-image:url(../images/tick.gif);
	list-style-position:inside;
	list-style-type:none;
	text-indent:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
}

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

#productlist li {
	float: left;
	clear: left;
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
}

#productlist .prodlogo {
	float: left;
	width: 180px;
	height:100px;
	margin-right: 5px;
	margin-bottom: 25px;
}

#productlist .proddetail {
	padding-top: 3px;
}
 
.inner-box-30{
	padding:30px;
	}
	
.inner-box-15 {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.inner-box-45 {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
wd
#container #content-area .inner-box-30 #col-left p strong {
	font-size: 18px;
}
#container #content-area .inner-box-30 #col-left strong {
	color: #F00;
	font-size: 14px;
	font-weight: normal;
}
