/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}


body {
	font-size: 10.5px;
	font-family: Verdana, sans-serif;
background-color:#DBEEE2;
/*background-image: url(http://a-common-thread.com/img/bground/woodgrain_metalictandwhite.jpg);*/
background-repeat: repeat;
background-position: 0 0 0 0;
background-attachment: fixed;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }



a:link { text-decoration: none; color:#666; }
a:active { text-decoration: none; background-color: #333333; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color:#99ffff; background-color: #333333; }

a img { border: none; }

#menu {
    width: 210px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 98%;
	background-color: #fff;
    margin: 10px 10px 0px 10px;
float: left;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { color: #000; font-weight: bold; font-size: 12px}



#content {
    height: 98%;
    margin: 0 0 0 220px;
    top: 0;
width: 700px;

}

.container {
background-color: #fff;    
margin: 10px 10px 0px 16px;
padding: 5px 5px 25px 5px;

}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 9.5px; }




#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.clear { clear: both; }

div.shop-item { float: left; margin: 5px; background-color: #fff;}
div.main-item { float: left; margin: 1px; background-color: #fff;}


div.shop-item img { margin: 1px 0;}

div.shop-item p {
	font-size: 11px;
	width: 200px;
	line-height: 16px;
	margin-top: 10px;
	}
div#right-column {
	width: 664px;
	float: left;
	background-color: #fff; 
      margin: 0px 10px 0px 16px;
	padding: 5px 5px 25px 5px;
top: 0;
}

img.floatLeft { 
    float: left; 
    margin: 10px; 
}


<script language="javascript"> 
 
function heartbreaker()
{
 	imagewindow = window.open("","heartbreaker","scrollbars=no,status=no,width=300,height=300");
	imagewindow.document.write("<html><style type=\"text/css\">#layer1 {position:absolute; top:0; left:0}</style><body topmargin=0 leftmargin=0></body></html>");
	imagewindow.document.close();
 }
  </script> 