html {
	background-color: #acacac;
}

div#container {
	padding-top: 20px;
	background-color: white;
	background-image: url(common_images/BG.gif);
	background-repeat: repeat-y;
	width: 900px;
}

div#top {
	background-repeat: repeat-x;
	height: 6px;
	width: 900px;
	background-image: url(common_images/top.gif);
}

a img{
	border: none;
}

img {
	border: none;
}

img.logo {
	top: 5px;
	position: relative;
	padding-left: 30px;
	float: left;
	width: 200px;
}

p#tagline {
	position: relative;
	top: -12px;
	padding-right: 30px;
	float: right;
	width: 350px;
	color: blue;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: right;
}

div.nav {
	clear: both;
	font-weight: bold;
	padding-top: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding-left: 14px;
}

div.uppernav {
	padding-left: 15px;
	display: inline-block;
}

#header {
	top: -15px;
	position: relative;
	padding: 0px;
	margin: 0px;
}

div.content {
	padding-left: 40px;
	padding-bottom: 50px;
	padding-top: 20px;
}

div.c1 {
	padding-right: 60px;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: 260px;
}

div.c2 {
	padding-right: 120px;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: 260px;
}

div.product {
	clear: both;
}

div.shot {
	padding-bottom: 65px;
	float: left;
}

a.shot{
	border: none;
	background-color: white;
	text-decoration: none;
	display: inline-block;
	float: left;
	color: white;
}

p.description {
	padding-bottom: 0px;
	text-align: left;
	color: #666666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	display: inline;
}

h1 {
	padding-left: 0px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-top: 0px;
	font-weight: bold;
	font-size: 16px;
	color: red;
	margin: 0px;
}

a.links {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

div.footer {
	background-repeat: no-repeat;
	background-image: url(common_images/footer.gif);
	height: 53px;
	width: 900px;
}