/* Edit CSS code below - store.css - Do not remove this line */

/* My CSS start*/


#site {
height: auto;
width: 995px;
margin: auto;
border: 1px solid #333333;
background-color: #FFFFFF;
}
#body_border {
height: auto;
width: 975px;
margin-left: 10px;
margin-top: 10px;
border: 1px solid #666666;

}
#body_holder {
margin: 10px;
height: auto;
width: 955px;
}
#footer {
background-color: #B99D80;
height: 25px;
width: 975px;
margin-top: 10px;
margin-left: 10px;
border: 1px solid #333333;
margin-bottom: 10px;
}
#header {
background-color: #B99D80;
height: 75px;
width: 975px;
margin-top: 10px;
margin-left: 10px;
border: 1px solid #333333;
}
#header_logo_holder {
margin-top: 15px;

height: 75px;
width: 364px;

float: left;
}
#header_cartandmenu_holder {
float: right;
height: 75px;
width: 611px;
}
#header_cartandmenu_holder_menu {
height: 20px;
width: 611px;
margin-top: 30px;
}
#header_cartandmenu_holder_cart {
height: 25px;
width: 611px;
}
#site #header #header_logo_holder_logo {
height: 45px;
width: 334px;
margin-top: 15px;
margin-left: 15px;
}
#footer_content_holder {
height: 15px;
width: 975px;
margin-top: 5px;
margin-bottom: 5px;
}


/* My Other Page Layouts */


#front_page_holder {
height: 580px;
width: 945px;
}
#front_page_holder_flash {
float: right;
height: 509px;
width: 460px;
}
#front_page_holder_text {
height: 509px;
width: 460px;
border: 1px solid #333333;


}





/* My CSS end */




body, p, td {
font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #5e3f1f;
background-image: images/background.jpeg;
background-repeat: repeat;
}

img {
border: 0;
}

hr {
height: 1px;
}



/* Toolbar */

#e_toolbar a {
font-size: 90%;
color: #fff;
text-decoration: none;
font-weight: normal;
}

#e_toolbar a:hover {
color: #ffffff;
}

#e_toolbar #Toolbar_Links {
margin: 14px 0 0 8px;
}



/* Basket */

#e_basket td {
font-size: 80%;
}

#e_basket a, #e_basket td {
color: #fff;
text-decoration: none;
font-weight: normal;
}

#e_basket a:hover {
color: #ffffff;
}



/* Menu */

#e_menu a {
font-size: 85%;
color: #ede5dd;
text-decoration: none;
font-weight: normal;
margin: 2px 0 4px 0;
display: block;
}

#e_menu a:hover {
color: #ffffff;
}

.Menu_Header {
display: block;
padding: 8px 0 5px 0;
color: #000;
font-weight: normal;
font-size: 80%;
}



/* Page */

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #333333;
font-weight: bold;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 14px;
}

#Page_Breadcrumb, #Page_Breadcrumb a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
text-decoration: none;
}

.Home_Link {
padding: 5px;
margin: 5px;
margin: 0;
min-height: 100px;
}

.Home_Link p {
font-size: 85%; 
padding: 0;
margin: 0;
}

.Home_Link  .Display_Name {
font-size: 12px;
font-weight: bold;
line-height: 1.3em;
padding: 5px 0 0 0;
margin: 0;
display: block;
}

.Home_Link .Display_Name {
color: #333;
}

.Home_Link .Link_Name {
clear: both;
}

.Home_Link .Display_Image {
float: left;
margin: 5px;
padding: 5px;
border: 1px solid #333;
background-color: #fff;
}

.Example_Link a { 
padding: 5px;
color: #4a2f13;
font-size: 85%; 
font-weight: bold;
background-color: #FF9900;
border: 1px solid #FF6600;
text-decoration: none;
}

.Example_Link a:hover { 
padding: 5px;
color: #4a2f13;
font-size: 85%; 
font-weight: bold;
background-color: #F5f5f5;
border: 1px solid #ccc;
text-decoration: none;
}

.Product_Name {
color: #4a2f13;
font-weight: bold;
font-size: 80%;
}

/* Checkout */

fieldset {
padding: 5px;
}


/* Footer */

#e_footer {
padding-top: 10px;
border-top: 1px #ccc solid;
text-align: center;
font-size: 100%;
font-family: Verdana, Arial, Helvetica,  sans-serif;
color: #333333;
background-color: #fff;
}

#e_footer a {
color: #ffffff;
}