/*
----------------------------------------------------------------
	B A S E
---------------------------------------------------------------- */
p 	 {
	margin: 0 0 0.75em;
}



body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 18px;
	background-color: #535353;
}




/*
----------------------------------------------------------------
	LINKS
---------------------------------------------------------------- */
a:link   { 
color: #B52771;
text-decoration: none; }

a:visited  {
	color: #B52771;
	text-decoration: none;	
	}

a:hover {
	text-decoration: underline;
	color: #B52771;
	}
	
#header_nav a:link   {
	color: #FFFFFF;
	text-decoration: none;
	}

#header_nav a:visited  {
	color: #ffffff;
	text-decoration: none;	
	}

#header_nav a:hover {
	text-decoration: underline;
	color: #ffffff;
	}	
		
#footer a:link   {
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:visited  {
	color: #ffffff;
	text-decoration: none;	
	}

#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
	}	
	
#leftsidebar a:link   { 
	color: #B52771; 
	text-decoration: none; 
	}

#leftsidebar a:visited  {
	color: #B52771;
	text-decoration: none;	
	}

#leftsidebar a:hover {
	text-decoration: underline;
	color: #B52771;
	}	
	
a:hover h2{
	text-decoration: underline;
	}
		
	

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 .75em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


	

/*
----------------------------------------------------------------
	C O N T E N T
---------------------------------------------------------------- */
.clearfix {
clear: both;
}

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

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}




/*
----------------------------------------------------------------
	H E A D E R S
---------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 {
	font-size: 16px;
	margin-bottom: 0.5em;
	color: #B52771;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin-top: 0.5em;
}
h2 {
	font-size: 14px;
	margin-bottom: 0.75em;
	letter-spacing: 0em;
	color: #B5277E;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	margin-bottom: 0.75em;
	letter-spacing: 0em;
	color: #B5277E;
	font-weight: bold;
}
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}



/*
----------------------------------------------------------------
	C O N T A I N E R S
---------------------------------------------------------------- */
#container {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#content {
	background-image: url(../images_site/main_bkd.gif);
	background-repeat: repeat-x;
	background-color: #D0D0D0;
}
#main_content {
	padding: 10px 30px 15px;
	margin-right: auto;
	margin-left: auto;
/* 	display: block; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0em;
	color: #666666;
}

#textcopy {	
	background-color: #2d2d2d;
	padding: 10px 15px;
	height: 190px;
	color: #999999;
	font-size: 11px;
	font-family: Georgia, Times, "Times New Roman", serif;
	letter-spacing: .75px;
}

#footer {
	background-image: url(../images_site/footerbg.jpg);
	background-repeat: repeat-x;
	background-color: #535353;
	padding: 10px 15px;
	height: 84px;
	color: #999999;
	font-size: 10px;
	font-family: Georgia, Times, "Times New Roman", serif;
	letter-spacing: .75px;
}
.col1 {
	float: left;
}
#leftsidebar {
	width: 187px;
	margin-right: 40px;
	margin-left: 20px;
	float: left;
}
#leftsidebar td {
}

.col2 {
	padding-left: 650px;
	text-align: right;
}
#copyright {
	font-size: 10px;
	padding-top: 5px;
	font-style: italic;
}
#header {
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	min-width: 937px;
	white-space: nowrap;
}
#header_nav {
	color: #999999;
	background-image: url(../images_site/top_bkd.gif);
	height: 31px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	background-repeat: repeat-x;
	font-family: Georgia, Times, "Times New Roman", serif;
	letter-spacing: 0.75px;
}


.left {
	float: left;
	padding-right: 20px;
}

.right {
	float: right;
}
#right_content {
	margin-left: 247px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #E9E9E9;
	min-width: 650px;
}

*html #right_content {
	min-width: 650px;
}

#right_content .border {
	padding: 15px;
	border: 1px solid #BDBDBD;
	}
	
#border {
	padding: 15px;
	border: 1px solid #BDBDBD;
	vertical-align: top;
	}
	
#shop_main_img {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	display: inline;
}
#featured_product {
	margin-right: 250px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 20px;
}

/*-----------------------------------------------------------

Misc

-----------------------------------------------------------*/

#rule {
padding-top: 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;

}



/*-----------------------------------------------------------

OS Commerce Modifications

-----------------------------------------------------------*/

TR.productListing-odd {
	background: none;
}

TR.productListing-even {
	background: none;
}
.infoBoxHeading {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
}

TD.infoBoxHeading {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 0.75px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-variant: small-caps;
}
.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 11px; }

.feauredproduct_desc td {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
line-height:14px;
padding-left:5px;
padding-top:5px;
}
#right_content .border table {
	margin-top: 0px;
}

.messageStackSuccess {
background-color:#ffffff;
font-family:Verdana,Arial,sans-serif;
font-size:10px;
}

