@charset "utf-8";
/* CSS Document */

body{
		background-color:#000000;
		color:#FFFFf2;
		font-family:Arial;
    font-size: 100%; /* SHN - 04/26/10 */
}

#site_container{
		width: 725px;
		margin: 0 auto;
		padding: 0;
}

#header_left{
		width: 222px;
		height: 150px;
		float:left;
}

#header_logo{

		width: 281px;
		height: 150px;
		float:left;
}

#header_right{
		width: 222px;
		height: 150px;
		float:left;
}

#header_menu{
		width: 725px;
		height: 53px;
		float:left;
}



#main_menu{
		width:551px;
		height: 25px;
		margin: 8px auto 0 auto;
		border:#FFFFFF thin dotted;
}

#main_menu p{
		text-align:center;
		margin: 3px 0 0 0;
}

#main_menu a{
		font-size:16px;
		color:#FFFFFF;
		text-decoration:none;
		margin-right: 13px;
}

#main_menu a:hover{
	color:#dc10ac;/* SHN 4/26/10 - originally #fe31ce; */
		text-decoration: none;
}

#body_container{
		float:left;
		margin-left: 72px;
		width: 581px;
}

.body_container_s{
		height: 420px;
}


#body_left{
		width:222px;
		float:left;
}

.body_left_s{
		height:418px;
}


#body_right{
		background-image:url(images/store_front.jpg);
		width:348px;
		height:418px;
		float:right;
}

#body_reflection{
		width:581px;
		height: 55px;
		float:left;
		margin-left: 72px;
}

#footer{
		width: 725px;
		height: 55px;
		float:left;	
}

#location{
		font-size:12px;
		text-align:center;
		margin:0;
}

#copyright{
		font-size:10px;
		text-align:center;
		margin:5px 0 0 0;
}

#copyright a:link{
	text-decoration:underline;
	color:#dc10ac;/* SHN 4/26/10 - originally #fe31ce; */
}
#copyright a:hover{
	text-decoration:underline;
	color:#999999;
}
#copyright a:hover{
	text-decoration:underline;
	color:#999999;
}

#copyright a:visited {
	text-decoration:underline;
	color:#dc10ac;/* SHN 4/26/10 - originally #fe31ce; */
 }

#copyright a:active { 
	text-decoration:underline;
	color:#dc10ac;/* SHN 4/26/10 - originally #fe31ce; */
} 

div hr {
		display: block;
		clear: left; 
		margin: -0.66em 0;
		visibility: hidden;
}

.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 11px; height: 14px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: 0px 0px 0px -1px; }
.borderTR { margin: 0px -1px 0px 0px; }
.borderBL { margin: -15px 0px 0px 0px; }
.borderBR { margin: -15px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: 0px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: 0px;
}
html>body .borderTR {
    margin-right: 0px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 1px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 1px;
}
/* known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
	background-color:#aaaaaa;/* SHN 4/26/10 - originally #999999; */
    margin: 0px;
}
.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
} 

.main_c_wrapper_s{
	height: 418px;
}


#content2 {
	background-color:#666666;
    margin: 1px 0 0 0;
}
#content3 {
	background-color:#333333;
    margin: 1px 0 0 0;
}

#content4 {
	background-color:#aaaaaa;/* SHN 4/26/10 - originally #999999; */
    margin: 1px 0 0 0;

}
.main_content_size{
    border: 1px solid #000000;
	height: 102px;
    padding: 0px;
}

.common_size{
    border: 1px solid #000000;
    padding: 0px;
	height: 220px;
}

.parties{
	border: 1px solid #000000;
	padding: 0px;
/*	height: 1200px;*//* SHN 4/27/10 - not necessary, making height too short! */
}

.wholesale{
    border: 1px solid #000000;
    padding: 0px;
/*	height: 750px;*//* SHN 4/27/10 - not necessary, making height too short! */
}

.aboutus{
    border: 1px solid #000000;
    padding: 0px;
/*	height: 480px;*//* SHN 4/27/10 - not necessary, making height too short! */
}

div h1{
	font-size:16px;
	margin:1.2em 0 .5em .5em;
	padding: 0px;
	color:#fe31ce;
}
/* SHN 4/26/10 - below added */
div.content h1, div#content4 h1 {color: #dc10ac;}

div h2{
	font-size:125%;
	margin:1.2em 0 .5em .5em;
	color:#fffff2;
}
div h3{
	font-size:125%;
	margin:1.2em 0 .5em .5em;
	color:#fffff2;
  clear: left;
}
/* SHN 4/26/10 - above added */

.info{
	font-size: 12px;
	margin: 1em 5px 0 12px;
}

/* SHN 4/26/10 - below added */
p.info img {float: left;
	margin: 0 1em 1em 0;
}
p.info+h3 {}
/* SHN 4/26/10 - above added */

.readmore{
	text-align:right;
	margin: 5px 8px 0 0;
}
a.readmore{
	color:#FFFFFF;
	font-weight:bold;
	font-size: 10px;
	text-decoration:none;
}

a:hover.readmore{
	color:#dc10ac;/* SHN 4/26/10 - originally #fe31ce; */
}

.projectlinks{
	text-align:center;
	color:#dc10ac;/* SHN 4/26/10 - originally #fe31ce; */
	font-size:12px;
}

a.projectlinks{
	color:#FFFFFF;
}
a:hover.projectlinks{
	color:#dc10ac;/* SHN 4/26/10 - originally #fe31ce; */
}
