
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

html {
	background-color:#f5f7dc;
	/*background-image: url('../images/graphics/bg_graphic.png'); */
	background-repeat: repeat;
}

#wrapper {
	width:750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	background: url('../images/graphics/content_box.jpg') repeat-y top center;
/*	background:url('../images/graphics/content_box_revised.jpg') repeat-y top center;*/
}

body {
	margin:0px;
	padding:0px;
	font-family: Helvetica neue, Helvetica, san-serif;
	line-height: 1em;
	color: #362f2d;
	background: transparent;
}

#header {
	background: url('../images/graphics/ribbon2.jpg') no-repeat bottom center;
/*	background: url('../images/graphics/ribbon_revised_2.psd') no-repeat bottom center;*/
	width: 750px;
	height: 163px	;
}

#logo {
	display: inline;
	background: url('../images/graphics/header_logoNEW.jpg') no-repeat;
	width: 352px;
	height: 118px;
	text-indent: -5000px;
	float:left;
	margin: 10px 0 0px 35px;
}	

#logo a {
	display: block;
	width: 352px;
	height: 70px;
}

p.tagline {
	text-align: right;
	width:200px;
	float:right;
	font-size: 14px;
	font-weight: lighter;
	margin:111px 35px 0 0;
	letter-spacing:1.5px;
}

ul {
	padding-left: 0;
	margin-top: 0;
}

li {
	list-style-type: none;
	font-size: 12px;
}

#navigation {
	font-size: 14px;
	width:670px;
	height: 10;
	margin-left: 35px;
	margin-right: 30px;
	margin-top: 12px;
}

#navigation ul {
	list-style-type: none;
	width: 680px;
	height: 14px;
	padding: 0;
	margin-left:5px;
}

#navigation li {
	padding-right: 18px;
	margin-right: 18px;
	letter-spacing: 1px;
	float: left;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#navigation li.bullet {
	background: url('../images/graphics/nav_dots_top.jpg') no-repeat right .5em;
	padding-right: 18px;
	margin-right: 12px;	
}

#navigation li a {
	color: #362f2d;
	text-decoration: none;
}

#navigation li a:hover {
	color: #919b25;
	text-decoration: none;
}

a:link {
	color: #362f2d;
}

a:active {
	color: #c7d136;
}

a:visited {
	color: #362f2d	
}

#store_subnav {
	background: url('../images/graphics/store_subnav_bg.jpg') no-repeat;
	width: 254px;
	padding: 0;
	margin: 7px 0 0 6px;
}

#store_subnav ul {
	margin:0 0 0 28px;
	padding: 0;
}

#store_subnav li {
	font-size: 11px;
	float: left;
	margin-right: 24px;
}

#main_content {
	margin-top: 35px;
	padding-bottom: 50px;
}

/*
body.press #main_content {
	padding-bottom: 500px;
}*/

#text_content {
	display: inline;
	float: left;
	width: 245px;
	margin:25px 0px 45px 35px;
}

h2 {
	font-size: 16px;
	font-style: bold;
	margin-top: 0;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 13px;
	text-align: left;	
}

#text_content h3 {
	font-size: 12px;
	font-style: bold;
	margin-bottom: 3px;
}

#image_content {
	display: inline;
	float:right;
	margin:0 35px 0 0;
	width:401px;
	height: 401px;
	background:url('../images/graphics/frame_square.jpg') no-repeat center;

}

#image_content_loader {
	display: inline;
	float:right;
	margin:0 35px 0 0;
	width:401px;
	height: 401px;
	background:url('../images/graphics/frame_square.jpg') no-repeat center;
}

.photo {
	float:right;
	margin:12px 14px 0 0;
}

#thumb_content {
	float: right;
	margin: 20px 35px 0 0;
	background: url('../images/graphics/thumb_bg.jpg');
	width: 401px;
	height: 106px;
}

/*#thumb_content ul {
	margin-right: 48px;
}

#thumb_content ul li {
	float: right;
	margin:13px 0 13px 30px;
	width: 80px;
	height: 80px;
}
*/

#map_content {
	float:right;
	margin:0 35px 0 0;
	width:375px;
	height:375px;	
}

.map {
	
}

#footer {
	width: 573px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background:url('../images/graphics/dotted_line_footer.jpg') no-repeat center ;
}

#footer ul {
	padding:0;
	margin: 5px 0 0 75px;
	width: 485px;
	height: 12px;
	float: center;
}

#footer li {
	font-size: 12px;
	float: left;
	margin:0 18px 0 0;	
	height: 12px;
}
/* To make space between the link and the red dot, I created the graphic in PS with
extra space to the left of the actual dot. Since the <ul> has a designated width, 
the <li>'s space themselves out automatically. */

/*	content:url('../images/graphics/nav_dots_footer.jpg'); */
#footer li.bullet {
	background: url('../images/graphics/nav_dots_top.jpg') no-repeat right .5em;
	padding-right: 18px;
	margin-right: 12px;		
}

#footer p {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 145px;
	height: 10px;
	text-align: center;
	font-size: 10px;
}

/* @group My Group */

.loading
{
    background: url('../images/loadingIcon.gif') no-repeat 50% 50%;
    height: 100%;
    width: 100%;
}

/* @end */















