﻿
* { padding: 0; margin: 0; }

body {
				background-position: top;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 13px;
				background-color: #9DD8F6;
				margin-top: 0px;
				margin-bottom: 10px;
				background-image: url('images/shop_bg.jpg');
				background-repeat: no-repeat;
}

a:link {
text-decoration: none;
color:#000;
}
a:visited {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: underline;
color: #000;
}
a:active {
text-decoration: none;
color: #000;
}

#wrapper { 
 margin: 0 auto;
 width: 617px;
 background-color:#fff;
 border: 1px solid #ccc;
}

#wrapper2 { 
 margin: 0 auto;
 width: 750px;
 background-color:transparent;
 border: none;
 margin-top:0px;
}

#header {
	
	width: 615px;
	color: #333;
	padding: 0px;
	height: 400px;
	margin: 10px 0px 0px 0px;
	background: transparent;
	text-align:center;
}
#navigation {
 width: 615px;
 color: #333;
 padding: 10px 0px 10px 0px;
 
 border-top:0px;
 text-align:center;
 margin: 0px 0px 0px 0px;
 background: #fff;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight:bold;

}
#content { 
 width: 615px;
 color: #333;
 background: transparent;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 316px;
 text-align:center;
}
#footer { 
 width: 617px;
 color: #333;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 10px 0px 10px 0px;
 text-align:center;
}

#contact { 
 width: 300px;
 color: #333;
 background: #FFF;
 margin: 20px 0px 0px 200px;
 padding: 0px;
 height: 180px;
 text-align:left;
 font-size:14px;
 font-weight:bold;
 color:#666;
}

#wholesale { 
 width: 500px;
 color: #333;
 background: #FFF;
 margin: 20px 0px 0px 50px;
 padding: 0px;
 height: 825px;
 text-align:left;
 font-size:14px;
 font-weight:bold;
 color:#666;
}

img {
	margin-right:0px;
	margin-bottom:10px;
	text-align:left;
}

.wufoo .info h2 {
color:#FF319C;
font-family:Arial;
font-size:320%;
}



