/* --------------- Defaults --------------- */

html {overflow-y: scroll;}  /* add scrollbar to short pages */  

* {
padding:0;
margin:0;
border:0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
color:#fff;
background: url(http://www.strawberrypatchjewelry.com/newsite/images/dgrey062.gif);
}

/* --------------- Div ID's --------------- */

#content {
width:768px;
}

#footer {
background: #6e6469;
border-top:1px solid #fff;
width:748px;
padding:10px;
clear:both;
text-align:center;
}

#header {
width:768px;
height:127px;
	background: url(http://www.strawberrypatchjewelry.com/newsite/images/dgrey062.gif);
}

#header2 { 
	background: #6e6469; 
	border-top: 1px solid #D0D0D0;
	padding-top: 3px;
	padding-right: 10px; 
        height: 30px;
color:#ffffff;
text-align:right;
} 

#header2 a{ 
	background: #6e6469; 
	padding: 1px 0px 1px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
        height: 30px;
color:#ffffff;
} 


#main {
background:transparent;
background: url(http://www.strawberrypatchjewelry.com/newsite/images/dgrey062.gif);
width:596px;
padding-top:20px;
margin-top:8px;
border-top: 1px solid #D0D0D0;
float:right;
height: 1% /* Holly hack for Peekaboo Bug */


}

#sidebar {
background:transparent;
background:#D0D0D0;
border-top: 1px solid #D0D0D0;
width:170px;
float:left;
margin-top:10px;
min-height:200px;
height:auto !important;
height: 200px;
color: #8E4569;
}


#wrapper {
width:768px;
border:medium double #ffffff;
margin:0 auto;
text-align: left;
background: url(images/background_cols.gif) repeat;
}


#outterwrapper {
width:768px;
margin:0 auto;
text-align: left;
padding-top:10px;

}

#prod-table
{
width:540px;
padding-top:20px;
margin:0 auto;
line-height:20px;
text-align: center;
}

#prod-table td
{
width: 25%;
padding: 5px 5px 25px 5px;
vertical-align:bottom;
}

a:link, a:visited
{
color: #8E4569;
text-decoration: none;
}

/*-----------------Nav-------------------*/

#navcontainer { width: 160px;
list-style-type: none;
background:#D0D0D0;
 }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;

}

li.sub
{
margin-left: 5px;
padding-right: -5px;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #D0D0D0;
border-bottom: 1px dotted #8E4569;
}

#navcontainer a:link, #navlist a:visited
{
color: #8E4569;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #8E4569;
color: #D0D0D0;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


	#email
	{
	float: right;
	width:125px;
	height: 56px;
	padding: 0px;
	margin: 20px 40px 20px 20px;
	}

.productname a:link{color#ffffff;}
	

	
	img.main
	{
	padding-top: 30px;
	}
	
	.thumb
	{
	
	margin: 10px 0px;
	
	}
	h1
	{
	padding: 10px 0px 0px 10px;
	font-size: 20px;
	text-align: center;
        color: #ffffff;
	}
	#header h1
	{
	margin-bottom:0px;
	margin-top: 30px;
	text-align: left;
	margin-left: 400px;
	}
	h3
	{
	padding: 10px 0px 0px 10px;
	font-size: 16px;
	}
	p
	{
	padding: 10px 0px 10px 20px;
        color: #ffffff;
	}
	br.clear
	{
	clear: both;
	}
	
	/*cart*/

	#description
{
text-align: center;
font-size: 16px;
}
.clear
{
clear: both;
}
.left
{
float: left;
}

.navlist{
font:14px;
padding:2px;
margin-left:0px;
padding-left:20px;
}

.navlist a:link, #navlist a:visited
{
color: #8E4569;
text-decoration: none;
}

#occompany p{
color: #8E4569;
font-size:100%
padding: 10px 0px 10px 10px;
}

/*---------------main link styling-----------------*/
#main a
{
color: #CB9EB4;
}
#main a:hover
{
text-decoration: underline;
}