/*=== Establish Defaults ===*/

html, body, p, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, fieldset, table { 
	margin: 0; 
	padding: 0; 
	}
	
img, fieldset { 
	border: none; 
	}
	
a { 
	text-decoration: none; 
	color: #000; 
	}
	
a:hover { 
	text-decoration: underline; 
	}
	
ul, ol { 
	list-style: none;
	}
	
ul ul, ul p, ul a {
	font-size: 1em;
	}

/*=== General Foundation ===*/

html { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%;
	}
	
body {
	text-align : center;
	font-size: 1em;
	background: #33506a url(../images/background_gradient.png) repeat-x top left;
	}
	
ul, p {
	font-size: 1em;
	}
	
#container {
	margin: 0 auto;
	text-align: left;
	width: 936px;
	height: 613px;
	position: relative;
	}

.generalbkgd {
	background: url(../images/background_container.jpg) no-repeat top left;
	}
	
.doughDesignBkgd {
	background: url(../images/background_dough_design.jpg) no-repeat top left;
	}

.doughGalleryBkgd {
	background: url(../images/background_dough_gallery.jpg) no-repeat top left;
	}
	
.doughSpecBkgd {
	background: url(../images/background_dough_spec.jpg) no-repeat top left;
	}

.doughVideoBkgd {
	background: url(../images/background_dough_video.jpg) no-repeat top left;
	}
	
.stuartDesignBkgd {
	background: url(../images/background_stuart_design.jpg) no-repeat top left;
	}
	
.stuartGalleryBkgd {
	background: url(../images/background_stuart_gallery.jpg) no-repeat top left;
	}
	
.stuartSpecBkgd {
	background: url(../images/background_stuart_spec.jpg) no-repeat top left;
	}

.stuartVideoBkgd {
	background: url(../images/background_stuart_video2.jpg) no-repeat top left;
	}

h1, h2 {
	position: absolute;
	top: -50000px;
	left: -50000px;
	}

/*=== Global Nav ===*/

#globalNav {
	padding: 10px 20px 0 0;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	visibility: hidden;
	}
	
#globalNav li {
	display: inline;
	}

#globalNav li a {
	color: #000;
	}
 
#globalNav li span {
	padding: 0 3px;
	color: #cb0e1e;
	}
	
/*=== Main Nav ===*/	
	
#mainNav {
	padding: 40px;
	}	
	
#mainNav li {
	position: absolute;
	background: url(../images/mainnav_li_border.jpg) no-repeat right 3px;
	padding-right: 21px;
	}
	
#mainNav li.stuartPos {
	top: 44px;
	right: 366px;
	}
	
#mainNav li.sakonnetPos {
	top: 44px;
	right: 240px;
	}
	
#mainNav li.doughPos {
	top: 44px;
	right: 245px;
	}
	
#mainNav li.fattyPos {
	top: 44px;
	right: 0;
	}

#mainNav li.last {
	background: none;
	}

#mainNav li a.stuart {
	display: block;
	background: url(../images/mainnav_buttons.gif) no-repeat -13px -55px;
	width: 127px;
	height: 55px;
	}
	
#mainNav li a.stuart:hover {
	background-position: -13px -110px;
	}

#mainNav li a#currentStuart {
	background-position: -13px 0;
	}

#mainNav li a.sakonnet {
	display: block;
	background: url(../images/mainnav_buttons.gif) no-repeat -183px -55px;
	width: 88px;
	height: 55px;
	}
	
#mainNav li a.sakonnet:hover {
	background-position: -183px -110px;
	}

#mainNav li a#currentSakonnet {
	background-position: -183px 0;
	}

#mainNav li a.dough {
	display: block;
	background: url(../images/mainnav_buttons.gif) no-repeat -308px -55px;
	width: 85px;
	height: 55px;
	}

#mainNav li a.dough:hover {
	background-position: -308px -110px;
	}

#mainNav li a#currentDough {
	background-position: -308px 0;
	}

#mainNav li a.fatty {
	display: block;
	background:  url(../images/mainnav_buttons.gif) no-repeat -440px -55px;
	width: 82px;
	height: 55px;
	}

#mainNav li a.fatty:hover {
	background-position: -440px -110px;
	}

#mainNav li a#currentFatty {
	background-position: -440px 0;
	}
	
#mainNav li a:hover {
	text-decoration: none;
	}
	
#mainNav li a span,
#specNav li a span {
	display: none;
	}

/*=== Content ===*/

#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;

	}

#content #flashid {
	border: 5px solid #fff;
	width: 849px;
	background-color: #fff;
	margin: 0 auto;
	}

#content p {
	margin-bottom: 1em;
	}

#content p.bold {
	font-weight: bold;
	}	

.specContent {
	padding: 18px 80px 0 620px;
	line-height: 1.5;
	}
	
.designContent {
	padding: 50px 360px 0 122px;
	line-height: 1.3;
	}
	
.videoContent {
	padding: 100px 475px 0 35px;
	line-height: 1.8;
	}

#content table .label {
	font-weight: bold;
	}

#content h3 {
	margin: 20px 0 10px;
	font-size: 1.4em;
	}
	
p.pdf {
	margin-top: 10px;
	padding: 5px 0 5px 30px;
	background: url(../images/pdficon.jpg) no-repeat 0 3px;
	}
	
#videoPlayer {
	position: absolute;
	top: 139px;
	right: 17px;
	}	
	
/*=== Spec Nav ===*/
	
#specNav {
	padding: 35px;
	}	
	
#specNav li {
	position: absolute;
	}
	
#specNav li.specPos {
	top: 565px;
	right: 313px;
	}
	
#specNav li.designPos {
	top: 565px;
	right: 232px;
	}
	
#specNav li.videoPos {
	top: 565px;
	right: 160px;
	}
	
#specNav li.galleryPos {
	top: 565px;
	right: 80px;
	}
	
#specNav li a.spec {
	display: block;
	background: url(../images/specnav_buttons.jpg) no-repeat 0 0;
	width: 101px;
	height: 23px;

	}
	
#specNav li a.spec:hover,
#specNav li a#currentSpec {
	background-position: 0 -23px;
	}

#specNav li a.design {
	display: block;
	background: url(../images/specnav_buttons.jpg) no-repeat -130px 0;
	width: 51px;
	height: 23px;
	}
	
#specNav li a.design:hover,
#specNav li a#currentDesign {
	background-position: -130px -23px;
	}
	
#specNav li a.video {
	display: block;
	background: url(../images/specnav_buttons.jpg) no-repeat -215px 0;
	width: 42px;
	height: 23px;
	}
	
#specNav li a.video:hover,
#specNav li a#currentVideo {
	background-position: -215px -23px;
	}
	
#specNav li a.gallery {
	display: block;
	background: url(../images/specnav_buttons.jpg) no-repeat -285px 0;
	width: 52px;
	height: 23px;
	}

#specNav li a.gallery:hover,
#specNav li a#currentGallery {
	background-position: -285px -23px;
	}

#footer ul {
	position: absolute;
	top: 620px;
	left: 70px;
	}

#footer ul li {
	float: left;
	padding: 0 5px 0 6px;
	border-right: 1px solid #99a6b1;
	color: #99a6b1;
	font-size: 1em;
	}
	
#footer ul li.last {
	border: none;
	}

#footer ul li a {
	color: #99a6b1;
	}
	
/*=== Parent/Child Clear Hack: These selector(s) should be mirrored in the Holly Hack. Remember to include ":after" pseudo attribute. ===*/

#footer ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
