@charset "UTF-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

* {
	margin:auto; 
	padding:0;
  margin:0;
}
/* ------------------------ TYPE SELECTORS ------------------------ */
h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#e07140; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#fc8d5c; text-decoration:underline; outline:none; }

/* ------------------------------- CONTENT AREA ------------------------------- */

body { 
	background:#ffffff;
	text-align:center; 
	font:12px/16px Arial, sans-serif; 
	color:#000;
}

#container {
	width:960px;
	margin:0 auto;
	text-align:left;
	}
  
#content {
  width:960px;
}
	
#header {
	background: url("../images/logo1.png") no-repeat;
	width: 960px;
	height: 92px;
	position: relative;
	}

#header h1 a span {
	}
  

#slogan {
  position:absolute;
  top:36px;
  right:30px;
  font-size:16px;  
}


#header a {
	display: block;
	height: 92px;
	width: 400px; 
	margin-left: -15px;
	}
	
#nav {
	width:190px;
	float:right;
  padding-bottom:5px;
	}
#nav li {
	float:left;
	padding-left:10px;
}
#nav li a{
	text-decoration:none;
	color: #b1b1b1;
	font-size:13px;
  padding-bottom:2px;
}

#nav li a:hover {
	text-decoration:none;
	color: #a0a0a0;
}

#nav li a.active {
	text-decoration:none;
	color: #303030;
  font-weight:bold;
  border-bottom:4px solid #cede52;
}
	
#module_nav {


	}

#module_nav a {
	display: inline;
	}
	
#module_nav li {
	float: left;
	}

#module_nav {
	width: 960px;
	height: 162px;
	margin-bottom: 15px;
	margin-top: 20px;
	}
	
.module {
	background: url("../images/module_bg.png")no-repeat;
	width: 313px;
	height: 162px;
	float: left;
	margin-left: 7px;
	}

.module h2{
	font: 16px Arial, san-serif;
	font-weight: bold;
	padding: 5px;
	margin-left: 10px;
  margin-top:15px;
	}
	
.module img{
	height: 85px;
	width: 313px;
	}

.module p{
	margin-top: -6px;
	margin-left: 15px;
	}

#footer {
	width:960px;
	height:45px;
	text-align:right;
	font:12px Arial, sans-serif;
	margin:0 auto;
	clear:both;
	}

/* ------------------------------- CONTACT AREA ------------------------------- */
#contact {
	width: 960px;
	min-height: 230px;
	line-height: 24px;
	text-align: center;
	padding: 15px;
	}
	
#contact h2, h3, h4 {
	font-family: arial;
	color: #cc6633;
	font-size: 20px;
	}



#contact p {
	font-family: arial;
	font-size: 12px;
	color: #666666;
	}
	
	
/* ------------------------------- MENU AREA ------------------------------- */
.menu_home {
	width: 473px;
	height: 585px;
	border:1px solid #d0d0d0;
	float:left;
	}
	
#menu_categories {
	width:286px;
	float:left;
	margin-right:4px;
}

#menu_items {
	width:670px;
	float:left;
  position:relative;
}

.full_category {
	background-image:url('../images/orange_btn.png');
	width:270px;
	height:39px;
	cursor:pointer;
  
	padding-top:18px;
	padding-left:16px;
}

.full_category:hover {
  opacity:0.9;
}

.full_category a{
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
}

.full_category.active {
	background-image:url('../images/green_btn.png');
}

.category_title {
  margin-top:20px;
  margin-left:40px;
  margin-right:40px;
  font-size:25px;
  font-weight:bold;
  margin-bottom:30px;
  border-bottom:1px solid #cfdd2e;
  padding-bottom:10px;
  color: #759c61;
}

.category_subtitle {
  margin-top:20px;
  margin-left:40px;
  margin-right:40px;
  font-size:16px;
  font-weight:bold;
  margin-bottom:20px;
  color: #606060;
}

.full_item {
  margin-left:40px;
  margin-right:40px;
	margin-top:10px;
	margin-bottom:30px;
	font-size:15px;
	font-weight:bold;
}

.full_item p {
	font-size:12px;
  color:#626262;
	font-weight:normal;
}

#menu_options {
  position:absolute;
  top:0px;
  right:0px;
  padding:6px;
  background-color:#7d7d7d;
}

#menu_options a{
  text-decoration:none;
  padding-right:4px;
  padding-left:4px;
  color:#ffffff;
}

#menu_options a.active {
  color:#cede52;
}

