/* CSS Document */
body {
	background-color: #606272;
	margin: 0px;
}
.main {
	height: 550px;
	width: 800px;
	background-image: url(images/home_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.inside {
	height: 550px;
	width: 800px;
	background-image: url(images/inside_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.insideplain {
	width: 800px;
}
.navbar {
	width: 900px;
}
.products {
	background-image: url(images/products_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 734px;
	height: 164px;
}
.productsbg {
	background-image: url(images/products2_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	width: 445px;
}
#aboutbg {
	background-image: url(images/about_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 394px;
	height: 333px;
}
#copy {
	margin: 10px;
}
#copy2 {
	margin: 20px;
}
#copy3 {
	margin-left: 20px;
	margin-right: 20px;
}
#privacybg {
	background-image: url(images/privacy_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 734px;
	height: 190px;
}
#privacybg2 {
	background-image: url(images/privacy_bg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 734px;
	height: 180px;
}
p {
	font-family: Geneva, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
}
.formtext {
	font-family: Geneva, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.header {
	font-family: Geneva, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #BBABBF;
	font-weight: bold;
}
.productname {
	font-family: Geneva, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #606272;
	line-height: 14px;
}
.producttext {
	font-family: Geneva, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #606272;
	line-height: 14px;
}
.purchasetext {
	font-family: Geneva, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #dad9d4;
}
.purchasehighlight {
	color: #b5a5b9;
}
#content {
	margin-left: 55px;
}
a:link, a:visited {
	font-weight: normal;
	color: #938B9D;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
input {
	border: thin solid #403e4b;
	font-size: 10px;
	width: 150px;
	float: right;
}
.productsinput {
	border: thin solid #403e4b;
	background-color: #e0dfda; 
	font-size: 10px;
	width: 10px;
	float: none;
}
input.grey {
	background-color: #e0dfda; 
}
input.basket {
	width: 71px;
	height: 16px;
	border: 0;
}
select {
	border: thin solid #403e4b;
	background-color: #e0dfda; 
	font-family: Geneva, "Lucida Grande", "Trebuchet MS", sans-serif;
	text-align:center;
	font-size: 10px;
	width: 80px;
	float: right;
}
textarea.grey {
	border: thin solid #403e4b;
	background-color: #e0dfda; 
	font-size: 10px;
}
.submit {
	border: 0;
	width: 120px;
	height: 51px;
	float: left;
}