/* CSS Document */

* {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	text-align: center;
}

body {
	background-color: #FFFFFF;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align:left;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}

h1 {
	text-indent: -9999px;
}

h2 {
	color: #00c6ff;
	margin-top: 2em;
	margin-bottom: 10px;
}

h3 {
	color: #01a9db;
}

h4 {
	color: #016887;
	margin-top: 45px;
}

h5 {
	color: #015973;
}

h6 {
	color: #014052;
}

ul {
	list-style-image: url(images/bullet.png);
}

p {
	margin-top: 1em;
}

a {
	color: #2cbab9; 
}

a:hover {
	color: #36dfde;
}

a:visited {
	color: #36dfde;
}

#container {
	background-color: #FFFFFF;
	margin: auto;
	width: 960px;
	height: auto;
}

#header {
	background-image: url(images/headercolor.jpg);
	background-repeat: repeat-x;
	height: 80px;
	display: block;
}

#logo {
	float: left;
	margin-top: 5px;
}

#rightlogo {
	float: right;
	margin-top: 5px;
}

#menu {
	background-image: url(images/navcolor.jpg);
	background-repeat: repeat-x;
	height: 38px;
	display: block;
	text-align: center;
	font-family: "Copperplate Gothic Bold";
	color: #198cad;
}

#menu a {
	color: #198cad;
	text-decoration: none;
}

#menu a:hover {
	color: #20a8cf;
}

/*measure exact width*/
#menu ul {
	list-style: none;
	margin-left: 50px;
}

#menu ul li {
	float: left;
	margin-left: 70px;
	margin-top: 5px;
}

#fold {
	background-image: url(images/foldcolor.jpg);
	background-repeat:repeat-x;
	height: 391px;
}

#ebook {
	float: left;
	margin-top: 20px;
}

#foldbox {
	float: left;
	margin-top: 20px;
	position: relative;
}

#foldboxtext {
	position: absolute;
	color: #FFFFFF;
}

#foldboxtext h2 {
	font-size: 1em;
	margin-left: 40px;
	margin-top: 15px;
}

#foldboxtext ul {
	width: 522px;
	float: left;
	line-height: .9em;
	margin-left: 25px;
	margin-top: 10px;
	list-style-image: url(images/bullet.png);
}

#foldboxtext ul li {
	font-size: .6em;
	float: left;
	width: 245px;
	margin-left: 5px;
}

#limitedbonuses {
	float: left;
	margin-left: 120px;
	margin-top: 10px;
}

#flash {
	float: right;
	margin-top: 20px;
}

#content {
	background-color:#FFFFFF;
	float: left;
	width: 650px;
	margin-top: 25px;
	margin-right: 30px;
	border-right: dotted #00CCFF;
	border-left: dotted #00CCFF;
	padding-right: 20px;
	padding-left: 20px;
}

.img {
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;	
}

#blinky {
	font-size: 18px;
	color: #b0d8e3;
	text-decoration: blink;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: -65px;
}

#ordernow {
	margin-top: 20px;
	text-align: center;
}

#sidebar {
	background-color: #FFFFFF;
	float: right;
	width: 230px;
	margin-top: 25px;
}

#footer {
	clear: left;
	background-color: #FFFFFF;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 60px;
	margin-top: 50px;
	margin-bottom: 20px;
	float: left;
	margin-left: 165px;
	padding-top: 15px;
	text-align: center
}

#footer a:link {
	color: #2cbab9; 
}

#footer a:hover {
	color: #36dfde;
}

#footer a:visited {
	color: #36dfde;
}

#footer ul {
	list-style: none;
	font-size: .6em;
	margin-left: 35px;
}

#footer ul li {
	float: left;
}