/* RESET */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,tr,td { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* STANDARD ELEMENTS */

body 
{ 
	font-family: Arial, Helvetica, Sans-Serif; 	
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	background-color: red;
	color: white;
	text-shadow: black 0px 1px 1px;
	
	background: url("../images/background.png") repeat;
}

a img
{
	border-style: none;	
}
	
a
{
	color: orange;
	text-decoration: underline;
	font-weight: bold;
}
	
a:hover
{
	color: #ef6a3d;
	text-decoration: underline;
}

h1
{
	font-size: 40px;
	font-weight: bold;
}

h2
{
	font-size: 30px;
	font-weight: bold;
}
	
ul
{
	list-style-type: none;
	list-style-position: inside;
}
	
li
{
	background: url('/images/check.png') no-repeat left top;
	padding: 2px 0px 0px 25px;
}
	
.review
{
	margin-bottom: 1em;
	padding: 14px 14px 14px 14px;
	color: #FFF;
	min-height: 50px;
	
	border: #FFFFFF 1px solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.banner
{
	width: 100%;
	height: 440px;
	background: url(/images/banner_repeat.jpg) repeat-x;
}

.video_border {
	text-align: center;
	vertical-align: middle;
	width: 793px;
	height: 440px;
	background: url(/images/video_background.png) no-repeat center;
}

.video
{
	float: left;
	margin-left: 100px;
	margin-top: 45px;
}