@import url('reset.css');

.clear { /* to clear floated elements */
	clear: left;
}

/* common style for links */
a {
	text-decoration: none;
}

a:hover, a.current {
	text-decoration: underline;
	
}

/* common layout styles */
body {
	/*font-family: Tahoma, "MyriadPro Regular", "Trebuchet MS", Arial, sans-serif;*/
	font-family: Verdana, "MyriadPro Regular", "Trebuchet MS", Arial, sans-serif;
	/*font-family: "MyriadPro Regular", "Trebuchet MS", Tahoma, Arial, sans-serif;*/
	color: #858686;
	font-size: .8em;
	line-height: 1.2;
	background: url('/images/body-bg.gif') repeat left top;
}

#wrapper {
	width: 848px;
	margin: 35px auto 0;
}

#header {
	height: 182px;
	background: url('/images/header-bg.png') no-repeat left top !important;
	background: url('/images/header-bg.gif') no-repeat left top;
}

#header h1 {
	float: left;
}

/* special of the month 
#header h2 a {
	float: right;
	display: block;
	background: url('/Content/Documents/SpecialofThe Month/special.jpg') no-repeat left top;
	width: 227px;
	height: 109px;
	margin: 55px 65px 0 0;
	text-indent: -9999em;
}*/

#special-month {
	float: right;
	margin: 55px 65px 0 0;
}

#special-month img {
	float: left;
}

/* logo */
#header h1 a {
	display: block;
	float: left;
	background: url('/images/logo.jpg') no-repeat left top;
	margin: 52px 0 0 62px;	
	width: 140px;
	height: 126px;
	text-indent: -9999em;
}

/* --- Top Navigation styles starts */
#nav {
	height: 38px;
	width: 837px;
	background: #1355A4;
	margin: 0 0 0 1px;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	color: #fff;
	padding: 0 25px;
	border-right: 1px solid #8DAAD2;
	line-height: 24px;
	margin: 7px 0;
	text-decoration: none;
	
}

#nav li a.first, #nav ul.first {
	margin-left: 110px;
}

#nav ul.first {
	z-index: 100;
}

#nav li a.last {
	border-right: 0;
}

#nav li a:hover, #nav li a.current {
	/**background: #fff;
	color: #1355A4;**/
	color:#ABC449; /* website green */
	/*font-weight: bold;
	padding: 0 33.6px;*/
}

#nav li ul {
	position: absolute;
	width: 135px;
	left: -999em;
	background: url('/images/sub-nav-bg.gif') repeat-y left top;
	font-size: .8em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav ul li a {
	float: left;
	display: block;
	color: #000;
	padding: 0 0 0 15px;
	line-height: 24px;
	margin: 2px 0;
	border: 0;
	width: 135px;
}

#nav ul li a:hover {
	background: 0;	
}

#nav ul li a.last {
	background: url('/images/sub-nav-close.gif') no-repeat left bottom;
	padding-bottom: 20px;
	width: 132px;
}

#nav ul li a:hover.last {
	background: url('/images/sub-nav-close.gif') no-repeat left bottom;
	padding-bottom: 20px;
	width: 132px;
}



/* --- Top Navigation styles ends */


#inner-wrapper {
	background: url('/images/wrapper-bg.gif') repeat-y left top;	
}

#content-wrapper {
	clear: both;
}

/* --- LHS Col nav styles starts */

#sub-col {
	float: left;
	width: 175px;
	margin: 40px 0 0 50px;
	background: url('/images/sub-col-bg.gif') repeat-y right top;
}

#sub-col ul li {
	padding: 5px 0 5px 0;
}

#sub-col ul li a {
	color: #010002;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#sub-col ul li a:hover {
	color: #0055A4;
	
}

#sub-col ul ul li {
	padding: 5px 0 5px 10px;
}

#sub-col ul ul li a {
	font-size: .89em;
	color: #3D3E3E;
}


/* -------------------------------- Sub Col Fly out Menu Styles ---------------------------- */

	#subcol-nav, #subcol-nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
	}
	
	#subcol-nav ul {
		width : 150px;	
	}
	
	ul#subcol-nav li { /* all list items */
		position : relative;
		float : left;
		margin-bottom : -1px;
		width: 140px;
	}
	
	ul#subcol-nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 141px;
		margin-top : -1.5em;
	}
	
	ul#subcol-nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	ul#subcol-nav li a {
		width : 140px;
		display : block;
		text-decoration : none;
		padding : 0 5px;
	}

	ul#subcol-nav ul {
		color : white;
		background-color : #C9D98A;
		border-right: 1px solid #fff;
	}

	ul#subcol-nav ul li {
		width: 140px;
		border-bottom: 1px dashed #fff;
	}
	
	#sub-col #subcol-nav ul li a {
		color: #3D3E3E;
	}
	
	#sub-col #subcol-nav ul li a:hover {
		color: #1355A4;
	}
	
	#subcol-nav li:hover, #subcol-nav li.sfhover {
		color : white;
		background-color : #ABC449;
		width: 140px;
	}
	
	#subcol-nav li:hover ul ul, #subcol-nav li:hover ul ul ul, #subcol-nav li.sfhover ul ul, #subcol-nav li.sfhover ul ul ul {
		left: -999em;
		border-bottom: 1px dashed #fff;
	}
	
	#subcol-nav li:hover ul, #subcol-nav li li:hover ul, #subcol-nav li li li:hover ul, #subcol-nav li.sfhover ul, #subcol-nav li li.sfhover ul, #subcol-nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		border-bottom: 1px dashed #fff;
	}
	
	
	
/* ------- Sub Col Fly out Menu Styles Ends ---------------------------- */
#subcol-nav22, #subcol-nav22 ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
	}
	
	#subcol-nav2 ul {
		width : 150px;	
	}
	
	ul#subcol-nav2 li { /* all list items */
		position : relative;
		float : left;
		margin-bottom : -1px;
		width: 150px;
	}
	
	ul#subcol-nav2 li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 141px;
		margin-top : -1.5em;
	}
	
	ul#subcol-nav2 li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	ul#subcol-nav2 li a {
		width : 150px;
		display : block;
		text-decoration : none;
		padding : 0 5px;
	}

	ul#subcol-nav2 ul {
		color : white;
		background-color : #C9D98A;
		border-right: 1px solid #fff;
	}

	ul#subcol-nav2 ul li {
		width: 140px;
		border-bottom: 1px dashed #fff;
	}
	
	#sub-col #subcol-nav2 ul li a {
		color: #fff;
	}
	
	#sub-col #subcol-nav2 ul li a:hover {
		color: #1355A4;
	}
	
	#subcol-nav2 li:hover, #subcol-nav2 li.sfhover {
		color : white;
		background-color : #ABC449;
		width: 140px;
	}
	
	#subcol-nav2 li:hover ul ul, #subcol-nav2 li:hover ul ul ul, #subcol-nav2 li.sfhover ul ul, #subcol-nav2 li.sfhover ul ul ul {
		left: -999em;
		border-bottom: 1px dashed #fff;
	}
	
	#subcol-nav2 li:hover ul, #subcol-nav2 li li:hover ul, #subcol-nav2 li li li:hover ul, #subcol-nav2 li.sfhover ul, #subcol-nav2 li li.sfhover ul, #subcol-nav2 li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		border-bottom: 1px dashed #fff;
	}
/* --- LHS Col nav styles ends */

#main-col {
	width: 580px;
	float: left;
	margin: 25px 0 0 10px;
}

#main-col strong
{
    color:#4b4b4b;
    font-weight: bold;
}

#footer {
	clear: both;
	border-top: 1px solid #C0C0C0;
	text-align: center;
	margin: 80px 30px 0;
	padding: 10px 0;
	color: #232222;	
}

#footer p {
	font-size: .8em;
}

#footer h4 {
	margin: 0 0 12px 0;
}

p#flinks a {
	color: #1160AA;
	padding: 0 10px;
}

#card-logo {
	width: 124px;
	height: 25px;
	background: url('/images/card-logos.gif') no-repeat center center;
	margin: 20px auto;
}

p#add {
	color: #B5B5B5;
	float: right;
	text-align: right;
}

p#copy {
	color: #B5B5B5;
}



/* ------------- Home Page Specific Styles Starts 3 per row ------------- */
#homeproducts {
	width: 570px;
	margin: 0 auto 20px auto; 
}

.homeproduct {
	float: left;
	width: 190px;
	margin: 0 0 10px 0;
}

#main-col p.foot-note {
    clear: both;
    color: #777;
    border-top: 2px solid #c0c0c0;
    margin: 0;
    padding: 5px 0 0 0;
    font-size: .8em;
}

.homelast {
	/*margin-right: 0;*/
}

.homethumb {
	background: url('/images/thumb-bg.gif') no-repeat left top;
	width: 171px;
	height: 164px;
	text-align: center;
}

.homethumb img {
	margin: 10px 0;
}

#gallery-description
{
	width: 150px;
	text-align:center;
	height: 50px;
	font-size: 0.9em;
	font-weight: bold;
	margin-left:10px;
}

#main-col #homeproducts h1 {
	color: #000;
	font-size: 1.4em;
	padding: 14px 0 0 10px;
}

#main-col #homeproducts p {
	margin: 0 0 10px 0;
	font-size: 1.0em;
	padding: 4px 14px 0 10px;
}

/* ------------- Home Page Specific Styles Ends ------------- */

/* ------------- Product Page Specific Styles Starts 2 per row ------------- */
#products {
	width: 490px;
	margin: 0 auto;
}

.product {
	float: left;
	width: 225px;
	margin: 15px 35px 10px 0;
}

.last {
	margin-right: 0;
}

.thumb {
	background: url('/images/thumb-bg-product.gif') no-repeat left top;
	width: 227px;
	height: 223px;
	text-align: center;
}

.thumb img {
	margin: 10px 0;
}

#main-col #products h1  {
	color: black;
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
}

#main-col #products p {
	margin: 0;
	font-size: .8em;
}

/* ------------- Product Page Specific Styles Ends ------------- */


/* ------------- Content Page (About Us and Policies) Specific Styles Starts ------------- */

#main-col h2 {
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	margin: 15px 40px 0 20px;
}

#main-col h3 {
	font-size: 1.2em;
	color: #0055A4;
	font-weight: bold;
	margin: 15px 40px 0 20px;
}

#main-col p.small {
	font-size: .8em;
	font-weight: bold;
	color: #0055A4;	
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	width: 140px;
}

#main-col p {
	color: #817E7E;	
	margin: 0 40px 10px 20px;
}

#main-col blockquote {
	font-style: italic;
}

#main-col p.client {
	text-indent: 30px;
}
/* ------------- Content Page (About Us and Policies) Specific Styles Ends ------------- */



/* ------------- Form Element Specific Styles Starts ------------- */
.required {
	color: #f00;
}

label {
	color: #000;
}

input, textarea {
	border: 1px solid #C0BFBF;
	padding: 2px 5px;
}

/* ------------- Contact Us Page Starts -------------------- */

#main-col h1#logo {
	background: url('/images/logo.jpg') no-repeat center top;
	width: 140px;
	height: 126px;
	margin: 0 auto;
	text-indent: -999em;
}

.col {
	float: left;
	width: 200px;
	margin-left: 90px;
}

#main-col .col h2 {
	font-size: 1.2em;
	margin: 0;
	text-align: right;
}

#main-col .col h3 {
	font-size: 1.1em;
	margin: 0;
}

#main-col .col p {
	margin: 0;	
}

.col2 {
	float: left;
	width: 200px;
	margin-left: 60px;
}

#main-col .col2 h2 {
	font-size: 1.2em;
	margin: 0;
	text-align: right;
}

#main-col .col2 h3 {
	font-size: 1.1em;
	margin: 0;
}

#main-col .col2 p {
	margin: 0;	
}

table#contactTable td
{
    padding: 2px;
}

div#contact {
	border-top: 1px solid #D9D9D9;
	width: 490px;
	margin: 40px auto;
	padding: 20px 0 0 0;
	font-family: Tahoma, "MyriadPro Regular", "Trebuchet MS", Arial, sans-serif;
}

.contactConfirm
{
	border-top: 1px solid #D9D9D9;
	width: 490px;
	margin: 40px auto;
	padding: 20px 0 0 0;
	font-family: Tahoma, "MyriadPro Regular", "Trebuchet MS", Arial, sans-serif;
    text-align: center;
}

div#contact legend, div#dealer legend {
	color: #0055A4;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
}

div#contact li, div#dealer li, div#login li {
	margin: 15px 0;
}

div#contact label, div#dealer label, div#login label {
	padding: 0 3px;
	font-weight: bold;
}

label.first_label, span.first_label {
	width: 87px;
	float: left;
	display: block;
}

input#first_name {
	width: 138px;
}
input#last_name {
	width: 134px;
}

input#title {
	width: 20px;
}

input#company {
	width: 260px;
}

input#address1, input#address2 {
	width: 365px;
}

input#city, input#zip_code {
	width: 80px;
}

input#state, input#country {
	width: 210px;
}

input#phone, input#fax {
	width: 100px;
}

input#email, textarea#message {
	width: 210px;
}

textarea#message {
	height: 150px;
	margin: 5px 0 0 90px;
}

input#state {
	margin-left: 15px;
}

label.msg {
	color: #0055A4;
	font-weight: bold;
}

.send {
	margin-left: 260px;
	border: 0;
}


/* -------------------- Registration Page ------------------------ */
div#dealer {
	width: 490px;
	margin-left: 20px;
	padding: 20px 0 0 0;
	font-family: Tahoma, "MyriadPro Regular", "Trebuchet MS", Arial, sans-serif;
}

.btnRegister {
	border: 0;
	margin-left: 230px;
}

/* -------------------- Login Page --------------------------- */
div#login {
	width: 485px;
	margin: 30px auto;
	background: #F6F6F7;
	border: 1px solid #D7D7D8;
	border-left: 0;
	border-right: 0;
	padding: 15px 10px;
}

div#login p {
	margin: 0;
}

div#login p.not-registered, div#login p.not-registered a {
	color: #0055A4;
	font-weight: bold;
}

div#login p.not-registered a {
	text-decoration: underline;
}
	
div#login p.forgot {
	font-weight: bold;
	margin-left: 80px;
	color: #000;
}

div#login p.forgot a {
	color: #0055A4;
	text-decoration: underline;
}

.go {
	border: 0;
	line-height: 22px;
	padding: 0;
	position: relative;
	top: 5px;
	margin-left: 7px;
}


/* --------------------------- Product Details Page ------------------------------ */

#product-details {
	width: 475px;
	margin: 0 auto;
}

#product-details h1 {
	/*color: black;
	border-bottom: 1px solid #d9d9d9;
	font-size: 1.6em;
	padding: 0 0 5px 0;*/
	color: black;
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 5px 0;
}



#product-description {
	margin: 25px 0 0 0;
}
#product-description .thumb {
	float: left;
	margin: 0 15px 0 0;
}



#description {
	float: left;
	width: 171px;
	text-align:justify;
	height: 40px;
}

#description h2 {
	margin: 0;
	color: #0055A4;
}

#description h4 {
	margin: 0;
	color: #0055A4;
}

#description h4 a 
{
    text-decoration: none;
    font-weight: bold;
    	color: #0055A4;
}

#description h4 a:hover
{
    text-decoration: none;
    color: #0055A4;
}

#description h4 a:visited
{
    text-decoration: none;
    color: #0055A4;
	font-weight: bold;
}

#description ul {
	list-style: disc;
	font-size: .8em;
}

#description ul li {
	padding: 3px 0;
}

#description-products {
	float: left;
	width: 225px;
	/*margin: 0 0 20px 5px;*/
	text-align:justify;
	height: 40px;
}

#description-products h2 {
	margin: 0;
	color: #0055A4;
}

#description-products h4 {
	margin: 0;
	color: #0055A4;
	
}

#description-products h4 a 
{
    text-decoration: none;
    font-weight: bold;
	color: #0055A4;
}

#description-products h4 a:hover 
{
    text-decoration: none;
    color: #0055A4;
}

#description-products h4 a:visited 
{
    text-decoration: none;
    color: #0055A4;
}

#description-products ul {
	list-style: disc;
	font-size: .8em;
}

#description-products ul li {
	padding: 3px 0;
}

#prod-detail-description {
	float: left;
	width: 225px;
	margin: 0 0 60px 5px;
}

#prod-detail-description h2 {
	margin: 0;
	color: #0055A4;
}

#prod-detail-description ul {
	list-style: disc;
	font-size: .8em;
}

#prod-detail-description ul li {
	padding: 3px 0;
}

#components, #dimensions, #package-kits, #options-accessories {
	clear: both;
	margin: 0 0 25px 0;
}

#components h2, #dimensions h2, #package-kits h2, #options-accessories h2 {
	background: #C4D1DF;
	padding: 3px 10px;
	color: #000;
	margin: 0 0 20px 0;
	font-size: 1.2em;
}

#components .thumb {
	background: url('/images/component-thumb.jpg') no-repeat left top;
	width: 114px;
	height: 110px;
	text-align: center;
	float: left;
	margin: 0 20px;
}

#graphic-specifications {
	/*background: url('/images/graphic-specifications.jpg') no-repeat center center;
	text-indent: -9999em;*/
	width: 140px;
	height: 104px;
	float: right;
	display: block;
}

#dimensions table {
	background: #F8F7F7;
	border-collapse: collapse;
	color: #231F20;
}

#dimensions table tr, #dimensions table td {
	border: 1px solid #E1E1E1;
	padding: 2px 10px;
}

.package, .accessory {
	float: left;
	margin: 0 30px 0 0;
	width: 220px;
}

.components {
	width: 115px;
	float: left;
	margin: 0 15px 0;
}

#package-kits .last, #options-accessories .last {
	margin: 0;
}

#package-kits .package .details h3 {
	margin: 0;
}

#package-kits .package .details p {
	margin: 0;
	font-size: .8em;
}

#options-accessories .accessory h3 {
	margin: 0;
	text-align: center;
}

a.NoFormatLink:link
{
    text-decoration: none;
}

/* Downloads */

#filelist span
{
    font-weight:bold;
    font-size:large;
    color: #0055A4;
    padding-left: 11px;
}

#filelist li
{
    text-align: center;
    border-bottom: dashed thin black;
    padding-top: 4px;
    padding-bottom: 4px;
}

#filelist li.line:hover
{
    background-color:Yellow;
}

.TreeView 
{ 
  background-color:White;
  padding-top:4px; 
  padding-left:1px; 
  cursor:default; 
}

.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:gray; 
  cursor:default;
}

.HoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.SelectedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  background-color: gray; 
  color:white; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.NodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 11px;
}

/* Fabrics page */

#fabrics
{
    width: 600px;
    padding-bottom:30px;
    font-size:9px;
}

#fabrics td
{
    padding: 5px 10px 8px 10px;
    text-align: center;
    width:100px;
}

#fabrics h1{
	color: black;
	font-size: 1.6em;
}

#fabrics h2{
	color: black;
	font-size: 1.4em;
	padding: 0 0 5px 0;
	text-align:left;
}

#fabrics hr
{
    color: #d9d9d9;
    width: 520px;
}

.fabricFooter
{
    font-size:9px;
	border-top: 1px solid #d9d9d9;
	color: #B5B5B5;
	
}

text
{
    margin-top: 7px;
}

.product-col {
	width: 100px;
	height: 100px;
	float: left;
	margin: 10px 5px;
}

.product-thumb img {
	margin: 0 15px;
}

.product-description a {
	color: #777;
	text-decoration: none;
}

#main-col #homeproducts .product-description p {
	padding: 0;
	margin: 0;
	text-align: center;
}

.product-description a:hover {
	text-decoration: underline;
}

#main-col #homeproducts h5 {
	font-size: 1.3em;
	color: #000;
	border-bottom: 1px solid #000;
	margin: 10px 0;
}
