/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html { height: 100%; }
body {
	height: 100%;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px; /* sifr says no dice to ems */
	line-height: 16px;
	text-align: left;
	color: #3b372b;
	background: #301910 url(inc/img/bg.jpg) no-repeat center top;
}
p { padding-bottom: 1.4em; }
a:link, a:visited, a:active { text-decoration: none; color: #4a361e; }
a:hover { color: #000; text-decoration: underline; }
/* MAIN INTERFACE */
#outer {
	display: table;
	width: 100%;
	height: 100%;
	#position: relative;
	overflow: hidden;
}
#inner {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
#wrapper {
	#position: relative;
	#top: -50%;
	
}
#header {
	height: 120px;
	background: transparent url(inc/img/tile_top.png) repeat-x left bottom;
	color: #fff;
}
.center {
	width: 1004px;
	margin: 0 auto;
}
/* HEADER */
#logo {
	display: inline;
	float: left;
	width: 268px;
	height: 120px;
	background: transparent url(inc/img/logo.png) no-repeat center bottom;
	text-indent: -9999px;
	overflow: hidden;
}
#virgin-external {
	display: inline;
	float: right;
	width: 172px;
	height: 25px;
	margin: 45px 18px 0 0;
	background: transparent url(inc/img/virgin.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#virgin-external:hover { background: transparent url(inc/img/virgin.png) no-repeat 0 -25px; }
#main-menu {
	display: inline;
	float: right;
	width: 617px;
	height: 45px;
	margin: 5px 10px 0 0;
}
#menu li {
	display: inline;
	float: left;
	height: 45px;
}
#menu li a {
	display: block;
	height: 45px;
	text-indent: -9999px;
	overflow: hidden;
}
.home { width: 67px; background: transparent url(inc/img/menu2.png) no-repeat 0 0; }
.home:hover, .home-active { width: 67px; background: transparent url(inc/img/menu2.png) no-repeat 0 -45px; }
.products { width: 179px; background: transparent url(inc/img/menu2.png) no-repeat -67px 0; }
.products:hover, .products-active {width: 179px; background: transparent url(inc/img/menu2.png) no-repeat -67px -45px; }
.packaging { width: 166px; background: transparent url(inc/img/menu2.png) no-repeat -246px 0; }
.packaging:hover, .packaging-active { width: 166px; background: transparent url(inc/img/menu2.png) no-repeat -246px -45px; }
.about { width: 91px; background: transparent url(inc/img/menu2.png) no-repeat -412px 0; }
.about:hover, .about-active { width: 91px; background: transparent url(inc/img/menu2.png) no-repeat -412px -45px; }
.contact { width: 114px; background: transparent url(inc/img/menu2.png) no-repeat -503px 0; }
.contact:hover, .contact-active { width: 114px; background: transparent url(inc/img/menu2.png) no-repeat -503px -45px; }
.virgin { width: 215px; background: transparent url(inc/img/menu.png) no-repeat -453px 0; }
.virgin:hover { background: transparent url(inc/img/menu.png) no-repeat -453px -45px; }

/* FOOTER */
#footer { background: transparent url(inc/img/tile_bottom.png) repeat-x left top; }
#copyright {
	display: inline;
	float: left;
	width: 268px;
	height: 47px;
	padding-top: 20px;
	background: transparent url(inc/img/copyright.png) no-repeat center top;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	color: #79756b;
}
#bottom-menu {
	display: inline;
	float: right;
	width: 725px;
	padding-top: 18px;
	font-size: 11px;
	line-height: 16px;
	text-align: right;
	color: #6d5644;
}
#footer span { display: block; }
.bottom-links a { color: #fff !important; text-decoration: none; }
.bottom-links a:hover { text-decoration: underline; }
.credits a { color: #6d5644; text-decoration: none !important; }
.credits a:hover { text-decoration: underline !important; }

/* HOME */
#welcome {
	width: 615px;
	height: 270px;
	padding: 30px 0 15px 389px;
	background: transparent url(inc/img/welcome.jpg) no-repeat 0 0;
	font-size: 14px;
	line-height: 20px;
}
.home-bottom { background: #d9cfb4 url(inc/img/home_bottom.jpg) repeat-x left bottom; }
#front-list li {
	display: inline;
	float: left;
	width: 206px;
	margin-right: 18px;
	padding-right: 20px;
	border-right: 2px dashed #c3b091;
}
#front-list li h2, #front-list li .product-sample, #product-list h2 {display: block; margin-bottom: 20px; }

/* CONTACT */
.pagesplit {
	display: inline;
	float: left;
	width: 472px;
	margin: 20px 0 0 20px;
}

/* PRODUCTS */
.product-main { with: 702px; padding-left: 18px; border-left: 2px dashed #c3b091; }
#product-list li {
	display: inline;
	float: left;
	width: 349px;
	margin-right: 18px;
	margin-bottom: 20px;
	border-right: 2px dashed #c3b091;
}
.product-split {
	display: inline;
	float: left;
	width: 144px;
}
.product-split img { display: block; }
.product-intro {
	display: inline;
	float: left;
	width: 165px;
	margin-left: 20px;
	padding-right: 20px;
	font-size: 11px;
	line-height: 16px;
}
.category { margin-bottom: 20px; }
#product-details {
	display: inline;
	float: left;
	width: 226px;
	margin-right: 20px;
	font-size: 11px;
	line-height: 16px;
}
#product-image {
	display: inline;
	float: left;
	width: 472px;
	font-size: 11px;
}
#product-category li {
	display: inline;
	float: left;
	width: 226px;
	margin: 0 20px 20px 0;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
}
#product-category li img { display: block; margin-bottom: 10px; }
#product-submenu {
	margin-top: 10px;
}
#product-submenu li {
	background: transparent url(inc/img/arrow.png) no-repeat 0 5px;
	padding-left: 7px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
}

/* GLOBALS */
.body { background: #e6ddc3; }
.body-top { background: transparent url(inc/img/body_top.png) repeat-x top left; }
.clear { clear: both; }
.content-left {
	display: inline;
	float: left;
	width: 226px;
	margin: 20px 0 20px 20px;
}
.content-right {
	display: inline;
	float: left;
	width: 740px;
	margin: 20px 0;
}
.primary-title {
	display: block;
	font-family: Georgia, Times, Serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	color: #4a361e;
}
.big-title {
	display: block;
	margin-bottom: 5px;
	font-family: Georgia, Times, Serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	color: #527530;
}
.titles { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px dashed #c3b091; }
.small-title { margin-bottom: 10px; font-size: 10px; line-height: 10px; font-weight: normal; text-transform: uppercase; }
.bigger-title {
	font-family: Georgia, Times, Serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	color: #527530;
}
.smaller-title {
	font-family:Georgia, Times, Serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	color: #4a361e;
}
.padding { padding: 20px; }
.left-mar { margin-left: 20px; }
.right-pad, .content-left .big { padding-right: 20px !important; }
.no-right { margin-right: 0 !important; border: none !important; }
.margin-top { display: block; margin-top: 20px; }
.top-pad { padding-top: 20px; }
.left-pad { padding-left: 20px; }
.big, #welcome { font-size: 14px; line-height: 20px; }
.arrow { background: transparent url(inc/img/arrow.png) no-repeat 0 3px; padding-left: 7px; }
.hilite { color: #527430; }
.specsheet { display: block; }
.download { display: inline; float: left; width: 155px; margin-top: 5px; }
.about-photos li { margin-bottom: 20px; }/* STUFF YOU CAN EDIT */

/* STUFF YOU DON'T EDIT */
/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}