/*
CSS Credit: http://www.templatemo.com
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: verdana,arial,tahoma;
	font-size: 14px;
	color:#ffffb0;
	background: #FFFBD6;
}
h3 { color:#ffffff; } 
a:link, a:visited { color: #5b93ef; text-decoration: underline; font-weight: normal; } 
a:active, a:hover { color: #5b93ef; text-decoration: none; }

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border:0px;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_40 { margin-right: 40px; }
.margin_right_70 { margin-right: 70px; }

.fl { float: left; }
.fr { float: right }

.em_text {
	color: #ffffff;
}

.button_01 a {
	display: block;
	width: 95px;
	height: 21px;
	padding: 5px 25px 0 0;
	background: url(images/templatemo_button_01.jpg) no-repeat;
	
	
	color: #dcdada;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.header_01 {
      font-family:arial;
	clear: both;
	height: 36px;
	padding: 0px 0 0 10px;
	margin-bottom: 20px;
	background:#57532d  url(images/templatemo_header_icon.jpg) center right no-repeat;	
	font-size: 18px;
	color: #ffffb0; 
      line-height:36px;
      font-weight:bold; 
      font-style:italic;
      text-transform:capitalize;
}

.header_02 {
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 22px;
	color: #ffffff;
}

#templateo_container {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}

/* top panel */

#templatemo_top_panel {
	clear: both;
	width: 960px;
	height: 110px;
	padding: 10px 0;
}

#site_logo {
	float: left;
	width: 450px;
	height: 110px;
}

#site_logo a {
	outline: none;
}

#site_title {
	float: left;
	width: 450px;
	margin-top: 30px;
	font-size: 40px;
	padding: 10px 0;
	color: #e8e8e8;
}

#site_title a {
	color: #e8e8e8;
	text-decoration: none;
}

#site_title span {
	display: block;
	margin-left: 70px;
	margin-top: 20px;
	font-size: 16px;
	color: #767676;
}

#header_menu_section {
	float: right;
	width: 210px;
}

.header_menu a {
	float: left;
	display: block;
	width: 90px;
	height: 110px;
	outline: none;
}

.home_menu a { background: url(images/home_icon.jpg) no-repeat; margin-right: 30px; }
.home_menu a:hover { background: url(images/home_icon_hover.jpg) no-repeat; }

.contact_menu a { background: url(images/contact_icon.jpg) no-repeat; }
.contact_menu a:hover { background: url(images/contact_icon_hover.jpg) no-repeat; }

/* end of top panel */

/* menu & banner panel */

#templatemo_menu_banner_panel {
	clear: both;
	height: 280px;
	padding: 10px;
	background: #C2BB80;
	overflow: hidden;
}

/* menu */

#templatemo_menu_wrapper {
	float: left;
	width: 278px;
	height: 278px;
	background: #ffffff;
	padding: 0px;
	overflow: hidden;
      border:0px solid green;
}

#templatemo_menu {
      width: 220px;
	height: 274px;
	padding: 1px 28px;
	border: 0px solid #8C8650;
	background: #9A924C;
	overflow: hidden;
      border:1px solid #57532D;	
}

#templatemo_menu ul {
	margin: 75px 0px 0px 0px;
	padding: 0;
	list-style: none;
      border:0px solid red;
}

#templatemo_menu ul li {
	width: 200px;
	height: 38px;
	padding: 0 0 0 20px;
	margin: 0px;	
	background: #57532D;	
	margin-bottom: 4px;
     border:0px solid red;
}

#templatemo_menu ul li:hover {
	background: #57532D;
}

#templatemo_menu ul li a {
border:0px solid red;
	display: block;
	width: 170px;
	height: 34px;
      line-height:34px;
      vertical-align:middle;
	padding: 0px 0 0 30px;
	color:#ffffae;
	font-size: 16px;
      font-family:verdana;
	text-decoration: none;
	font-weight:bold;
      font-style:italic;
	background: url(images/templatemo_menu_list_icon.jpg) left center no-repeat;
	outline: none;
}

#templatemo_menu li .current {color: #ffffff; }
#templatemo_menu li a:hover {
	color: white;
	
}

#templatemo_menu .last {
	margin-bottom: 0px;
}

/* end of menu*/

#templatemo_banner {
	float:left;
	width: 650px;
	height: 280px;
	padding: 0px;
	overflow: hidden;
	background: url(images/templatemo_banner_bg1.jpg) no-repeat;
}

#templatemo_banner p {
	font-size: 14px;
	color: #ffffff;
}

#templatemo_banner a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* end of menu & banner panel */

#templatemo_content_wrapper {
	clear: both;
	width: 940px;
	background: #C2BB80;
	padding: 10px;
	margin-top: 10px;	
}

#templatemo_content {
	padding: 30px;
	background: #9A924C;
}

#templatemo_side_column {
	float: right;
	width: 220px;
      margin:40px 0px 0px 0px;
 /*     height:450px;*/
      background:##9a914c;
 
      border:0px solid red;
}

.side_column_content {
      margin:20px 0px 0px 0px;
      width: 220px;
      height:350px;
	border:0px solid green;
      background: url(images/side.jpg) no-repeat;
         
}

.news_section {
	clear: both;
	margin-bottom: 20px;
}

.news_date {
	color: #ffffff;
	font-weight: bold;
}

.news_title {
	font-size: 12px;
	color: #5b93ef;
	font-weight: bold;
}

#templatemo_main_content_column {
	float: left;
	width: 600px;
}

#templatemo_main_content_column_center {
		width: 740px;
            margin:auto;
            border:0px solid red;
}

.section_w600 {
	padding: 0 10px;
}

#templatemo_main_content_column p {
	margin-bottom: 15px;
}



.fl_image {
	float: left;
	margin: 3px 15px 5px 0;
}

.section_w280 {
	width: 280px;
}

.section_w280_content {
	padding: 0 10px;
}

.content_list_01 {
	margin: 0 0 0 40px;
	padding: 0px;
}

.content_list_01 li {
	margin: 0px;
	padding: 0 0 5px 0;
	list-style: decimal-leading-zero;
}

/* end of content */

/* footer */
#templatemo_footer {
	color: #444444;
      font-weight:bold;
      font-size:13px;
      font-style:italic;
	clear: both;
	width: 940px;
	padding: 20px 10px;
	text-align: center;
}

#templatemo_footer a {
	color: #000000;
	text-decoration: none;
}
/* end of footer */


/* ++++++++  Form +++++++++++ */
#form
{
 width:400px;
 margin:auto;
 height:auto;
 background: ;
 border:1px solid #aca899;
} 
#form  #title
{
 width:200px;
 text-align:left;
 padding-left:5px;
 font-weight:lighter;
 border:1px solid #aca899;
}
#form #divider
{
 width:2px;
 text-align:center;
 border:1px solid #aca899;
}
#form #content
{
 width:198px;
 text-align:left;
 padding-left:5px;
 border:1px solid #aca899;
 position:relative;
}
#form #button
{
 width:170px;
 height:20px;
}
#form #button_1
{
 width:170px;
 height:40px;
}
#submit,#reset
{
 margin-top:30px;
 color:#ffffff;
 width:80px;
 background:#9a924c;
}
#routemap
{
 font-family:arial,tahoma;
 color:yellow;
 width:320px;
 border:0px;
 float:left;
 cursor:hand;
 padding-left:80px;
 font-size:18px;
 background:transparent;
 font-weight:bold;
 text-decoration:underline;
}
#form .highlight
{
 text-decoration:none;
 font-family:verdana;
 color:yellow;
 font-size:10px;
 font-weight:bold;
 float:right;
 margin:0px;
 padding:0px 8px 0px 0px;
}

p.address
{
 color:#fff;
 text-align:center;
 font-size:12px;
 font-style:address;
}
p.notes
{
 color:#fff;
 text-align:center;
 font-size:11px;
 font-style:address;
 text-align:center;
}
p.address a,p.address .highlight
{
 text-decoration:none;
 font-family:verdana;
 color:yellow;
 text-align:center;
 font-size:11px;
 font-style:address;
 font-weight:bold;
}
p.address a:hover
{
color:#000;
}

#product
  {
   width:670;
   margin:auto;
   text-align:center;
   font-size:15px;
    
  }
#productitle {
   font-family:verdana;
   text-align:center;
   font-weight:bold;
   font-size:12px;
   color:yellow;
  }
#productcolspan {
   text-align:left;
   font-weight:bold;
   font-family:verdana;
   font-size:12px;
   font-style:italic;
   color:#fff;
   padding:20px 0px 20px 30px;
   width:670px;
   border:1px solid #9a924c;;
  }


#product #left {
   width:5px;
   padding:00px 0px 0px 0px;
   border:1px solid #9a924c;
  }
#product #right {
   width:665px;
   text-transform:uppercase;
   text-align:left;
   font-size:12px;
   font-family:verdana;
   text-transform:capitalize;
   padding:0px 0px 0px 15px; 
   border:1px solid #9a924c;
  }

 #foot  {
  width:100%;
  font-size:11px;
  text-align:center;
  text-transform:capitialize;
  color:yellow;
  }

#templatemo_main_content_column .section_w600  p.title
{
 list-style-type:none;
 padding-left:0px;
 font-weight:bold;
 font-size:14px;
 color:#fff;
}

#templatemo_main_content_column .section_w600  li
{
 list-style-type:oval;
 padding-left:0px;
 font-size:13px;
}

marquee
{
 font-size:12px;
 color:red;
 font-family:tahoma;
 font-weight:bold;
}
.content_footer
{
   padding:0px;margin:0px;height:169px;border:0px solid red;background:#9a924c url(images/footer.png) no-repeat -20px top
}