html,body {
	margin: 0px;
	padding: 0px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif, Arial, Helvetica, sans-serif;
	background-color:#AAD8F9;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

p,div,td,th,span,form,tr,table,li,h1,h2,h3,img{
	margin: 0px;
	padding:0px;
	font-size:1.0em;
	border:none;
}


p,td,li{
	line-height:20px;
}

p{
	margin-bottom:8px;
	margin-top:8px;
}

ul{
	margin:0;
	padding:0;
	list-style-type:square;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:20px;
}
li{
	padding:4px;
	padding-left:16px;
}

input,select{
	font-size:12px; }
textarea{
	font-size:12px; }

a{
	color:#0000CC;
	text-decoration:none; }
a:hover{
	color:#990000;
	text-decoration:none; }

hr{
	border: 0;
	color: #C7C7C7;
	background-color:#C7C7C7;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-bottom:10px;
	margin-top:10px;
}

h1{
	font-size:18px;
	font-weight:normal;
	color:#E0001C;
	margin-bottom:10px;
}

h2{
	font-size:16px;
	color:#830;
	margin-top:15px;
	margin-bottom:10px;
}

h3{
	font-size:14px;
	color:#1976BF;
	margin-top:10px;
	margin-bottom:5px;
}

#container {
	width:1000px;
	background-image:url(../images/bg-middle.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
}

#wrapper{
	width:960px;
	margin:0 auto;
	background:none;
}

#content {
	clear:both;
	background-color:#FFFDEC;
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-top:10px;
	padding:20px;
	width:560px;
	min-height:460px;
	float:left;
	color:#600;
}

#content-full {
	float:left;
	clear:both;
	background-color:#FFFDEC;
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-top:10px;
	padding:20px;
	width:920px;
	min-height:460px;
	color:#600;
}

#logo {
	float:left;
}

#contact {
	float:left;
	width:300px;
	color:#006;
	font-size:1.4em;
	padding-top:40px;
	margin-left:70px;
}
#contact a {
	color:#33C;
}

#delivery {
	float:right;
	margin-top:30px;
}

#side {
	width:340px;
	height:210px;
	float:right;
	margin-top:10px;
	margin-bottom:30px;
}
#side a {
	color:#CC6600;
}
#side h2 {
	color:#FEEAC6;
	font-size:1.4em;
	margin:0;
}

#side2 {
	width:340px;
	height:260px;
	float:right;
}
#side2 a {
	color:#FFF;
}
#side2 h2 {
	color:#FFF;
	font-size:1.4em;
	margin:0;
}


#bg { position: fixed; top: 0; left: 0; z-index:-1; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

#clearboth{
	clear:both;
}

.red {
	color:#990033 !important;
}

#map {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background-image:url(../images/overlay.png);
	width:100%;
	height:100%;
}
#map div {
	position:absolute;
	width:800px;
	height:600px;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-300px;
}

#flashContent {
	margin-bottom:16px;
}

#product-left {
	clear:both;
	border-top:1px solid #830;
	margin-top:10px;
	padding-top:10px;
	margin-bottom:20px;
}
#product-left a {
	color:#C00;
}

#product-links {
	clear:both;
	float:right;
	width:205px;
	padding:15px;
	margin-top:20px;
	margin-bottom:10px;
	margin-right:0px;
	border:1px solid #C30;
}
#product-links td {
	padding:3px;
	text-align:right;
}
#product-links a {
	margin-left:7px;
}

.product-image {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	margin-top:15px;
}

#product-1, #product-2, #product-3, #product-4 {
	display:none;
	background-color:#CDE8F9;
	position:absolute;
	z-index:20;
	width:700px;
	height:250px;
	top:50%;
	left:50%;
	padding:40px;
}

