/* CSS Document */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	padding: 0;
	margin: 0;
	color: #000000;
}

p {
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 12px;
	color: #4c4c4c;
	line-height: 17px;
}

img { 
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	font-size: 12px;
	color: #447e97;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #656565;
	font-size: 16px;
	margin: 0;
	padding: 0;
}


h2 {
	color: #656565;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h3 {
	color: #116fa8;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: 100;
}


hr {
	height:0px;
	border-top:0px solid #e1e1e1;
	color: #e1e1e1;
}

ul {
	list-style-image: url(../images/list_icon.gif);
	margin: 0 0 25px 0;
	padding: 0 35px;
}

li {
	font-size: 12px;
	margin-top: 15px;
}


/****** GENERIC ******/

.flashTextFix {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;	
}

div.clear {
	height: 0;
	margin: 0;
	padding: 0;
}

.clearLeft {
	clear: left;
}

div.flashContainer {
	width: 1px;
	height: 1px;
	position: absolute;
	z-index: 10;
}

input.textInput {
	height: 18px;
	width: 255px;
	border: 1px solid #bec5cd;
}

textarea.inputTextArea {
	width: 255px;
	border: 1px solid #bec5cd;
	height: 148px;
}

/****** CONTAINERS ******/
body div#pageContainer {
	width: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/showcase/bg/page_container_bg.gif) top left repeat-x #ffffff;
	min-width: 905px;
}

body div#footerContainer {
	width: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/showcase/bg/footer_bg.gif) bottom left repeat-x #ffffff;
	min-width: 905px;
}

body div#pageContainerLong {
	width: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/showcase/bg/page_container_bg.gif) top left repeat-x #ffffff;
	min-width: 905px;
}

body div#footerContainerLong {
	width: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/showcase/bg/footer_bg.gif) bottom left repeat-x #ffffff;
	min-width: 905px;
}



/******** PAGE ********/
div#page {
	width: 905px;
	padding: 45px 20px 0 20px;
	margin: 0 auto;	
}

div#pageLong {
	width: 905px;
	padding: 45px 20px 0 20px;
	margin: 0 auto;	
}

div#pageLeft {
	width: 252px;
	float: left;
}

div#pageRight {
	width: 593px;
	padding-left: 60px;
	float: left;
}

/** HEADER **/
div#header {
	padding: 0;
	position: relative;
	height: 164px;
}

div#header2 {
	padding: 0;
	position: relative;
	height: 121px;
}

img.borderPics {
	border: 1px solid #c3c3c3;
	margin-top: 6px;
}

/******** LEFT PAGE ********/
div#showcaseMenu {
	background: url(../images/showcase/bg/menu_bg.gif) top left no-repeat #1ead59;
	min-height: 200px;
	_height: 200px;
}

div#showcaseMenu ul {
	list-style: none;
	margin: 0;
	padding: 8px 15px;
	list-style-image: none;
}

div#showcaseMenu ul li {
	border-bottom: 1px dotted #ffffff;
	padding: 5px 0 8px 0;
	margin: 0;
}

div#showcaseMenu ul li a {
	font-size: 11px;
	color: #ffffff;
	font-weight: 600;
}


/******** BROWSE NAVIGATION ********/
div#browseNavigation {
	color: #907925;
	font-size: 11px;
	padding: 38px 0 13px 0px;
}

div#browseNavigation strong {
	color: #181a1c;
}

div#browseNavigation a {
	color: #447e97;
	text-decoration: none;
	font-size: 11px;
}

div#browseNavigation a:hover {
	text-decoration: underline;
}

div#helpNavigation {
	padding: 0 4px 0 0;
	color: #907925;
	font-size: 11px;
	text-align: right;
}

div#helpNavigation a {
	font-size: 11px;
}

.greenRoomLink {
	position: relative;
	top: -3px;
	left: 0px;
}

/******** PAGE BOTTOM ********/
div#pageBottom {
	margin: 0 auto;
	width: 970px;
	padding: 0;
}

/******** THUMB HOVER ********/
#imageContainer {
	width: 348px;
	height: 348px;
	padding: 0;
	margin: 0;
	float: left;
}

#imageContainer img {
	border: 1px solid #d9dbdc;
}

#gallery {
	width: 110px;
	padding: 0 0 0px 17px;
	margin: 0;
	float: left;
	overflow:hidden;
	height: 348px;
}

#gallery img {
	border: 1px solid #d9dbdc;
}

/** SCROLL BAR **/
#scrollBar {
	width: 8px;
	height: 348px;
	margin-left: 10px;
	background: url(../images/img_scroller.gif) repeat-y center;
	float: left;
}	

#scrollHandle {
	width: 8px;
	height: 35px;
	background-image: url(../images/img_scroller_handle.gif);
	background-position: top-left;
	background-repeat: no-repeat;
	cursor: pointer;
}
	
/**** PRODUCT LIST ****/
ul.productList {
	margin: 0;
	padding: 0;
}

ul.productList li {
	width: 175px;
	height: 230px;
	display: block;
	float: left;
	padding: 0 40px 20px 0 ;
	margin: 0;
}

ul.productList li.rightSide {
	width: 175px;
	height: 230px;
	display: block;
	float: left;
	padding: 0 0px 20px 0 ;
	margin: 0;
}

ul.productList li a {
	color: #116fa8;
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
}	

ul.productList li a:hover {
	text-decoration: none;
}

div.productLeft {
	width: 135px;
	float: left;
}

div.productRight {
	width: 95px;
	float: left;
}

div.productRight a.productTitle {
	font-size: 12px;
	text-decoration: underline;
	color: #800000;
}

div.productRight a.productTitle:hover {
	font-size: 12px;
	text-decoration: none;
}


ul.productList li p {
	padding: 5px 0;
	margin: 0;
	font-size: 11px;
	color: #0c0d0e;
	height: 115px;
}
	
img.imageProductList {
	border: 1px solid #e1e1e1;
	display: block;
	float: left;
}	

div.productListText {
	width: 150px;
	padding-left: 10px;
	float: left;
}

h2.productListInclude {
	position: relative;
	top: -5px;
}
	
/****** FOOTER ******/
div#footer {
	width: 905px;
	margin: 0 auto;
	position: relative;
	color: #747474;
	font-size: 10px;
	min-height: 113px;
	padding: 20px 0 0 0;
}

div#footerLong {
	width: 905px;
	margin: 0 auto;
	position: relative;
	color: #747474;
	font-size: 10px;
	min-height: 113px;
	padding: 20px 0 0 0;
}

div#footerLinks {
	padding: 10px 0 17px 0;
}

div#footerLinks a {
	font-size: 11px;
	text-decoration: none;
}

div#footerLinks a:hover {
	text-decoration: underline;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	