/* CSS Document */
body {
	margin:0px;
	background-image:url(../Images/bgImg.gif);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#dccbbc;
}

a:active { color: #b85b09;; text-decoration: none; } 
a:hover { color: #b85b09; text-decoration:underline; } 
a:link { color: #b85b09; text-decoration: none; } 
a:visited { color: #b85b09; text-decoration: none; } 

h1 {
	font-size:12px;
	font-weight:bold;
	color:#006633;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#006633;
}

.col1 {
	border-right:1px solid white;
	border-bottom:1px solid white;
}

#leftCol h3 {
	font-size:11px;
	color:#006633;
	margin-bottom:-15px;
}
/**********************************************
	Main Layout
***********************************************/

#Wrap {
	width:760px;
	margin:auto;
	
}

#Header {
	background-color:#0000FF;
}

#Tabs { 
	margin:0px;
	width:745px;
	text-align:right;
	margin:auto;
	padding:5px 0px 0px 0px;
}

#Container {
	width:745px;
	margin:0px 0px 0px 7px;
	background-color:#ffffff;
	background-image:url(../Images/containerTop.gif);
	background-position:top;
	background-repeat:no-repeat;
}


#ProductsPages #ContainerMain, #Faq #ContainerMain, #Support #ContainerMain, #About #ContainerMain {
	background-image:url(../Images/bgWrap.gif);
	background-repeat:repeat-y;
	background-position:left top;
}

#ContainerBottom {
	background-image:url(../Images/containerBottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:10px;
}

/***********************************************
	Left & Right Col
************************************************/

#leftCol {
	width:128px;
	float:left;
	margin:10px 13px 13px 8px;
	/*background-color:#f7eee7;*/
	padding:10px 0px 14px 0px;
	color:#b85b09;	
}

#rightCol {
	float:left;
	margin:0px 0px 8px 0px;
	padding:10px 14px 14px 14px;
	width:550px;
}

#ProductsPages #rightCol {
	width:538px;
	float:left;
	margin:0px 0px 8px 0px;
	padding:10px 14px 14px 14px;
}

#leftPane {
	width:204px;
	float:left;
	background-color:#3d6f44;
}

#rightPane {
	width:556px;
	float:left;
	
}

/*********** CONTACT ***************/
 
 #Contact #rightCol {
	float:left;
	margin:0px 0px 8px 0px;
	padding:10px 14px 14px 14px;
	width:700px;
}

/***********************************************
	Products Tables
*************************************************/

.tableProduct {
	margin: 0px 0px 0px 0px;
	width:535px;
}

.tableProduct td {
	padding: 0px 0px 0px 0px;
	text-align:center;
}

.tableProduct .titleRow {
	background-color:#d5ac88;
	color:#f7eee7;
	height: 25px;
	text-transform:uppercase;
	font-weight:bold;
}


.tableProduct .itemCol {
	background-color:#f7eee7;
	color:#0e631a;
	padding: 5px 0px 5px 0px;
}

/***********************************************
	Footer
*************************************************/
#Footer {
	Text-align:center;
	color:#b85b09;
	font-size:9px;
	margin:4px;
}

#pageTitle {
	width:710px;
	margin:auto;
	margin-bottom:23px;
	padding-top:22px;
	white-space:nowrap;
}

.sniglets_blinds_price_grid td {
	padding: 5px 0px 5px 0px;
}