
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
    color: #5f614b;
    text-decoration: underline;
}

a:hover
{
    color: #ef3e35;
    text-decoration: none;
}

body
{
    background: url(/images/layout/body-bgd.png) repeat-x #3a3328;
    color: black;
    font: normal 10px 'Helvetica', 'Century Gothic', 'Arial', san-serif;
    text-align: center;
    margin: 0px;
    padding: 0px;
    line-height: 15px;
}

h1
{
    font: bold 2.4em 'News Gothic Std', 'Arial Narrow', 'Arial', san-serif;
    line-height: 30px;
    color: #ef3e35;
    text-transform: uppercase;
    letter-spacing: 3px;
}

h2
{
    font: bold 2.0em 'Helvetica', 'Century Gothic', 'Arial', san-serif;
    margin: 0px;
    text-transform: uppercase;
    font-size: 1.2em;
}

h3
{
    font: bold 10px 'Helvetica', 'Century Gothic', 'Arial', san-serif;
    margin: 0px;
}

h3.highlight
{
    padding: 5px;
    background: #e4e4e4;
    font: bold 2em 'News Gothic Std', 'Arial Narrow', 'Arial', san-serif;
    line-height: 30px;
    color: #ef3e35;
    letter-spacing: 3px;
    margin-top: 7px;
}

h4
{
    font: normal 10px 'Helvetica', 'Century Gothic', 'Arial', san-serif;
    margin: 0px;
}

img
{
    border: none;
    display: inline;
}

p
{
    color: #261b00;
    font-size: 1.2em;
    margin-bottom: 10px;
    line-height: 20px;
    font-weight: bold;
}

strong
{
    text-transform: uppercase;
    font-weight: bold;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}


td
{
    font: normal 10px 'Helvetica', 'Century Gothic', 'Arial', san-serif;
    vertical-align: top;
}

th
{
    font: bold 12px 'Helvetica', 'Century Gothic', 'Arial', san-serif;
    vertical-align: top;
}

ol, ul
{
    list-style: none;
}


/* remember to define focus styles! */
:focus
{
    outline: 0;
}

hr
{
    background: #261b00;
    padding: 1px;
    border: none;
    margin-top: 10px;
}

/* Classes
**********/
.block
{
    display: block;
}

.red
{
    color: #ef3e35;
}

.khaki
{
    color: #5f614b;
}

.brown
{
    color: #261b00;
}

.white
{
    color: #fff;
}

.right-img
{
    float: right;
    margin-bottom: 15px;
}

.right
{
    text-align: right;
}

.left
{
    text-align: left;
}

.center
{
    text-align: center;
}

.fineprint
{
    font-size: 0.9em;
    line-height: 10px;
    color: #ef3e35;
}

/* Cart
******************/

#cart
{
    position: fixed;
    display: block;
    top: 30px;
    right: 0px;
    width: 220px;
    background: #5f604a;
    padding: 0px;
    border: 2px solid #261b00;
}

#cart table
{
    width: 205px;
    margin-left: 5px;
}

#total-label
{
    padding-top: 10px;
    color: white;
    text-align: right;
}

#total-cost
{
    padding-top: 10px;
    text-align: right;
    font-weight: bold;
    color: #ef3e35;
}

#cart .cart-item td
{
    vertical-align: middle;
    color: #999;
    font-size: 10px;
}

#cart .cart-item td form input
{
    vertical-align: middle;
}


#delivery label
{
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
}

/* Cart
******************/
#summary
{
    background: #261b00;
    color: grey;
    padding: 5px;
}

#summary h1,
#place-order h1
{
    font-size: 14px;
    margin: 5px;
    letter-spacing: 0px;
}

#place-order
{
    background: #5f604a;
    color: white;
    padding: 5px;
}

#place-order select
{
    width: 90px;
}

.right-button
{
    float: right;
    margin-right: 40px;
}

/* Layout defaults
******************/

#wrap-top
{
    background: url(/images/layout/wrap-top/blank.png) no-repeat top left;
    margin: 0px auto 0px auto;
    padding-top: 1px;
}

#wrap
{
    background: url(/images/layout/wrap-bgd.png) repeat-y;
    width: 1000px;
    margin: 0px auto 0px auto;
    padding: 0px;
    text-align: left;
}

#wrap-btm
{
    background: url(/images/layout/wrap-btm.png) no-repeat bottom left;
    height: 125px;
    width: 1000px;
    margin: 25px auto 0px auto;
}

#wrap-home
{
    width: 1000px;
    margin: 0px auto 0px auto;
    padding-top: 1px;
    text-align: left;
    display: block;
}

#header
{
    margin-top: 0px;
    text-align: center;
}

#logo
{
    margin: 65px 0px 20px 340px;
    width: 159px;
    display: block;
}



/*
 Homepage elements
*/

#logo-home
{
    position: absolute;
    z-index: 81;
    top: 110px;
    margin-left: 340px;
}

#slideshow
{
    margin-top: 117px;
    background: url(/images/slideshow/slideshow-background.jpg) no-repeat;
}

#home-links
{
    position: absolute;
    z-index: 80;
    top: 460px;
    margin-left: 60px;
    width: 400px;
}

#place-an-order
{
    display: block;
    width: 393px;
    height: 24px;
    background: url(/images/layout/place-order-ho.png) no-repeat;
    margin-bottom: 10px;
}

#place-an-order img,
#tell-friend img
{
	display: block;	
}

#tell-friend
{
    display: block;
    width: 235px;
    height: 24px;
    background: url(/images/layout/friend-ho.png) no-repeat;
}

#word
{
    position: absolute;
    z-index: 80;
    top: 530px;
    margin-left: 230px;
}

/* end homepage elements */

/**************
Location Styles
***************/
#find h1
{
    font: bold 18px 'News Gothic Std', 'Arial Narrow', 'Arial', san-serif;
    line-height: 30px;
    color: #ef3e35;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#find p
{
	font-size: 11px;
}

#find
{
	margin: 8px auto 0px auto;
}

#find td
{
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 7px;
	width: 25%;
}

#map_canvas
{
	margin: 0px auto;
}

.location h2
{
	text-align: left;
	color: #EF3E35;
}

.location img
{
	float: right;
	margin: 15px 0px 5px 10px;
}

.location p
{
	margin-right: 10px;
	font-size: 11px;
	float: left;
	text-align: left;
	color: #5F614B;
}

/*end location styles */

#page
{
    width: 750px;
    margin: 0px 0px 0px 47px;
    text-align: left;
}

#footer
{
    background: #3a3328;
    clear: both;
    width: 1000px;
    margin: 0px auto 0px auto;
    padding-top: 7px;
    display: block;
    text-align: center;
    color: #999;
}

#footer h2
{
	color: #ccc;	
}

#footer p
{
    color: #ccc;
    line-height: 14px;
    font-weight: normal;
}

#footer table
{
    margin: 0px 0px 0px 0px;
    width: 800px;
}

#footer td
{
    padding: 0px 10px;
    text-align: center;
    width: 25%;
}

#footer .white
{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.0em;
}

#footer a:link,
#footer a:visited
{
    color: #fff;
    text-decoration: none;
}

#footer a:hover
{
    color: #ef3e35;
    text-decoration: none;
}

#footer-admin
{
    padding-top: 20px;
    padding-bottom: 50px;
    padding-right: 140px;
}



#footer-admin a:link,
#footer-admin a:visited
{
    color: #5f604a;
    text-decoration: none;
}

#footer-admin a:hover
{
    color: #ef3e35;
    text-decoration: none;
}

#ottowoo-animation
{
    margin-bottom: 0px;
}

#images-placeholder
{
    height: 285px;
}

