/* CSS Document */
/*1 ÷ parent font-size × required pixel value = em value*/
@import "dropdown_menu.css";
html {
	font-size:100%;
}

body {
	
	margin:8px 0 0 0;
	color:#666666;
	font-family: Eurostile, Square721BT, Verdana, Arial, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-x;
}

.clr {

	clear: both;
}

a:link, a:visited {

  font-size:14px; 
  color:#000000;
  padding:0 5px 0 0;
  text-decoration:none;
  
}

a:hover, a:visited:hover {

  font-size:14px; 
  color:#666666;
  padding:0 5px 0 0;
  text-decoration:none;
  
}


a img {

	border:none;
	
}

div, td, p {

	color:#000000;
	font-family: Eurostile, Square721BT, Verdana, Arial, sans-serif;
	font-size:12px;
	margin:0 0 0 0;
	
}

textarea {
	
	background-color:#FFFFFF;
}

h1{

	color:#FFC410;
	font-family: Eurostile, Square721BT, Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:18px;
	margin:0 0 0 0;
	padding:0 0 5px 0;
	
}

h2{

	color:#000000;
	font-family: Eurostile, Square721BT, Verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0 0 0 0;
	
}



ul {
	margin:0px;
	padding:0px 0 0 10px;
}
li {


}


/** Structure CSS Start */

#outer {

  width:700px; 
  margin:0px 0 0 0;
}

#header {

	width:700px;
	background-color:#FFFFFF;
	margin:0px ;
	padding:0px;

}

#logo_outer {
	width:690px;
	height:73px;
	padding:10px 0 0 10px;
	background-image:url(images/logo_bg.gif);
	
}
#logo_slogan {
	float:left;
	text-align:left;
	font-size:3.7em;
	font-weight:bold;
	padding:0px 20pt 0 0px;
	border:0px solid red;
}
#logo {
	float:left;
	width:103px;
	margin:5px 0 0 0 ;
	padding:0px 0 0 5px;
	color:#E583AC;
	font-weight:bold;
	
}

#slogan {
	
	padding:60px 0px 0px 320px;
	color:#FFE87C;
	font-size:18px;
	
	height:50px;
	border:0px solid red;
}

#topBanner {

	background-image:url(images/hero_image.jpg);
	background-repeat:no-repeat;
	background-position:center top ;
	width:698px;
	height:120px;
	margin:0px;
	padding:5px 0 0px 0px;
	border-left:1px solid #ECECEC;
	border-right:1px solid #ECECEC;
}
#menu {

	width:688px;
	height:39px;
	color:#6B4623;
	margin:0px 0 0 0px;
	vertical-align:top;
	padding:0px 0 0 10px;
	background-image:url(images/top_links_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	border-left:1px solid #ECECEC;
	border-right:1px solid #ECECEC;
}

#footer_menu {
	
	vertical-align:middle;
	text-align:center;
}

#menu .navigation {

	padding:5px 10px 0 10px;
	margin:10px 0 0 0;
	vertical-align:top;

}
#menu .navigation_divider {

	background-image:url(images/top_links_divider.gif);
	background-repeat:repeat-x;
	width:1px;
	height:29px;
}
#footer_menu table#top_menu {

	text-align:center;
	margin:auto;
	

}
#footer_menu .navigation {

	padding:0px 5px 0 5px;
	text-align:center;

}
#footer_menu .navigation a{

	text-align:center;
	font-size:12px;

}
#footer_menu .navigation_divider {

	background-image:url(images/top_links_divider.gif);
	background-repeat:repeat-x;
	width:1px;
	height:15px;
}
.bottom_menu_divider {

	background-image:url(images/top_links_divider.gif);
	background-repeat:repeat-x;
	width:1px;
	height:15px;
	margin:0 6px 0 4px;
	vertical-align:bottom;

}
#bodyOuter {

	width:668px;
	display: block;
	padding:10px 15px 10px 15px;
	background-color:#FFFFFF;
	border-left:1px solid #ECECEC;
	border-right:1px solid #ECECEC;
	
}

#bodyOuterRight {

	width:205px;
	height:239px;
	padding:20px 0 0 20px;	
	background-repeat:no-repeat;
	float:left;
	display: block;
	

}

#bodyOuterMainContent {

	width:668px;
	float:left;
	padding:0 10px 0 10px;
	
}

#bodyOuterMainContent table {

	border:0px solid blue;
	width:100%;

}
#top_left_content {

	float:left;
	display: block;
	

}



#footer_text {

	background-color:#FFFFFF;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;



	height:50px; 
	width:700px;
	margin:0px ;
	padding:10px 0 0 0px;
	border:0px solid red;
}

.shopping-selfcontained_box {
	margin: 0 2px;
    width:90%
}

#shopping_module th {
	padding: 0 6px 0 6px;
}

#shopping_module td {
	padding: 0 6px 0 6px;
    margin: 0 2px;
}

table { 
        width:100%
}
