/* CSS Master stylesheet
Author: Bhuwan Timalsina
Date: September 2009
*/

/* Color Information:
Orange: #F29400;

*/

body {
	text-align: center;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../img/bg.jpg);
	background-color: #fbf9f6;
}
	
	
#wrapper {   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 820px;
}

/* Links */
a:link{color:#F29400;text-decoration:none;}
a:visited{color:#F29400;text-decoration:none;}
a:hover{color:#000;text-decoration:underline;}
a:active{color:#000;text-decoration:none;}

#intro-text a:link{color:#fff;text-decoration:none;}
#intro-text a:visited{color:#fff;text-decoration:none;}
#intro-text a:hover{color:#000;text-decoration:underline;}
#intro-text a:active{color:#000;text-decoration:none;}

img {
border: none;
}

#header {
	width: 820px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	clear: both;
	z-index: 1;
}
#logo {
	float: left;
	height: 40px;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: right;
}

ul#menu {
	padding: 0;
	list-style: none;
	float: right;
	font-size: 10px;
	margin-left: 0px;
	}
ul#menu li{
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:80px;
}
ul#menu a, ul#menu span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	float: left;
	text-decoration: none;
	color: #ff6600;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 80px;
	line-height: 80px; /*--Vertical alignment of text--*/
	background-repeat: repeat-x;
	background-image: url(../img/menu2.jpg);
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left:0px;
}
ul#menu a{ /*--This is basically the hover state of navigation--*/
	color: #f7f5f2;
	background-position: left bottom;
}
ul#menu span{ /*--Default state of navigation--*/
	background-position: left top;
}


#imagebox {
	background-color: #fffaf8;
	float: left;
	height: 350px;
	width: 820px;
	list-style-image: none;
}
ul, li, img {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 50;
}

#slider {
	width: 820px; /* important to be same as image width */
	height: 350px; /* important */
	overflow: hidden;
}

#sliderContent {
   width: 820px; /* important to be same as image width or wider */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.clear {
   clear: both;
}

#body {
	width: 820px;
	padding-top: 50px;
	text-align: left;
	clear: both;
	float: left;
}


#body h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-align: left;
}
#body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #514e4e;
	text-align: left;
	padding: 0px;
	line-height: 20px;
	float: left;
	margin-top: 22px;

}


#bodyleft {
	float: left;
	height:230px;
	width: 273px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 40px;
}

#bodymiddle {
	float: left;
	height:230px;
	width: 225px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 40px;
	padding-left: 40px;	
}

#bodyright{
	float: left;
	width: 130px;
	padding-left: 40px;
}

ul#right {
	width: 20px;
	float: left;
	text-align: left;
	margin-top: 30px;
}
ul#right li{
	text-decoration: none;
	list-style: none;
	padding-bottom: 5px;
}



ul#follow {
	width: 100px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #514e4e;
	text-align: left;
	line-height: 20px;
	margin-top: 32px;
	margin-left: 10px;
}
ul#follow li{
	text-decoration: none;
	list-style: none;
	padding-bottom: 8px;
}


ul#follow li a {
	color: #514e4e;
}


ul#follow li a:hover {
	color: #8cc5d2;
	text-decoration: none;
}


.clearer {
	clear: both;
}

.more a {
	display: block;
	height: 21px;
	background-color: #ff6600;
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	width: 65px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.more a:hover {
	background-color: #8cc5d2;
	text-decoration: none;
}


.morea a {
	display: block;
	height: 21px;
	background-color: #ec008c;
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	width: 93px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.morea a:hover {
	background-color: #8cc5d2;
	text-decoration: none;
}

	
#footer {
	text-align: center;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../img/footer.jpg);
	margin-top: 50px;
	}	
	
	
#footer-wraper  {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 820px;
	height: 60px;
	padding-bottom: 10px;
	z-index: auto;
	text-align: center;
	padding-top: 15px;
}
		
#copyright {
	text-align: left;
	float: left;
	z-index: 15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
