
html, body {
	padding:0px;
	margin:0px;
	background:url(../images/template/page_bg.png) repeat-x top left #1E272D; 
	font-family:"Trebuchet MS";

}

#page-container{
	width:895px;
	margin:auto;
}

#header{
	height:115px;
	position:relative;
	background:url(../images/template/header_bg_rept.jpg) repeat-x top left;
}
	#header #lhs {
		position:absolute;
		top:0px;
		left:0px;
	}
	#header #rhs {
		position:absolute;
		top:0px;
		right:0px;
	}
	#header #logo {
		margin:10px 0px 0 20px;
	}
	
	#account-links {
		position:absolute;
		right:20px;
		bottom:26px;
		color:white;
	}
	
	#home-nav {
		position:absolute;
		left:20px;
		bottom:26px;
		color:white;
	}
	
	#headerCart {
		position:absolute;
		right:20px;
		top:10px;
		color:white;
	}
	#cartTitle {
		float:right;
		margin-top:5px;
		margin-right:5px;
	}
	#cartInfo {
		clear:right;
		margin-right:5px;
	}
	#cartIcon {
		float:right;
	}

#block-wrapper{
	background:url(../images/template/blocks_warpper_bg.png) top left repeat-y;
	position:relative;
}
	#leftcol_top {
		position:absolute;
		top:0px;
		left:0px;
	}
	
	#rightcol_top{
		position:absolute;
		top:0px;
		right:0px;
	}

	#colfeet {
		clear:both;
		height:13px;
		background-color:white;
	}
	#leftcol_btm {
		float:left;
	}
	
	#rightcol_btm {
		float:right;
	}	

#leftcol{
	width:165px;
	float:left;
	padding-top:12px;
}

#centercol {
	width:560px;
	float:left;
	margin:0px 2px 0px 2px;
}

#rightcol {
	width:166px;
	float:left;
	padding-top:12px;
}

#footer {
	height:81px;
	width:895px;
	margin:auto;
	background:url(../images/template/footer_bg.gif) top left no-repeat;
	position:relative;
}


/* Product Info */
#product_container {
	padding:0px 0px 0px 10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#prodleft {
	float:left;
	width:270x;
	text-align:left;
	padding-top:5px;
}

#prodright {
	float:right;
	width:250px;
	padding-left:5px;
	padding:5px 0px 5px 5px;
	background-color:white;
}
#prodright .productDesc {
	display:none;
}
#prodright h1 {
	font-size:16px;
	margin-top:0px;
	padding-top:0px;
}
#prodright h3 {
	font-size:12px;
	margin:5px 0 5px 0;
	padding:0px;
}
#prodright .price p
{
	font-size:24px;
	font-weight:bold;
	padding:0px;
	margin:3px 0 3px 0;
}
.framing_options {
	display:none;
}
#custom_framing_btn {
	cursor:pointer;
}
#framer_options {
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:11px;
}

#prodright p.frameSizes {
	font-size:11px;
}
#framer_options li {
	float:left;
	margin-right:8px;
}


#Size {
	margin-bottom:10px;
}
#prodright a.visualAid {
	clear:left;
	font-size:12px;
}
#prod-controls {
	float:left;
	width:560px;
	padding-top:5px;
	background:url(../images/template/tab_bg.png) 0px 5px  repeat-x;
}
.ui-tabs-panel {

}

#prod-controls h2 {
	display:none;
}

#framestyle img, #mattcolor img {
	cursor:pointer;
}

.error {
	color:red;
	font-size:12px;
}
/* Product Info */

	#picker {
		width:200px;
		float:left;
	}
	#picker_info {
		float:left;
	
	}
	#wall
	{
		margin: 0px;
		background-color: #fff;
	}
	
	#frame .setup	 {
		margin:45px;
		background-color:white;
	}
	
	#matt .setup
	{
		padding: 30px;
		margin: 0px;
		background:white;
	}
	#matt .setup img {
		width:160px; 
	}
	
	.hidden {
		display:none;
	}
	
	.frameSmM 	{ border: 8px solid;   margin: 14px; }	
	.frameStM 	{ border:  18px solid; margin: 0px;  }	
	.frameStNm 	{ border:  18px solid; margin: 30px; }	
	.frameSmNm 	{ border:  8px solid;  margin: 40px; }		
	
	.mattSmM 	{ padding:15px;   }	
	.mattStM 	{ padding:30px;   }	
	.mattStNm 	{ padding:0;  }	
	.mattSmNm 	{ padding:0  }		
	
	.imgSmM img	{ width:200px;   }	
	.imgStM	img 	{ width:160px;  }
	.imgStNm img 	{ width:160px;   }	
	.imgSmNm img	{ width:160px;   }
	

#centercol  .sideBox {
	background:url(../images/template/devider.png) top left repeat-x;
	padding-top:30px;
	clear:both;
}



#nav-tagline { 
	position:absolute;
	bottom:26px;
	color:white;
	left:80px;	
	font-size:12px;
}
#nav-tagline p {
	padding:0px; margin:0px;
}



/*
 * Hax (don't look here)
 */
 
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
