/* -------------------------------------------------------------
	Untitled
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.3
	Date:			19 July 2007
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Semantic Elements / Defaults
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Content
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Semantic Elements / Defaults
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #fff;
	font: normal 0.7em/1.6em Verdana, Helvetica, sans-serif;
	color: #92278f;
	text-align: center;
}

a img, :link img, :visited img {
	border: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link, a:visited {
	color: #fd33e3;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

 ul li {

}


h2 {
	font-size: 1.8em;
        font-weight: bold;
}

h3 {
	font-size: 1.2em;
        color: #dd278f;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 15px;
}

#rotateLeft, #rotateRight{
float:left;
height:624px;
text-indent: -999em;
width: 15px;
margin-top: -77px;
background: url(/images/rotateLeft.gif) no-repeat left center;
}
#rotateLeft:hover{
background-position: right center;
}
#rotateRight{
background: url(/images/rotateRight.gif) no-repeat right center;
}
#rotateRight:hover{
background-position: left center;
}

#container {
float: left;
width: 950px;
height:624px;
overflow: hidden;
margin-top: -77px;
}
#container .slide{
width: 950px;
height: 624px;
}

#container .slide .slideRight{
width: 360px;
float: right;
padding-top: 150px;
}
#container .slide .slideRight h2{
margin-bottom: 15px;
}

#container  #treat{
width: 312px;
height: 82px;
text-indent: -999em;
background: url(/images/title_card.png) no-repeat;
}
#container  #yogurt{
width: 273px;
height: 85px;
text-indent: -999em;
background: url(/images/title_yogurt.png) no-repeat;
}
#container  #smoothie{
width: 273px;
height: 85px;
text-indent: -999em;
background: url(/images/title_smoothie.png) no-repeat;
}
#container  #pops{
width: 253px;
height: 80px;
text-indent: -999em;
background: url(/images/title_pops.png) no-repeat;
}

.hr{
height: 7px;
margin-bottom: 15px;
background: url(/images/horiz_line.png) no-repeat;
}

h1 a{
display: block;
width: 981px;
height: 128px;
text-indent: -999em;
position: relative;
z-index: 10;
background: url(/images/flash_header.png) no-repeat;
}

#rotateBottom{
position: relative;
z-index: 10;
margin-top: 450px;
display: block;
height: 83px;
margin: 450px auto 0 auto;
background: url(/images/flash_footer.png) no-repeat center;
}


/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
height: 77px;
background: url(/images/interior_header.gif) no-repeat;
}

#brand, #brand a {
}




/* --- UI --- */

#ui {
margin-top: 16px;
margin-bottom: 8px;
height: 22px;
text-align: center;
}

#ui ul {
white-space:nowrap;
text-align: center;
padding:0;
margin: 0px 0 0 202px;
}

#ui li {
display: inline;
}

#ui li a {
color:#000;
text-decoration:none;
margin-right: 60px;
float:left;
}

#ui li a:hover {
color:#fff;
}

/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
height: 253px;
}

.menuimage {
background: url(/images/interior_head_01.jpg) no-repeat;
}

.locationsimage {
background: url(/images/interior_head_02.jpg) no-repeat;
}

.aboutimage {
background: url(/images/interior_head_03.jpg) no-repeat;
}

.franchiseimage {
background: url(/images/interior_head_04.jpg) no-repeat;
}

.contactimage {
background: url(/images/interior_head_05.jpg) no-repeat;
}

/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
float: right;
min-height: 400px;
width: 33%;
}



/*	Content / Main Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#header {
margin: 0 0 10px 45px;
}

#content {
        position: relative;
	background: url(/images/footer_bg.jpg) no-repeat;
	color: #92278f;
	font-size: .85em;
	height: 235px;
        z-index: 10;
}

#interior_content {
	font-size: 1em;
	margin-top: 33px;
}

#franchise {
margin: 117px 0 0 87px;
width: 255px;
float: left;
}

#specials {
margin: 121px 196px 0 0;
width: 265px;
float: right;
}

#heading {
}

#interiormain{
float:left;
min-height: 400px;
width: 59%;
margin-left: 75px;
}

#interiormain p {
margin: 18px 0 17px 0px;
}

#interiormain ul li {
padding-left: 15px;
margin-bottom: 8px;
position: relative;
list-style-type: none;
background: url(/images/icon_li.gif) no-repeat 2px 5px;
}





/*	Content: General/Miscellaneous
- - - - - - - - - - - - - -  */

#menuitem {
margin: 20px 0 40px 0;
padding: 0 0 0 175px;
height: 160px;
clear: both;
}

.menuyogurt {
background: url(/images/menu_yogurt.jpg) no-repeat 0 0;
}

.menusmoothie {
background: url(/images/menu_smoothie.jpg) no-repeat 0 0;
}

.menupops {
background: url(/images/menu_pops.jpg) no-repeat 0 0;
}


/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
        width: 600px;
        margin: auto;
        text-align: center;
	padding: 80px 0 25px 0;
	clear: both;
	color: #b6c3e1;
	text-align: center;
	font-size: .85em;
}

#footer a:link, #footer a:visited,
#footer a:hover, #footer a:active, #footer a:focus {
	color: #b6c3e1;
}

#copyright {
	width: 500px;
	float: left;
}

#credit {
	width: 240px;
	float: right;
	text-align: right;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#specials form{
width: 156px;
float: left;
clear: right;
}

form label{

}

#search_submit {
width: 84px;
height: 32px;
border: none;
margin: 0px 0px 0 64px;

}

#search_term, #city {
width: 132px;
height: 38px;
font-size: 1em;
color: #b6c3e1;
background: #fff url(/images/searchBoxBg.gif) no-repeat;
border: none;
padding: 9px 9px 0px 9px;
font-size: 1em;
}

fieldset{
width: 132px;
float: left;
}

#specials p{
float: right;
width: 106px;
line-height: 1.7;
}



/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}


/*	Rollovers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a.home {
width: 35px;
height: 22px;
background: url(/images/ui_home.gif) 0 0px no-repeat;
text-indent: -9000em;
}


a:hover.home {
background-position: 0px -22px;
}

a.home_active {
width: 35px;
height: 22px;
text-indent: -9000em;
background: url(/images/ui_home.gif) 0 -44px no-repeat;
}

a.menu {
width: 33px;
height: 22px;
background: url(/images/ui_menu.gif) 0 0px no-repeat;
text-indent: -9000em;
}


a:hover.menu {
background-position: 0px -22px;
}

a.menu_active {
background: url(/images/ui_menu.gif) 0 -44px no-repeat;
width: 33px;
height: 22px;
text-indent: -9000em;
}

a.locations {
width: 66px;
height: 22px;
background: url(/images/ui_locations.gif) 0 0px no-repeat;
text-indent: -9000em;
}


a:hover.locations {
background-position: 0px -22px;
}

a.locations_active {
background: url(/images/ui_locations.gif) 0 -44px no-repeat;
width: 66px;
height: 22px;
text-indent: -9000em;
}

a.about {
width: 40px;
height: 22px;
background: url(/images/ui_about.gif) 0 0px no-repeat;
text-indent: -9000em;
}


a:hover.about {
background-position: 0px -22px;
}

a.about_active {
width: 40px;
height: 22px;
text-indent: -9000em;
background: url(/images/ui_about.gif) 0 -44px no-repeat;
}

a.franchise {
width: 62px;
height: 22px;
background: url(/images/ui_franchise.gif) 0 0 no-repeat;
text-indent: -9000em;
}


a:hover.franchise {
background-position: 0px -22px;
}

a.franchise_active {
background: url(/images/ui_franchise.gif) 0 -44px no-repeat;
width: 62px;
height: 22px;
text-indent: -9000em;
}

a.contact {
width: 56px;
height: 22px;
background: url(/images/ui_contact.gif) 0 0 no-repeat;
text-indent: -9000em;
}


a:hover.contact {
background-position: 0px -22px;
}

a.contact_active {
background: url(/images/ui_contact.gif) 0 -44px no-repeat;
width: 56px;
height: 22px;
text-indent: -9000em;
}

/*	End Rollovers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */




form#login {
	padding:6px;
	position:relative;
	border:1px solid grey;
}

div#email,
div#password {
	position:relative;
	float:left;
	margin-right:3px;
}

input#username-field,
input#password-field {
	width:10em;
}

label.overlabel {
	color:#b6c3e1;
}
label.overlabel-apply {
	position:absolute;
	top:7px;
	left:7px;
	z-index:1;
	color:#b6c3e1;
	font-size: .9em;
}

.bigger{
font-size: 1.3em;
font-weight: bold;
}

#footer p{clear:both;}

#footer h6{
width: 150px;
height: 24px;
text-indent: -999em;
margin: 0 auto;
background: url(/images/connectSprite.gif) no-repeat;
}
#fbLink, #twitterLink{
display: block;
float: left;
width: 47px;
height: 46px;
margin: 10px 0 0 0;
text-indent: -999em;
background: url(/images/connectSprite.gif) no-repeat -28px bottom;
}
#fbLink{margin-left: 255px;}
#twitterLink{
background-position: -79px bottom;
}