/* Normalize
================================= */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { 
	margin : 0; padding : 0; 
}
/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 {
 font-size : 100%; 
 font-weight: 200;
}
h2 {
	letter-spacing: .075em;
}
/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Style
================================= */

/* the appropriate background class will be applied based on class attached to the body */
body {
	margin: 0;
	padding: 0;
	font: 76%/1.5 "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  	background: #2b2b2b;
  	color: #999999;
}

/* Default Links
================================= */
a:link {
	text-decoration: none;
	color: #ffbd1d;
}
a:hover {
	text-decoration: underline;
}

/* Colors
================================= */
.orange {
	color: #ffbd1d;
}
.white {
	color: #fff;
}
.offwhite {
	color: #fcf9dd;
}

/* Headers
================================= */

h1 {
	width: 125px;
	height: 131px;
	display: block;
	background: url(../img/logo.gif) no-repeat;
	float: right;
	padding-top: 4px;
	font-size: 150%;
	color: #ffbd1d;
	text-indent: -9000px;
}
h2 {
	margin: 0 10px .5em 0px;
	font-size: 150%;
	color: #ffbd1d;
}
#threeColLayout #secondaryContent h3 a {
	margin: 0;
	font-size: 115%;
	color: #fcf9dd;
	text-decoration: none;
}
#threeColLayout #secondaryContent h3 a:hover {
	text-decoration: underline;
}
#threeColLayout #secondaryContent p a.more {
	color: #ffbd1d;
	text-decoration: none;
}
#threeColLayout #secondaryContent p a:hover.more {
	color: #ffbd1d;
	text-decoration: underline;
}
#threeColLayout #sideContent h3 {
	margin: 0;
	font-size: 100%;
	color: #fcf9dd;
}
#threeColLayout #primaryContent p {
	margin-bottom: 0.75em;
}
#threeColLayout #primaryContent p.last {
	margin: 0;
}
#threeColLayout #primaryContent p.last a {
	color: #ffbd1d;
	text-decoration: none;
}
#threeColLayout #primaryContent p.last a:hover {
	text-decoration: underline;
}
#twoColLayout #primaryContent p {
	margin-bottom: 0.75em;
}
#twoColLayout #primaryContent p.last {
	margin: 0;
}
#twoColLayout #secondaryContent p {
	margin-bottom: 0.75em;
}
#news_reference {
	border-bottom: #999 1px solid;
	margin: 15px 0;
	padding: 0 0 5px 0;
}
.uppercase {
	text-transform: uppercase;
}
#twoColLayout h3 {
	margin: 0;
	font-size: 120%;
	color: #fcf9dd;
}
#twoColLayout a.external {
	text-decoration: none;
	background: url(../img/external.gif) no-repeat right top;
  	padding-right: 10px;
  	color: #ffbd1d;	
}
#twoColLayout a:hover.external {
	text-decoration: underline;		
}
.small {
	font-size: 9px;
	color: #fff;
}
/* Staff Email Rules */
a.email {
	color: #ffbd1d;
	text-decoration: underline;
	background: url(../img/email.gif) no-repeat 0 50%;
	padding-left: 1.4em;
}
a:hover.email {
	text-decoration: none;
}
.staffpagelink a {
	color: #ffbd1d;
	text-decoration: none;
}
.staffpagelink a:hover {
	text-decoration: underline;
}

/* Layout
================================= */

#wrapper {
	width:760px;
	margin:0 auto;
	background-color: #2b2b2b;
	padding: 0 10px 10px 10px;
}

/* default masthead holding the h1 and mainNav */
#header {
	width: 760px;
	height: 140px;
	margin-top: 15px;
	position: relative;
}

/* Three Main Columns */
#primaryContent {
	float:left;
	width:760px;
	display:inline;
	margin: 0 0 15px 0;
}

/* Activates div primaryContent layout */
#threeColLayout #primaryContent {
	float:left;
	width:260px;
	margin: 0 0 15px 150px;
}
#secondaryContent {
	float:left;
	width:335px;
	margin: 0 0 15px 15px;
}
#sideContent {
	float:left;
	width:135px;
	margin: 0 0 15px -760px;
}
#slideshow {
	margin: 15px 0;
	padding: 15px 0;
	border-bottom: #999999 1px solid;
}
#twoColLayout #primaryContent,
#twoColLayout .primaryContent{
	width:365px;
	float:left;
	margin: 20px 15px 20px 0;
	position: relative;
}
#twoColLayout #secondaryContent,
#twoColLayout .secondaryContent{
	width:365px;
	float:left;
	margin: 20px 0 20px 15px;
}

/* Footer
================================= */
#footer {
	clear:both;
	width: 760px;
	height: 85px;
	border-top: #999999 1px solid;
}
#footer p {
	text-align: center;
	font-size: 11px;
	margin: 14px 0 0 0;
}
#footer a:link, #footer a:visited {
	color: #fcf9dd;
	text-decoration: none;
}
#footer a:hover {
	color: #ffbd1d;
}

/* Images
================================= */

#threeColLayout #secondaryContent img {
	float: left;
	margin: 0px 0 2px 0px;
	border: #eeebcf solid 3px;
}
#threeColLayout #secondaryContent img:hover {
	border: #ffbd1d solid 3px;
}
.margin {
	margin: -4px 0 1.3em 104px;
}
#twoColLayout #primaryContent img,
#twoColLayout .primaryContent img{
	float: left;
	margin: 0px 0 2px 0px;
	border: #eeebcf solid 3px;
}
#twoColLayout #secondaryContent img,
#twoColLayout .secondaryContent img{
	float: left;
	margin: 0px 0 2px 0px;
	border: #eeebcf solid 3px;
}
#twoColLayout .margin {
	margin: -4px 0 2em 104px;
}
#twoColLayout .margin_double {
	margin: -4px 0 5.2em 104px;
}

/* Images of Flowers: Product Hero Shots */
#twoColLayout #primaryContent #contactSunflowerImage {
	position: absolute;
	bottom: -22px;
	left: 280px;
}
#twoColLayout #primaryContent #contactSunflowerImage img {
	border: none;	
}
#twoColLayout #primaryContent #tulip img, #twoColLayout #primaryContent #productsImage_1 img, #twoColLayout #primaryContent #productsImage_2 img, #twoColLayout #primaryContent #productsImage_3 img, #twoColLayout #primaryContent #productsImage_4 img {
	border: none;	
}
#twoColLayout #primaryContent #productsImage_1 {
	position: absolute;
	top: 60px;
	left: 355px;
}
#twoColLayout #primaryContent #productsImage_2 {
	position: absolute;
	top: 95px;
	left: 365px;
}
#twoColLayout #primaryContent #productsImage_3 {
	position: absolute;
	top: 85px;
	left: 370px;
}
#twoColLayout #primaryContent #productsImage_4 {
	position: absolute;
	top: 85px;
	left: 370px;
}
#twoColLayout #primaryContent #tulip {
	position: absolute;
	top: 50px;
	left: 380px;
}

/* Main Navigation: Based on a method from Richard Rutter
================================= */
#mainNav {
	margin: 0;
	width: 760px;
	position: absolute;
	top: 115px;
	left: 0;
	border-bottom: #999999 1px solid;
	padding-bottom: 12px;
}
#mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#mainNav li {
	font-size: 112%;
	font-weight: 600;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	margin-right: 1.2em;
}
#mainNav a {
	color: #eeebcf;
	display: inline;
	width: auto;
	text-decoration: none;
	margin: 0;
}
#mainNav a:hover, #mainNav a:active { 
	color: #ffbd1d; 
}

/* Highlighting Current Page */
body.home #mainNav a#home_highlight, body.products #mainNav a#products_highlight, body.news #mainNav a#news_highlight, body.staff #mainNav a#staff_highlight, body.contact #mainNav a#contact_highlight { 
  	color: #ffbd1d;
	text-decoration: none;
}

/* Fourthdoor Site Design in Header */
#fourth {
	margin: 0;
	position: absolute;
	top: 50px;
	left: 0;
	color: #545454;
}
#fourth li {
	font-size: 92%;
}
#fourth a {
	color: #545454;
	margin: 0;
	text-decoration: none;
}
#fourth a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Sub Nav: Products 
================================= */

#productsSubNav {
	margin: 0;
	width: 300px;
	padding-bottom: 50px;
	font-weight: bold;
	font-size: 100%;
}
#productsSubNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#productsSubNav li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: auto;
	margin-right: 1em;
}
#productsSubNav a {
	text-decoration: none;
	display: inline;
	background: #fcf9dd;
	color: #333;
	margin: 0;
	padding: 5px 7px;
}
#productsSubNav a:hover, #productsSubNav a:active { 
	background: #ffbd1d;
	color: #333;
}
#productsSubNav a.active:link, #productsSubNav a.active:visited {
	position: relative;
	z-index: 102;
	background: #ffbd1d;
	color: #333;
	font-weight: bold;
}
/* Highlighting Current Box on Products Page */
body.products.one #productsSubNav a#box1_highlight, body.products.two #productsSubNav a#box2_highlight, body.products.three #productsSubNav a#box3_highlight, body.products.four #productsSubNav a#box4_highlight { 
  	background: #ffbd1d;
}
