@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	line-height: 1.5em;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

#menu a:link   {
	color: #FFF;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #FFF;
}
#menu a:hover {
	color: #FFF;
	text-shadow: 0px 0px 3px #FFF;
}
#menu a:active {
	text-decoration: none;
}
#sidebar a:link   {
	color: #666;
	text-decoration: none;
}

#container {
	width: 1000px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu {
	float: left;
	height: auto;
	width: auto;
}
#home    {
	float:left;
	width:600px;
	height:80px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 10px;
	color: #FFF;
	font-style: italic;
	margin-right: 15px;
}
#about, #products, #contact  {
	float:left;
	width:150px;
	height:55px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: 300;
	padding-top: 30px;
	padding-left: 10px;
	color: #FFF;
	font-style: normal;
}
#content1 {
	float: left;
	width: 1000px;
	border-radius: 5px;
	margin-top: 15px;
}
#instructions {
	float: left;
	width: 1000px;
	border-radius: 5px;
	margin-top: 15px;
	overflow: hidden;
	margin-bottom: 15px;
}
#product1 {
	float: left;
	width: 1000px;
	border-radius: 5px;
	margin-top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 300;
	color: #FFF;
}
#productimage {
	float: left;
	width: 1000px;
	border-radius: 5px;
	margin-top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 300;
	color: #FFF;
	margin-bottom: 15px;
}
#image1 {
	float: left;
	width: 1000px;
	margin-top: 25px;
	height: 350px;
	clear: none;
	overflow: hidden;
	border-radius: 8px;
}
#info {
	float: left;
	width: 1000px;
	color: #FFF;
	margin-top: 5px;
}
#info1 {
	float: left;
	width: 1000px;
	color: #FFF;
	margin-top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 20px;
}
#info2 {
	float: left;
	width: 1000px;
	color: #FFF;
	margin-top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 20px;
	background-color: #282929;
}
#specs1 {
	width: 550px;
	float: left;
	margin-left: 25px;
}
#pay1 {
	width: 400px;
	float: left;
	height: 235px;
	background-color: #282929;
	padding-top: 15px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#copyright {
	float: left;
	width: 1000px;
	height: 25px;
	color: #FFF;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
