/*-------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------- CSS STYLE SHEET -----------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------- LOGIN BODY --------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

body {
	/*background:url(images/bg.jpg) center top repeat fixed;*/
	background:#FFF;
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------- HEADER ---------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

#header{
	/*background:url(images/header-bg.jpg) repeat-x;*/
	background-color:#272731;
	width:auto;
	height:100px;
	margin:auto;
}

#main_page_header_heading{
	width:1000px;
	height:125px;
	margin:auto;
	padding-top:0px;	
}

#header_logo{
	width:192px;
	height:125px;
	float:left;
}

#main_page_heading{
	width:516px;
	height:125px;
	float:right;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------- MENU ---------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

#navcontainer ul
{
list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#navcontainer li {
    float: left;
}

#navcontainer li a {
    display: inline-block;
    color: #000000;
    text-align: center;
    padding: 10px 25px;
    text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	border-right:2px ridge #FFF;
}

#navcontainer li a:hover {
	text-decoration:underline;
	color:#d41d29;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------- BODY --------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

#menu-body{
	background:url(images/menu-gr.jpg) repeat-x;
	width:100%;
	height:50px;
}

#banner-body1{
	background:url(images/banner-body-bg.jpg) repeat-x;
	width:100%;
	height:320px;
	border-bottom:4px solid #FFFFFF;
}

#inner-page-body{
	background:url(images/banner-body-bg.jpg) repeat-x;
	width:100%;
	height:210px;
	border-bottom:4px solid #FFFFFF;
}

#flot-text-body{
	width:100%;
	height:45px;
	background:#febb48;
}

#lower_body1{
	width:100%;
	height:300px;
	background:url(Images/lower-body-bg.jpg) bottom repeat-x;
	margin:auto;
}

#inner-page-body1{
	width:100%;
	height:auto;
	background:url(Images/lower-body-bg.jpg) #fff5e3 bottom repeat-x;
	margin:auto;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------- FOOTER ---------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

#footer_body {
	width:100%;
	height:auto;
	border-top:1px solid #CCC;
	background:#636362;
	margin:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#footer{
	width:620px;
	height:40px;
	margin-left:190px;
	margin-top:25px;
	margin-bottom:10px;
}

#footer_text {
	width:315px;
	height:15px;
	margin:auto;
	margin-top:0px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#361515;
}


/*----------------------------------------- TEXT STYLE -------------------------------------------*/

.lower-body-header-heading{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#febb48;
}

.lower-body-header2-heading1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333;
}

.text1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	line-height:23px;
	color:#000000;
}

.text2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#333;
}

.r-more{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#F00;
}

.heading-01{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:22px;
	color:#272731;
	font-weight:normal;
	border-bottom:2px solid #272731;
	padding:17px 0px 0px 0px;
}

.text3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	line-height:18px;
	color:#333;
	padding-top:7px;
}