html {
	overflow-y:scroll;}

body {	
  	background: #fff;
	background-image:url(images/page_bg.jpg);
	background-repeat:no-repeat;
	margin:0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font:x-small/1.15em "Palatino Linotype", "Palatino-Roman", Palatino, Georgia, "Times New Roman", Times, serif;
  	color:#000;
  	font-size/* */:/**/small;
  	font-size: /**/small;
	
  }

  #wrapper {margin: 0 auto; width: 1050px; position: relative; text-align: left; }
  
#classes-link {position: absolute; top: 510px; left: 40px; }

#classes-link a.no-border img{border: none;   }
  
a {
	color:#6666cc;
	text-decoration:none;
	}

	
a:hover {
	color:#996600;
	}
	
.maincontent {
	font-size:90%;
	line-height:20px;
}	

#opcMain {
	background-image:url(images/opc/opc_bg3.jpg); 
	background-repeat:no-repeat;
	width:939px; 
	height:2500px;
	font-size:90%;
	line-height:19px; 
 }

#old-point-comfort-draft #opcMain {
	background-image:url(images/opc_bg3-new.jpg); 
	background-repeat:no-repeat;
	width:939px; 
	height:2300px;
	font-size:90%;
	line-height:19px; 
 }

.header2 {
	font-family: marydale,"Comic Sans","Comic Sans MS", arial, helvetica;
	font-size:14px;
	}
	
.header3 {
	font-family: marydale,"Comic Sans","Comic Sans MS", arial, helvetica;
	font-size:16px; 
	}	
	
.header4 {
	font-family: marydale,"Comic Sans","Comic Sans MS", arial, helvetica;
	font-size:16px; color: #8C1334; 
	
	}	

.header5 {
	font-family: marydale,"Comic Sans","Comic Sans MS", arial, helvetica;
	font-weight: bold; 
	}	

.header-portfolio {
	font-family: marydale,"Comic Sans","Comic Sans MS", arial, helvetica;
	font-size:14px; margin: 5px 55px 15px 45px; display: block; font-weight: bold; 
	text-align: center; 
	}		

/* 6-29-10 */	
	
#portfolio-stuff {margin-top: 8px; }	

#portfolio-stuff-col1 {width: 170px; float: left; }

#portfolio-stuff-col2 {font-family: Times, "Times New Roman",  serif; /*marydale,"Comic Sans","Comic Sans MS", arial, helvetica; */
	font-size:14px; margin: 0px 0 0 170px; display: block; font-weight: bold; font-style: italic; 
	color: #7A1501; }
	
#portfolio-stuff-col2 a {color: #7A1501; }

	
/* end 6-29-10 */	
	
#navabout1 {
	background-image:url(images/bg_top2.gif);
	background-repeat:no-repeat;
	width:990px; 
	height:162px;

	}

#footerabout1 {
	background-image:url(images/bg_foot2.gif);
	background-repeat:no-repeat;
	width:1035px; 
	height:204px;
	}
	
#footercustom1 {
	background-image:url(images/bg_foot3.gif);
	background-repeat:no-repeat;
	width:1035px; 
	height:204px;
	}	

.info {
	font-size:70%;
	font-family:"trebuchet ms", "Trebuchet", Arial, Helvetica, sans-serif;
	line-height:11px;
	color:#666666;
	}
	

#horizon        
	{
	color: white;
	background-color: #0ff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility:hidden;
	display: block
	}	

#content    
	{
	position: absolute;
	margin-left: -507px;
	position: absolute;
	top: -256px;
	left: 50%;
	width: 1015px;
	height: 512px;
	visibility: visible
	}

.content p {
	margin-top:4px;
	}	
  
	
/* Lightbox Styles */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}			
	
p.closer {margin: -12px 0 0 0; padding: 0; }
	

h2 {margin-top: 30px; color: #F7AFC3; text-transform: uppercase; font-size: 1.4em; }

.clearer {clear: both; height: 1px; }

.no-border {border: none; }

p.resume {font-size: 1.4em; }


.dots_pink {margin: 10px 0 0 0; width: 970px; background: white url(images/dots_pink.gif) repeat-x;}

ul#portfolio-menu {  }
ul#portfolio-menu li {margin: 0 5px 0 5px; display: inline; color: #A53131; font-weight: bold; }
ul#portfolio-menu li a {color: #A53131; text-decoration: underline; }
ul#portfolio-menu li a:hover {color: #969212;  }


#enclosure-wrap {width: 90%; }

#enclosure-wrap a img{border: none; }

#enclosure-wrap p {width: 70%; line-height: 1.5; }

#room-settings {text-align: left; }
#small-rugs {text-align: left; }
#runners {text-align: left; }
#medium-rugs {text-align: left; }
#large-rugs {text-align: left; }


.dots-portfolio {margin: -20px 0 0 0; }

body#art_rugs h2 {margin: 50px 0 15px 25px; color: #A53131; text-transform: none; font-size: 1.4em; }

.rug {margin: 0 5px 0px 5px; width: 158px; text-align: center; }


.rug-info {margin: 5px 0 0 0; text-align: center; line-height: 1.3; color: #554343; font-family: sans-serif; font-size: .85em;  }



body#art_rugs table {float: left; padding-bottom: 0px; }

#room-settings .rug-info {display: none; }

#room-settings table.rug td {height: 260px; }

table.rug  {margin: 0px; padding: 0px; }

table.rug td {height: 320px; vertical-align: bottom; }


.divider-rug-sections {margin: 0px 5px 0px 0; float: right; clear: both;  height: 16px; 
	width: 100%; }

.divider-rug-sections img {margin: 0 100px 0 0; float: right; clear: both;  }
	
	
table#special-height {margin: 14px 0 0 7px; }


.row {margin: 0 0 5px 0; }


table.botanico-width td {height: 320px; vertical-align: bottom; width: 340px; 
	text-align: center; }
table.botanico-width .rug-info {width: 276px; text-align: center; margin: 5px 0 0 30px; }

table.botanico-width  td img {margin: 0 auto; text-align: center; vertical-align: center; 
	margin: 0 0 0 30px; }
	
table.room-size-width td {height: 320px; vertical-align: bottom; width: 220px; 
	text-align: center; margin: 0 0 0 30px; }

table.room-size-width .rug-info {width: 210px; background: white; text-align: center; margin: 5px 0 0 0px; }

table.room-size-width  td img {margin: 0 auto; text-align: center; vertical-align: center; 
	margin: 0 0 0 30px; }

