/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	
	background-color: #ffffff;
	background-image: url('../images/bgHTML.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #wrapper, html>body #wrapper #mainBody {
	height: auto;
}

/* ***** Page Structure ***** */
#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;

	background-image: url('../images/bgHeader.jpg');
	background-position: center top;
	background-repeat: no-repeat;

	text-align: center;
}

#mainBody {
	position: relative;
	margin: 0px auto;
	width: 968px;
	min-height: 100%;
	height: 100%;
	
	border: 0px none #000000;
	border-style: none solid;
	background-color: transparent;
}

div#mainContent {
	position: static;
	float: left;
	padding: 0px 0px 30px 30px;
	margin: 200px 0px 20px 0px;
	width: 700px;
	
	border-left: 1px solid #777777;
	
	text-align: left;
}

div#navigation {
	float: left;
	width: 180px;
	padding: 220px 30px 40px 0px;
	
	text-align: left;
}

div#footer {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	
	background-color: transparent;
	
	font-size: 10px;
	text-align: left;
}

/* ***** Navigation ***** */
div#navigation ul {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 30px;
}

div#navigation ul li {
	padding: 11px 10px 8px 20px;
	
	border-top: 1px solid #777777;
	
	color: #777777;
	
	list-style-position: inside;
}
div#navigation ul li.last { border-bottom: 1px solid #777777; }

div#navigation ul li a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
div#navigation ul li a.on { font-weight: bold; }
div#navigation ul li a:hover { color: #187fad; text-decoration: underline; }

#navigation p.sml { margin: 0px 0px 0px 10px; font-size: 10px; color: #777777; }
#navigation p.sml a { color: #555555; text-decoration: underline; }
#navigation p.sml a:hover { color: #187fad; text-decoration: none; }

	/* Main Content */
#mainContent p {
	width: 350px;
}

#mainContent img.imgContent {
	float: right;
	margin: 15px 0px 0px 15px;
}

	/* Home */
#mainContent div.home { margin-top: 40px; width: 650px; }
#mainContent div.home img { float: left; margin: 3px; }
#mainContent div.home h2 { padding-top: 10px; text-align: center; }
#mainContent div.home h2 img { float: none; margin: 0px auto; }

	/* Showcase */
#mainContent h3 {
	margin: 10px 0px 0px 0px;
	
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
}
	
#mainContent div.objShowcase {
	float: left;
	width: 120px;
	height: 120px;
	padding: 5px;
	margin: 3px 6px 3px 0px;
	
	border: 1px solid #444444;
}

#mainContent div.objShowcase a img { border: 0px none #000000; }
#mainContent div.objShowcase p { width: 120px; margin-top: 2px; }
#mainContent div.objShowcase p a { font-size: 11px; color: #000000; text-decoration: none; }
#mainContent div.objShowcase p a:hover { color: #187fad; }

#mainContent p.sml { margin: 0px; font-size: 11px; }

#mainContent a { color: #777777; text-decoration: underline; }
#mainContent a:hover { color: #187fad; text-decoration: none; }

	/* Footer Styles */
#footer p {
	position: relative;
	margin: 0px auto;
	padding: 0px 0px 3px 0px;
	width: 968px;
	
	color: #777777;
	text-align: left;
}

#footer p span {
	padding: 0px 0px 5px 10px;
}

#footer p span a { color: #555555; }
#footer p span a:hover { color: #bf7629; }

/* ***** Forms ***** */
form table td { padding-right: 10px; }

input,
select {
	width: 120px;

	border: 1px solid #bbbbbb;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

input.btn,
a.btn {
	padding: 3px;
	margin-top: 5px;
	
	background-color: #CC6600;
	border: 0px none #000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
input.btn { width: auto; }
a.btn { display: block; width: 120px; }

input.lightBtn {
	padding: 1px;
	width: auto;
	
	background-color: #CC6600;
	border: 0px none #000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

input.btn:hover,
a.btn:hover { color: #000000; }

input.sml {	width: 70px; }
input.numeric { width: 70px; text-align: right; }
input.lng { width: 200px }
input.dteDay { width: 20px; text-align: right; }
input.dteMonth {width: 85px; }
input.dteYear {width: 40px; text-align: right; }

textarea {
	border: 1px solid #bbbbbb;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
textarea.short { width: 200px; height: 60px; }
textarea.long { width: 300px; height: 100px; }

/* ****** Lists ***** */
	/* Categories List */
ul.lstCategories {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	
	line-height: 26px;
	
	list-style-type: none;
}

ul.lstCategories li {
	display: inline;
	padding: 4px 15px;
	
	background-color: #cccccc;
}

ul.lstCategories li a {
	color: #555555;
}


	/* Products and Showcase List */
ul.lstProducts {
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

ul.lstProducts li {
	display: block;
	float: left;
	height: 170px;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	width: 120px;
	
	border: 1px solid #000000;
}

ul.lstProducts li div {
	display: table-cell;
	height: 120px;
	width: 120px;
	
	background-color: #dddddd;
	
	text-align: center;
	vertical-align: middle;
}
ul.lstProducts li div a img { border: 0px none #000000; }

#mainContent ul.lstProducts li p {
	margin: 3px 0px 0px 0px;
	width: 120px;
	
	font-size: 11px;
	text-align: left;
}

div#mainContent ul.lstProducts li p a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	white-space: normal;
}
div#mainContent ul.lstProducts li p a:hover { text-decoration: underline; }

/* ***** Miscellaneous ***** */
span.clear { display: block; clear: both; }

/* ***** Image Enlargment Objects ***** */
div#dullWindow {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 50;
	
	background-color: #ffffff;
	
	opacity: 0.8;
	khtml-opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter:alpha(opacity=30);
}

iframe#imgEnlargement {
	display: none;
	position: absolute;
	
	border: 0px none #000000;
	background-color: transparent;
}