@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#f5f5f5;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}

#container{
	width:900px;
	height:auto;
	margin: 0 auto;
}

#headerGrey{
	width:900px;
	height:285px;
}

#mainLeft{
	line-height:22px;
	margin-top: 2px;
	padding: 40px;
	width: 364px;
	height: auto;
	float: left;
}


#mainRight{
	line-height:22px;
	margin-top: 2px;
	background:url(images/bg_right.png) no-repeat top left;
	padding: 40px;
	width: 364px;
	height:auto;
	float: right;
	font-size: 12px;
}

#ul{
		list-style-image: url(images/Blue_tick1.png);
 
}

#mainRight a{
	text-decoration: underline;
	color: #269cc2;
	font-weight: bold;
}

#mainRight a:hover{
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

#nav{
	width: 100%;
	height: 30px;
	color: #E5E5E5;
    font-weight: bold;
	font-size:13px;
	text-align: center;
}


#nav a{
	text-decoration:none;
	color: #FFF;
}

#nav a:hover{
	text-decoration: none;
	color: #5fd1f6;
}


.navSeperator{
	margin-left:10px;
	margin-right:10px;
}

.navBuyNow{
	margin-right: 5px;
	margin-left: 190px;
}


.arrowlistmenu{
width: 300; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
/* text-transform: uppercase; */
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #269cc2;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #269cc2;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #269cc2;
background-color: #F3F3F3;
}

#footer{
	margin-left: -10px;
	margin-right: -10px;
	float: left;
	width: 110%;
	background-color: #000;
	height: auto;
}

#fcenter{
	margin: 0 auto;
	width: 990px;
	color: #7F7F7F;
}

#footerInside{
	background:url(images/footerbg.jpg);
	width: 933px;
	height: 150px;
	margin-left: -57px;
}

#wholeContent{
	width: 810px;
	height: auto;
	margin-top:2px;
	padding: 40px;
	line-height:22px;
	font-size: 
	12px;
}

#footerLeft{
	line-height:22px;
	margin-top: 2px;
	margin-left:20px;
	padding: 15px;
	width: 364px;
	height: 100px;
	float: left;
	color:#FFF;
	font-size:10px;
}

#footerRight{
	line-height:24px;
	margin-top: 2px;
	padding: 15px;
	width: 364px;
	height:auto;
	float: right;
	font-size: 12px;
	color: #FFF;
}

#footerRight a{
	text-decoration:none;
	color: #5fd1f6;
}

#footerRight a:hover{
	text-decoration: none;
	color: #FFF;
}

#footerLeft a{
	text-decoration:none;
	color: #5fd1f6;
}

#footerLeft a:hover{
	text-decoration: none;
	color: #FFF;
}

#logo{
	width: 100%;
	height: 125px;
	text-align: center;
    font-size: 12px;
    color: #FFF;
    line-height:24px;
}
