﻿html, body														{ margin: 0; padding: 0; background-color: #fff; }
body															{ font-family: Tahoma, Arial, Sans-Serif; font-size: 90%; color: #393939; }

	h1															{ margin: 10px 0 0 0; font-size: 150%; color: #333367; font-weight: normal; }
	h2															{ margin: 10px 0 0 0; font-size: 125%; color: #333367; font-weight: normal; }
	h3															{ margin: 10px 0 0 0; font-size: 100%; color: #000; font-weight: normal; }
	p															{ font-size: 90%; }
	p.justify													{ text-align: justify; }
	div.image													{ text-align: center; }
	div.image img												{ padding: 5px; border: 1px solid #ddd; }
	
	select,
	input,
	textarea													{ font-size: 90%; font-family: Tahoma, Arial, Sans-Serif; }

	div.struct													{ margin: auto; width: 950px; height: auto; }
	
	div#header													{ }
	div#header div#logo											{ width: 243px; height: 146px; background: transparent url('Logo.jpg') no-repeat 0 0; }
	div#header div#logo span									{ display: none; }
	
	div#navigation												{ margin-bottom: 2px; height: 35px; background: transparent url('Navigation-Stretch.jpg') repeat-x 0 0; }
	div#navigation div.struct									{ height: 35px; background: transparent url('Navigation-Background.jpg') repeat-x 0 0; }
	div#navigation ul											{ margin: 0; padding: 0; list-style: none; }
	div#navigation ul li										{ margin: 0; padding: 0px 10px; height: 35px; float: left; line-height: 35px; }
	div#navigation ul li a										{ height: 35px; display: block; }
	div#navigation ul li a:link,
	div#navigation ul li a:visited								{ color: #a8a8d2; text-decoration: none; }
	div#navigation ul li a:hover								{ color: #fff; text-decoration: none; background: transparent url('Navigation-Arrow.jpg') no-repeat center center; }
	div#navigation ul li a:active								{ color: #a8a8d2; text-decoration: none; }
	
	div#navigation ul li.active a:link,
	div#navigation ul li.active a:visited,
	div#navigation ul li.active a:hover,
	div#navigation ul li.active a:active						{ color: #fff; text-decoration: none; background: transparent url('Navigation-Arrow.jpg') no-repeat center center; }
	
	div#banner													{ margin-bottom: 2px; height: auto; background: transparent url('Banner-Stretch.jpg') repeat-x 0 0; }
	
	div#content													{ }
		div#content a:link,
		div#content a:visited									{ color: #333367; }
		div#content a:hover										{ color: #d52627; }
		div#content a:active									{ color: #333367; }
		div#left												{ padding-left: 10px; width: 705px; float: left; }
				
			div.product											{ margin-top: 30px; width: 705px; clear: left; }
			div.product-image									{ margin-left: 15px; width: 200px; float: left; }
			div.product-content									{ margin-left: 30px; margin-right: 15px; width: 445px; float: left; }
			
			div.product-content h2:first-child					{ margin-top: 0px; }
	
		div#right												{ margin: 10px 0 10px 0; width: 235px; float: left; }
			div#glyphs											{ margin: auto; width: 225px; }
			div#glyphs div.glyph-container						{ clear: left; }
			div#glyphs div.glyph-container div.glyph			{ margin-left: 5px; margin-bottom: 5px; width: 100px; height: 100px; float: left; }
			div#glyphs div.top div.glyph						{ background-color: #bfbebe; }
			div#glyphs div.middle div.glyph						{ background-color: #cdcccb; }
			div#glyphs div.bottom div.glyph						{ background-color: #dbdad9; }
			div.glyph img										{ border: 0; }
			
			div#div-contact										{ }
			div#div-contact span.req							{ font-size: 80%; font-weight: bold; color: #f00; }
			div#div-contact .error								{ border: 1px solid #f00; color: #f00; }
			div#div-contact label								{ display: inline-block; width: 100px; }
			div#div-contact input.text,
			div#div-contact select								{ display: inline-block; width: 200px; }
			div#div-contact div.left							{ width: 49%; float: left; }
			div#div-contact div.right							{ width: 49%; float: left; }
			div#div-contact div#gutter							{ clear: left; }
				div#gutter label								{ display: block; width: auto; }
				div#gutter textarea								{ width: 600px; }
			
	
	div#footer													{ margin: 20px auto 30px auto; height: 30px; line-height: 30px; clear: both; text-align: center; font-size: 90%; color: #fff; background: transparent url('Footer-Background.jpg') repeat-x 0 0 ; }
	
	div.contact													{ clear: left; }
	div.contact div												{ margin: 5px; }
	div.contact div.name										{ float: left; width: 25%; text-align: right; }
	div.contact div.address										{ float: left; width: 70%; }
	div.contact div.address span								{ display: block; }
	
	div.gutter													{ clear: both; }
	
	/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
