/*

Theme Name: Tropicala
Description: Simple, modern, lightweight
Version: 1.3
Author: LetsEat.at
Author URI: http://www.LetsEat.at
Tags: grey, orange, white, fixed width, two columns, widgets, fixed width, valid XHTML, valid CSS, two columns, right sidebar, simple

This template is being distributed via Wordpress.org under GPLv3 license. Enjoy!

To replace the banner image, just swap out masthead.png with your own image, sized 723px x 147px. 
The dropshadows are in the background CSS, not the image.

v1.1 - changed license to GPLv3
v1.2 - added comments and removed some blank elements from stylesheet
v1.3 - added license.txt (Apparently some people don't read this stylesheet), added link back to the theme's page at Wordpress.org

*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

body {
  font:62.5% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
 padding:0px; margin-top:0px;background:#6c5e54;/* Set background image here */
}

p, h2, h3, h4, h5 {
  font-size:1.2em;
}

img {
  border:0;
}

div#wrapper {
  width:950px;
 
  margin:0px auto 0;
  border:0px solid red;
 
}

div#masthead {
  width:948px;
  background:#000;
  position:relative;
  border:0px solid red;
}

/* Blog Title */
h1 {
  font:3.2em 'Trebuchet MS', Arial, Helvetica;
}

h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left:40px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color:#ff7e00;
}

/* Tagline */
#masthead p {
  position:relative;
  margin:0;
  top:62px;
  left:50px;
  color:#888;
}

/* Pages Navigation */
div#masthead ul {
  float:right;
  margin-right:22px;
  position:relative;
  z-index:2;
  bottom:-2px;
}

div#masthead ul li {
  float:left;
}

div#masthead ul li a {
  color:#686868;
  text-decoration:none;
  display:block;
  font-size:1.4em;
  padding:40px 20px 18px;
}

div#masthead ul li a:hover,
div#masthead ul li.current_page_item {
  background:url(./images/nav_bg.png) bottom repeat-x;
}

/* Banner image dropshadow */
div#masthead_image {
  background:url(./images/image_bg.png) center no-repeat;
  width:724px;
  height:148px;
  clear:both;
  padding:8px 22px;
  position:relative;
  z-index:1;
}

a {
  outline:0;
}

/* Page dropshadow */
div#content {
  width:948px;
  background:url(./images/main_bglarge.jpg) repeat-y;

  
}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

div#main {
  padding:0 20px 20px;
  width:650px;
  float:left;
  border:0px solid red;
}

/* Main header on single pages */
h2.header {
  color:#ff7e00;
  font-size:24px;
  padding:10px 0 0;
  line-height:1;
  margin:0 0 5px;
  border-bottom:1px solid #e7e7e7;
  position:relative;
}

div#main h2.header a {
  color:#ff7e00;
  text-decoration:none;
}

h2.header span {
  position:relative;
  background:#FFF;
  padding-right:10px;
  bottom:-5px;
}

/* Secondary headline above comments and comment form */
div#main h3 {
  margin:15px 0 5px;
  color:#ff7e00;
}

div#main p {
  color:#6b6b6b;
  line-height:2;
  margin:10px 0;
}

div#main a {
  color:#507FA3;
}

.article {
  margin-bottom:20px;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #B8D1E4;
  background:#F0F0F0;
}

.article ul, .article ol {
  font-size:1.2em;
  color:#6b6b6b;
  margin-left:15px;
}

.article ul li {
  margin:5px 0;
  padding-left:15px;
  background:url(./images/square.png) 0 center no-repeat;
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
  color:#999;
}

ul.article_footer {
  text-align:right;
  margin:10px 0;
  background:#F1F1F1;
  padding:5px 10px;
  border:1px solid #DADADA;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  border-left:1px solid #DADADA;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
  padding:15px 20px 20px 0;
  width:200px;
  float:right;
  border:0px solid red;
}

div#secondary ul#sidebar {
  margin:15px 0 20px;
  color:#507fa3;
  padding-bottom:10px;
  border-bottom:1px solid #e7e7e7;
  border:0px solid red;

}

div#secondary ul#sidebar li {
  margin:5px 0;
  font-size:1.2em;
  line-height:1.5em;
}

/* Sidebar headers */
div#secondary h2 {
  text-transform:uppercase;
  color:#507fa3;
  margin:20px 0 8px;
  font-size:1em;
  line-height:1;
}

div#secondary a {
  color:#666;
  text-decoration:none;
}

div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
  font-size:1em;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}

div#secondary p {
  line-height:1.5;
  margin:5px 0;
  color:#666;
}

/* Search input */
form#searchform {
  position:relative;
  height:28px;
  margin-bottom:20px;
}

form#searchform input#s {
  position:absolute;
  top:0;
  height:18px;
  width:156px;
  padding:5px;
  background:url(./images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
}

input#search_submit {
  position:absolute;
  right:0;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

ul#footer {
  height:8px;
  width:950px;
  margin:0 auto;
text-align:center;
  font-size:1em;
  color:#686868;
  padding:0px 0;
 
}

ul#footer li {
  display:inline;
  margin-left:10px;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#686868;
  text-decoration:none;
}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#EBF9FC;
}

textarea#comment {
  width:500px;
}

#main p.comment_meta {
  margin:0;
  float:right;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
}

div.navigation {
  margin:10px 0;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */

#header
{
	margin:0 auto; 
	padding:0px;
	width:950px;
	height:115px;
	
	background:#38241d;
}

#headerlogo
{
	width:601px;
	height:95px;
	padding:0px 0px 0px 0px;
	float:left;
	margin:0px;
	border:0px solid red;
	text-align:left;
	
}

#headerRight
{
	width:347px;
	height:115px;
	color:#d4a554;
	font-family:arial,"Trebuchet MS",Century Gothic,"Bitstream Vera Sans", sans-serif;
	font-size:11px;
	font-weight:bold;
	float:left;
	margin:0px;
	padding:0px 0 0 0px;
	text-align:right;
	border:0px solid red;
	text-transform:uppercase;
}
#headerRight a
{
	
	color:#d4a554;
	text-decoration:none;
}
#headerRight a:hover
{
	
	color:#d4a554;
	text-decoration:none;
	border-bottom:1px dotted #d4a554;
}
#headerRight img
{
	margin:0px 0 0 0px;
	padding:0px 0 0 0px;
	border:0px solid red;
	position:relative;
	top:5px;
	left;0px;
	border:0px dotted #d4a554;
}

#headerRight ul
{
	list-style-type:none;
	margin:0px 0 0 0px;
	padding:10px 0 0 0px;
	float:left;
	line-height:20px;
	border:0px solid red;
	vertical-align:top;
	
}
#headerRight ul li
{
	display:inline;
	padding-left:8px;
	
}
#headerRight ul li a
{
	color:#d4a554;
	text-decoration:none;
}

/*-----bottom start----*/
#Flash
{
	padding:0px 0 0 0px;margin:0px 0 0 0px;
	width:435px;height:172px;background:#181818;float:left;
	}
#MainFlash
{
	/*padding:0px 0 0 0px;margin:0px 0 0 0px;width:950px;height:401px;background:url(/img/valentine.jpg) no-repeat;*/
	padding:0px 0 0 0px;margin:0px 0 0 0px;width:950px;height:490px;border:0px solid red;
	background:#000000;
}
/*-----bottom start----*/
#bottom
{
	height:168px;
	background:#181818;
	padding:0px 0 0 0px;
	margin:0px 0 0 0px;
	border:0px solid red;
	
	float:left;
}
#HappyNote
{
	width:245px;
	height:153px;	
	background:url(/img/ChocoDialbg.gif) ;
	float:right;
	margin:5px 5px 0px 0px;
	padding-top:10px;
	border:0px solid red;
}

#HappyNote .testimonial
{
	margin-top:5px;width:200px;float:right;margin-right:10px;text-align:left;color:#878787;
}

#HappyNote .sender
{
	margin-top:0px;width:200px;float:right;margin-right:10px;text-align:right;color:#878787;
}

#StoreOpening
{
	width:245px;
	height:172px;	
	background:#000000 url(/img/subscriber_bg.gif) repeat-x bottom;
	float:left;
	margin-top:0px;
	
}
#StoreOpening span
{
	margin:0px;padding:0px;color:#d7a93f;font-weight:bold;
}
.store
{
	padding:10px 0 0 0px;float:left;width:90px;border:0px solid red;
}
.storeText
{
	margin:0px 0 0 15px;float:left;border:0px solid red;width:171px;text-align:left;padding:0px 0 0 0px;
	color:#4e4e4e;
}

.inputbox
{
	border:2px solid #000;background:#202020;width:130px;color:#4d4d4d;float:right;text-align:left;
}

#Chocodial
{
	width:247px;height:168px;background:url(/img/ChocoDialbg.gif) repeat-x;float:left;padding-top:10px;margin-right:5px;
}
#Chocofeast
{
width:430px;height:168px;background:url(/img/Chocofeast.gif) repeat-x;float:left;border:0px solid red;margin-left:0px;
}
#chocofeastBox
{
	width:409px;margin:0px;padding:0px;height:90px;
}
 .images
{
	width:108px;border:12px solid #633607;height:76px;float:left;border:0px solid red;margin:0px;padding:0px;
}

#Chocofeast h3
{
	font:bold 14px/20px arial,"Trebuchet MS",Century Gothic,"Bitstream Vera Sans", sans-serif; text-transform:Capitalize;
	color:#e1b153;margin:0px 0 0 0px;padding:0px 0 0 20px;float:left;clear:both;
}
#Chocofeast h6
{
	font:bold 14px/20px arial,"Trebuchet MS",Century Gothic,"Bitstream Vera Sans", sans-serif; text-transform:Capitalize;
	color:#e1b153;margin:0px 0 0 0px;padding:0px 0 0 20px;float:left;clear:both;
}
#Chocofeast p
{
	font:bold 9px arial,"Trebuchet MS",Century Gothic,"Bitstream Vera Sans", sans-serif; 
	color:#fff;margin:0px 0 0 0px;padding:0px 0 0 20px;font-weight:normal;text-align:left;float:left;
}
#Chocofeast p span
{
	font:bold 9px arial,"Trebuchet MS",Century Gothic,"Bitstream Vera Sans", sans-serif; 
	color:#c67638;margin:0px 0 0 0px;padding:0px 0 0 0px;font-weight:normal;text-align:right;float:right;text-transform:uppercase;
}
#Chocofeast p span a
{
	
	color:#c67638;
	text-decoration:none;
}
/*---bottom End---*/
/*---Flash End---*/


/*---footer Start---*/
#footermain
{
	width:950px;
	height:53px;
	padding:0px;
	margin:0px 0 0 0px;
	border:1px solid #ccc;
	background:#6c5e54;
}

#footerright
{
	width:369px;
	height:53px;
	float:right;
	text-align:right;
	padding-top:5px;
	padding-right:0px;
	border:0px solid red;
}
#footerright P
{

	COLOR:#fff;
	MARGIN-TOP:0px;
	FONT-FAMILY:Trebuchet MS,"Arial",Impact,tahoma, verdana, sans-serif;
	FONT-SIZE:11px;
	line-height:17px;
	text-transform:uppercase;

}
#footerright P a
{

	COLOR:#fff;
	MARGIN-TOP:0px;
	FONT-FAMILY:Trebuchet MS,"Arial",Impact,tahoma, verdana, sans-serif;
	FONT-SIZE:11px;
	line-height:17px;
	text-decoration:none;

}
#footerleft
{
	width:581px;
	height:53px;
	float:left;
	text-align:left;
	padding-left:0px;
	border:0px solid red;
	color:#555555;
}
#footerleft P
{

	COLOR:#fff;
	MARGIN-TOP:5px;
	padding:0px;
	FONT-FAMILY:Trebuchet MS,"Arial",Impact,tahoma, verdana, sans-serif;
	FONT-SIZE:11px;
	
	text-transform:uppercase;

}

#footerleft P a
{
	COLOR:#fff;
	text-decoration:none;	
	padding:8px;
	FONT-SIZE:12px;

}

/*---footer End---*/


#Topnavigation
{	 
	
	margin: 10px 0 0 0px;
	padding: 0px 0 0 0px;
	border:0px solid red;
	background:url(/images/topnavigationbg.gif) no-repeat;
	width:100%;
	height:31px;
}

#Topnavigation a
{
color: #9a663d;
background:none;
text-decoration: none;
padding-left: 14px;
line-height:31px;
font:bold 11px/20px arial,"Trebuchet MS",Century Gothic,"Bitstream Vera Sans", sans-serif; text-transform:uppercase;
font-stretch:extra-expanded;
}

#Topnavigation a span
{
background: none;
padding-right: 14px;
line-height:31px;
}

#Topnavigation a, #Topnavigation a span
{
display: block;
float: left;
}

/* Hide from IE5-Mac \*/
/*#Topnavigation a, #Topnavigation a span
{
float: none
}
/* End hide */

#Topnavigation a:hover
{
color: #9a663d;
background: none;
padding-left: 14px;

}

#Topnavigation a.currentTabLink
{
color:#9a663d;
background: none;
padding-left: 14px;


}

#Topnavigation a:hover span
{
background: none;
padding-right: 14px;
color: #9a663d;
}

#Topnavigation a.currentTabLink span
{

background: none;
padding-right: 14px;
color: #9a663d;
}

#Topnavigation ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	width:950px;
}

#Topnavigation li
{
	float: left;
	margin: 0px 0px 0 0px;
	background:none;
	list-style-type:none;
	border:0px solid blue;
}





/*------TOPNavigation start------*/
#MainTOPNavigation
{	 
	
	margin: 0px 0 0 0px;
	padding: 0px 0 0 0px;
	border:0px solid red;
	background:#38241d;
	width:100%;
	height:31px;
}
#TOPNavigation
{	 
	
	margin: 0px 0 0 0px;
	padding: 0px 0 0 0px;
	border:0px solid red;
	background:url(/images/topnavigationbg.gif) no-repeat;
	width:950px;
	height:31px;
	background:#231815;
}

#TOPNavigation a
{
color: #fff;
background:none;
text-decoration: none;
padding-left:20px;
line-height:31px;
font:bold 11px/20px arial,"Trebuchet MS",Century Gothic,"Bitstream Vera Sans", sans-serif; text-transform:uppercase;
font-stretch:extra-expanded;
cursor:pointer;
border:0px solid red;

}

#TOPNavigation a span
{
background: none;
padding-right:20px;
line-height:31px;
}

#TOPNavigation a, #TOPNavigation a span
{
display: block;
float: left;
}

/* Hide from IE5-Mac \*/
/*#TOPNavigation a, #TOPNavigation a span
{
float: none
}
/* End hide */

#TOPNavigation a:hover
{
color: #fff;
background: none;
padding-left:20px;

}

#TOPNavigation a.currentTabLink
{
color:#fff;
background: none;
padding-left:20px;


}

#TOPNavigation a:hover span
{
background: none;
padding-right:20px;
color: #fff;
}

#TOPNavigation a.currentTabLink span
{

background: none;
padding-right:20px;
color: #fff;
border:0px solid blue;
}

#TOPNavigation ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	width:950px;
	
}

#TOPNavigation li
{
	float: left;
	margin: 0px 0px 0 0px;
	background:none;
	list-style-type:none;
	border:0px solid blue;
}

/*----MainTOPNavigation End---*/

/******drop down********/


#menu_container {margin:0px; border:0px solid red;}
/*#menu_container {margin:0px 0 0px 0px; border: red 0px solid; width:900px;  height:24px; float:right;padding:0px;z-index:10000;}*/
#pmenu, #pmenu { padding:0; margin:0;  border:0px solid red;}

#menu_container  ul li.midLine{width:4px;}

/*filter:alpha(opacity=50); opacity:0.5; -moz-opacity:0.5;*/
/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;border:0px solid red;width:250px;}

/* Set up the link size, color and borders  style = "width:120px;" */
#pmenu a, #pmenu a:visited {display:block;  height:24px; line-height:25px; text-decoration:none;  border:0px solid #9a663d; border-width:0px 0 0px 0px; text-transform:uppercase;
}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px ;text-align:left; width:200px; background:#231815; border-color:white;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:0 1px 1px 1px;}

/* Set up the list items */
#pmenu li {float:left; border:0px solid red;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative; }
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#0f0f0f; color:#d4a554; height:25px;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(/images/spacer.gif); width:120px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; }

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#0f0f0f; color:#fff; height:25px;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#3f3b37; color:#d4a554;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:#3f3b37 ;}
#pmenu li.drop {background:#3f3b37 ;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);width:250px;}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; left:-31px; top:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:120px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

#FooterTop
{
	margin:0px 0 0 0px;
	padding:0px 0 0 0px;
	width:950px;
	height:96px;
	border:0x solid red;
	font-family:arial,"Trebuchet MS","Bitstream Vera Sans", sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	float:left;
	
}
#FooterTop ul
{
	margin:15px 0 0 0px;
	padding:0px 0 0 20px;
	list-style-type:none;
	display:block;
	float:left;
}
#FooterTop ul li
{
	padding-left:15px;
	
	text-align:left;
	font-family:arial,"Trebuchet MS","Bitstream Vera Sans", sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	line-height:18px;
}
#FooterTop ul li a
{
	color:#000;
	text-decoration:none;
}

#FooterTopBox1
{
	margin:0px 0 0 0px;
	padding:0px 0 0 20px;
	width:141px;
	height:96px;
	border:0px solid red;
	background:#938378;
	float:left;
}
#FooterTopBox1 ul
{
	margin:15px 0 0 0px;
	padding:0px 0 0 0px;
	list-style-type:none;
	display:block;
	float:left;
	width:135px;
	text-align:left;
	border:0px solid red;
}

#FooterTopBox1  ul li{
	
	
	font-family:arial,"Trebuchet MS","Bitstream Vera Sans", sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	line-height:18px;
	padding-left:0px;
}

#FooterTopBox1  ul li a{
	padding-left:15px;
	text-align:left;
	
}
#FooterTopBox2
{
	margin:0px 0 0 0px;
	padding:0px 0 0 0px;
	width:159px;
	height:96px;
	border:0px solid red;
	background:#b7a497;
	float:left;

} 
#FooterTopBox2  ul{
	margin:15px 0 0 0px;
	padding:0px 0 0 0px;
	list-style-type:none;
	display:block;
	float:left;
	width:140px;
	text-align:left;
	border:0px solid red;
}
#FooterTopBox2  ul li{
	
	background:url(/img/hypen.gif) 10px 8px no-repeat;
	font-family:arial,"Trebuchet MS","Bitstream Vera Sans", sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	line-height:18px;
	padding-left:12px;
}
#FooterTopBox2  ul li a{
	padding-left:15px;
	text-align:left;
	
}
#FooterTopBox3
{
	margin:0px 0 0 0px;
	padding:0px 0 0 0px;
	width:161px;
	height:96px;
	border:0px solid red;
	background:#938378;
	float:left;
}
#FooterTopBox4
{
	margin:0px 0 0 0px;
	padding:0px 0 0 0px;
	width:159px;
	height:96px;
	border:0px solid red;
	background:#b7a497;
	float:left;
}
#FooterTopBox5
{
	margin:0px 0 0 0px;
	padding:0px 0 0 0px;
	width:310px;
	height:96px;
	border:0px solid red;
	background:#938378;
	float:left;
}

#FooterTopBox5  ul{
	margin:15px 0 0 0px;
	padding:0px 0 0 0px;
	list-style-type:none;
	display:block;
	width:120px;
	text-align:left;
	border:0px solid red;
}
#FooterTopBox5  ul li{
	
	background:url(/img/hypen.gif) 10px 9px no-repeat;
	font-family:arial,"Trebuchet MS","Bitstream Vera Sans", sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	line-height:18px;
	padding-left:10px;
}
#FooterTopBox5  ul li a{
	padding-left:15px;
	text-align:left;
	
}
/**** drop down end ********/