/* Panelrok out with your block out */

/* -------------------------- HTML TAGS
*/

* {
	margin: 0;
	padding: 0;
}
body {
}
a img {
	border: none;
}
/* -------------------------- CLASSES
*/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/* -------------------------- DIVS
*/
#container {
	background: url(/Templates/Panelrok/_images/_panelrok/bg.png) repeat-x #505152;
}
#cT {
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #3B3B3B;
	width: 870px;
	height: 30px;
}
#cH {
	margin: 0 auto 0 auto;
	width: 870px;
	height: 129px;
	background: url(/Templates/Panelrok/_images/_panelrok/panelrok.png) no-repeat center;
}
#cN {
	margin: 0 auto 0 auto;
	border-bottom: 5px solid #6399C1;
	width: 870px;
}
#wrapper {
	margin: 0 auto 0 auto;
	width: 870px;
	min-height:400px;
  	height:auto !important;
 	height:400px;
	background: url(/Templates/Panelrok/_images/_panelrok/bg_wrapper.png) repeat-y;
}
#cLS {
	padding: 50px 0 0 0;
	float: left;
	width: 250px;
	background: url(/Templates/Panelrok/_images/_panelrok/product_menu.png) no-repeat;
}
#content {
	float: right;
	width: 620px;
	background: #FFFFFF;
}
#cS {
	width: 620px;
}
#cPC {
	padding: 15px 30px 10px 30px;
	width: 560px;
}
#cPC a {
	text-decoration: none;
	font-weight: bold;
}
#cPC a:hover {
	text-decoration: underline;
}
#cF {
	margin: 0 auto 0 auto;
	width: 908px;
	height: 81px;
	background: url(/Templates/Panelrok/_images/_panelrok/bg_wrapper.png) repeat-y 19px;
}
#copyright {
	float: left;
	margin: 2px 0 0 30px;
	padding: 10px 0 0 0;
	border-top: 1px solid #E5E5E5;
	width: 560px;
	text-align: center;
}
#copyright a {
	text-decoration: none;
	font-weight: bold;
}
#copyright a:hover {
	text-decoration: underline;
}
#footer {
	margin: 0 auto 0 auto;
	height: 120px;
	background: url(/Templates/Panelrok/_images/_panelrok/bg_footer.png) repeat-x;
}
#specials {
	margin-left: 15px;
	width: 233px;
	height: 180px;
	background: url(/Templates/Panelrok/_images/_panelrok/bg_specials.jpg) no-repeat;
}
#specials a.planter_boxes {
	clear: both;
	float: left;
	display: block;
	margin-top: 67px;
	margin-left: 26px;
	width: 207px;
	height: 29px;
	background: url(/Templates/Panelrok/_images/_panelrok/btn_planter_boxes.jpg) no-repeat 0% 0%;
}
#specials a:hover.planter_boxes {
	background: url(/Templates/Panelrok/_images/_panelrok/btn_planter_boxes.jpg) no-repeat 100% 0%;
}
#specials a.feature_panels {
	clear: both;
	float: left;
	display: block;
	margin-left: 26px;
	width: 207px;
	height: 29px;
	background: url(/Templates/Panelrok/_images/_panelrok/btn_feature_panels.jpg) no-repeat 0% 0%;
}
#specials a:hover.feature_panels {
	background: url(/Templates/Panelrok/_images/_panelrok/btn_feature_panels.jpg) no-repeat 100% 0%;
}
