
/* Outer Shadows ----------------------------------------------------------------- */

#wrapper {
	width: 1000px; /* shadow images are 25px wide; 950 + (25 * 2) */
	background: transparent url(../images/backgrounds/shadow-lr.png) repeat-y scroll left;
	margin: 0 auto;
}

#shadow {
	width: 1000px;
	height: 20px;
	background: transparent url(../images/backgrounds/shadow-bot.png) no-repeat scroll center;
	margin: 0 auto;
}

/* Main Backgrounds -------------------------------------------------------------- */

#main {
	width: 950px;
	margin: 0 auto;
}

#main #top {
	height: 495px;
	background: transparent url(../images/backgrounds/bg_top.jpg) no-repeat scroll;
}

#main #middle {
	background: transparent url(../images/backgrounds/bg_middle.jpg) repeat-y scroll;
}

#main #bottom {
	height: 231px;
	background: transparent url(../images/backgrounds/bg_bottom.jpg) no-repeat scroll;
}

/* Content Blocks ---------------------------------------------------------------- */

.content {
	margin: 0;
	margin-left: 157px;
	margin-right: 143px;
}

#top .content {
	padding: 145px 0 10px 0;
}

#middle .content, #bottom .content {
	padding: 10px 30px 10px 30px;
}

/* Page Header / Navigation ------------------------------------------------------ */

img.logo {
	padding: 0 10px 0 27px;
}

.divider {
    margin-top: 5px;
    margin-bottom: 10px;
    height: 26px;
    background: transparent url(../images/divider.png) no-repeat center scroll;
    clear: both;
}

ul.nav {
    font-family: "Century Gothic", sans-serif;
    list-style: none;
}

ul.nav li {
    float: left;
    background: transparent url(../images/menu/menu-bkgnd-nrml-l.png) no-repeat left top;
    padding-left: 7px;   /* equal to width of left background slice */
    margin-left: 5px;    /* space between menu items (1/2) */
    margin-right: 5px;   /* space between menu items (1/2) */
    margin-bottom: 10px; /* spacing to divider below */
    min-width: 89px;     /* min width of menu item */
}

ul.nav a {
    color: #dda;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    background: transparent url(../images/menu/menu-bkgnd-nrml-r.png) no-repeat right top;
    padding-top: 3px;    /* used to center text vertically */
    padding-right: 12px; /* li.padding-left + 5px for shadow */
    min-width: 84px;     /* min width of ul.nav li - width of left bkgd (5px) */
    min-height: 33px;    /* height of menu background incl shadow */
}

ul.nav li.selected {
    background: transparent url(../images/menu/menu-bkgnd-slct-l.png) no-repeat left top;
}

ul.nav a.selected {
    color: #fff;
    background: transparent url(../images/menu/menu-bkgnd-slct-r.png) no-repeat right top;
}

ul.nav a:hover {
    color: #fff;
}

/* Top-Level Formats ------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url(../images/backgrounds/bg.jpg) repeat-x scroll top;
	background-color: #4addff;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #09f;
    margin: 0;
	text-transform: uppercase;
}

h1 {
	clear: both;
    font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-weight: normal;
}

h3 {
    font-weight: normal;
    font-size: 16px;
    margin-top: 10px;
}

a, strong {
    color: #000;
    font-weight: bold;
}

p, .instore li {
	font-weight: normal;
	font-size: 15px;
	line-height: 21px;
	color: #630;
}

a img {
    border: none;
}

/* Welcome Page formats ---------------------------------------------------------- */

.welcome {
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
}

.welcome .sanfrancisco {
    position: absolute;
    top: 0px;
    left: -200px;
    height: 260px;
    width: 200px;
    background: transparent url(../images/extras/sanfrancisco.png) no-repeat scroll;
}

/* Product Page formats ---------------------------------------------------------- */

.product {
	min-height: 260px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.product .item {
	float: left;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
    height: 260px;
    width: 200px;
    background: transparent url(../images/backgrounds/products.png) no-repeat scroll;
}

.item .mojito {
    width: 175px;
    height: 200px;
    margin-left: -5px;
    background: transparent url(../images/products/mojito_mint_sml.png) no-repeat scroll;
}

.item .margarita {
    width: 175px;
    height: 200px;
    margin-left: -5px;
    background: transparent url(../images/products/margarita_lime_sml.png) no-repeat scroll;
}

.item .bloodymary {
    width: 175px;
    height: 200px;
    margin-left: -5px;
    background: transparent url(../images/products/bloodymary_tomato_sml.png) no-repeat scroll;
}

.product a {
    padding-top: 10px;
}

.product a img.buybutton {
    margin: 0;
    padding: 0;
}

/* Buy Tommmy's Page formats ----------------------------------------------------- */

#buying {
    position: relative;
    margin-top: 20px;
    margin-left: 55px;
    margin-right: 45px;
}

#buying .surfer_1 {
    position: absolute;
    top: -20px;
    left: -190px;
    height: 220px;
    width: 180px;
    background: transparent url(../images/extras/surfer_1.png) no-repeat scroll;
}

#buying .starfish {
    position: absolute;
    top: 150px;
    left: -190px;
    height: 160px;
    width: 180px;
    background: transparent url(../images/extras/starfish.png) no-repeat scroll;
}

#buying h2 {
    clear: right;
    line-height: 100%;
    font-size: 1em;
}

#buying p {
    margin-top: 5px;
}

#buying img {
    float: right;
    margin-left: 5px;
    margin-right: 10px;    
}

#shipping {
    margin-top: 20px;
    padding: 10px 20px 10px 20px;
    background: transparent url(../images/backgrounds/buy.jpg) repeat scroll;    
}

#shipping p {
    font-size: .8em;
    line-height: 1.2em;
}

#shipping .label {
    font-weight: bold;
}

/* Store Finder Page formats ----------------------------------------------------- */

.storefinder {
    position: relative;
    margin-left: 40px;
}

.storefinder .shell {
    position: absolute;
    top: -70px;
    left: -190px;
    height: 300px;
    width: 200px;
    background: transparent url(../images/extras/shell.png) no-repeat scroll;
}

#locations {
    background-color: #fff;
    border: #039 1px solid;
    padding: 0px 10px 20px 10px;
    margin-bottom: 20px;
    height:150px;
}

#locations #leftcol, #locations #rightcol, #locations #range  {
    margin-top: 10px;
}

#locations #leftcol {
    float: left;
    clear: left;
    width: 300px;
}

#locations #range {
    float: left;
    clear: left;
    width: 565px;
    border-top: 1px solid #ddd;
}

#locations #rightcol {
    float: right;
    clear: right;
    width: 250px;
}

#locations label, #locations p {
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #630;
    width: 100px;
    text-align: right;
    margin-top: 10px;
    margin-right: 10px;
}

#locations label {
    float: left;
    clear: left;
}

#locations p {
    margin-bottom: 0px;
}

#locations input, #locations select {
    clear: left;
    margin-top: 10px;
}

#locations #submit {
    float: right;
    margin-right: 80px;
}

.regions {
    width: 100%;
}

.regions td {
    padding: 5px;
    text-align: center;
}

.regions a {
    font-size: 90%;
}

#storelist {
    background-color: #FFF;
    border-collapse: collapse;
    width: 100%;
}

#storelist td {
    border: #039 1px solid;
    font-size: 85%;
    padding: 2px 5px 2px 5px;
}

/* News Page formats ------------------------------------------------------------- */

.news {
    position: relative;
}

.news .surfer_2 {
    position: absolute;
    top: 50px;
    left: -165px;
    height: 200px;
    width: 220px;
    background: transparent url(../images/extras/surfer_2.png) no-repeat scroll;
}

.news .lizzard {
    position: absolute;
    top: 160px;
    left: -90px;
    height: 380px;
    width: 180px;
    background: transparent url(../images/extras/lizzard.png) no-repeat scroll;
}

#news_quotes {
    background: #fff;
    border: #000 1px solid;
    padding: 20px;
    margin-top: 30px;
    margin-left: 80px;
    margin-right: 50px;
}

#news_quotes .divider {
    margin: 20px;
    height: 0px;
    background-image: none;
    border-top: #630 1px solid;
}

/* Contact Us Page formats ------------------------------------------------------- */

.phone_booth {
    float: left;
    margin-right: 30px;
    height: 400px;
    width: 220px;
    background: transparent url(../images/extras/phone_booth.png) no-repeat scroll;
}

#contact_info {
    margin-top: 20px;
}

#contact_info h2 {
    color: #000;
    font-weight: bold;
    font-size: 90%;
    margin-top: 7px;
    padding-top: 7px;
}

#contact_info p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#contact_info a {
    display: block;
}

/* History Page formats ---------------------------------------------------------- */

#history .story {
    margin: 20px 0 20px 0;
}

.story .lime {
    float: right;
    height: 130px;
    width: 190px;
    background: transparent url(../images/extras/lime.png) no-repeat scroll;
}

.story .tomato {
    float: left;
    height: 120px;
    width: 150px;
    background: transparent url(../images/extras/tomato.png) no-repeat scroll;
}

.story .mint {
    float: right;
    height: 154px;
    width: 200px;
    background: transparent url(../images/extras/mint.png) no-repeat scroll;
}

#history .quotes {
    position: relative;
    margin: 20px 50px 0 50px;
}

#history .quotes p {
    color: #099;
    font-style: italic;
    font-size: 90%;
}

#history strong {
    color: #09f;
}

/* Page Footer formats ----------------------------------------------------------- */

#footer {
    border-top: 1px solid #633;
    margin-top: 60px;
}

#footer ul.links {
    float: left;
    margin-top: 1px;
    margin-left: 0;
    padding-left: 0;
}

#footer li, #footer a {
    text-transform: uppercase;
    display: inline;
    font-size: 10px;
    font-weight: bold;
    color: #633;
}

#footer .footer_text {
    font-style: italic;
    text-transform: uppercase;
}

#footer .copyright p {
    float: right;
    padding: 0;
    margin: 0;
    font-size: 9px;
    padding-top: 3px;
}

#footer .design_by {
    clear: right;
}

#footer .design_by img {
    margin-right: 5px;
}

#footer .design_by p {
    float: right;
    margin-top: 30px;
    line-height: 20px;
}

#footer .design_by a {
    text-decoration: none;
	font-weight: normal;
    font-style: italic;
    font-size: 9px;
}

/* Contest Page formats ---------------------------------------------------------- */

.contest p.twitter {
    padding-left: 30px;
    padding-right: 20px;
}

.contest p.twitter strong {
    color: #09f;
}

/* Error Page formats ------------------------------------------------------------ */

p.error {
    color: #F00;
}

