@charset "utf-8";

#content {
	width:750px;
	margin:0px auto;
	padding:0 125px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	margin:0px;
	padding:0px;
	font-size:12pt;
	line-height:1.5;	
}
body, .smaller a, .smaller a:hover {
	color:#1a1a1a;	
}
h1, h2, h3 {
	font-family:Impact;
	font-weight:normal;
	color:#1A1A1A;
	text-align:center;
	text-transform:capitalize;
	margin:0 auto;
	line-height:1.2;
	margin-bottom:20px;
}
h1 {
	font-size:36pt;
	/*text-shadow: 1px 1px 0px rgba(0,0,0,0.2);*/
}
h2 {
	font-size:26pt;
}
h3 {
	font-size:20pt;
}
textarea, input {
	font-family:Arial;
	font-size:14px;
	color:#666;
	border:1px solid #ccc;
	padding:3px;
	margin:1px;	
}
.letter {
	font-family:Georgia;
	float:left;
	/*font-weight:bold;*/
	color:#333;
	font-size: 70px;
	line-height: 60px;
	padding-right: 5px;	

}
a {
	color:#09F;
	text-decoration:none;
}
a:hover {
	color:#09F;
	text-decoration:none;
}
ul {
	list-style-image:url(../images/ticks.png);
	list-style-position:inside;
}
ul.tickmedium {
	list-style-image:url(../images/tickm.png);
	list-style-position:inside;
}
ul.ticklarge {
	list-style-image:url(../images/tickl.png);
	list-style-position:inside;
}
img {
	border:0px;
}
.rotate{
	-webkit-transform: rotate(-1deg); 
	-moz-transform: rotate(-1deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
hr {
	height:1px;
	border: 0;
	margin-bottom:30px;
	
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #dddddd 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#dddddd), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
	background: -o-linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
	background: -ms-linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
	background: linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
}
.large {
	font-size:large;
	font-weight:bold;
	line-height:1;
}
.larger {
	font-size:larger;
	font-weight:bold;
	line-height:1;
}
.x-large {
	font-size:x-large;
	font-weight:bold;
	line-height:1;
}
.xx-large {
	font-size:xx-large;
	font-weight:bold;
	line-height:1;
}
.small {
	font-size:small;
}
.smaller {
	font-size:smaller;
}
.x-small {
	font-size:x-small;
}
.xx-small {
	font-size:xx-small;
}
.red {
	color:#DD0000;
}
.highlight {
	background-color:#FFFF00;
}
.disclaimer {
	font-family:Verdana, Arial;
	font-size:7pt;
	line-height:1.3;
	text-align:justify;
	width:700px;
	margin:0 auto;
	margin-bottom:20px;
}
.disclaimer, .disclaimer a {
	color:#CCC;	
}
.footer {
	font-family:Verdana, Arial;
	font-size:8pt;
	color:#CCC;
	line-height:1.3;
	text-align:center;
}
.reseller {
	display:block;
	font-family:"Courier New", Courier, monospace;
	background-color:#FFFF00;
	font-size:11pt;
	padding:10px;
	line-height:1.3;
}
#star {
	position:absolute;
	width:100px;
	height:100px;
	background-image:url(../images/star.png);
	top:129px;
	left:10px;
}
#arrow {
	position:absolute;
	width:73px;
	height:55px;
	background-image:url(../images/arrow.png);
	top:470px;
	left:155px;
}
#box.side {
	position:relative;
	margin:0 auto 20px 10px;
	width:45%;	
	border:2px dashed #ccc;	
	float:right;
	
	-moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.0);
	-webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.0);
	box-shadow: 5px 5px 0px rgba(0,0,0,0.0);	
}
#box {
	margin:0 auto 20px auto;
	width:550px;
	padding:20px;
	border:1px solid #ccc;	
	
	-moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}