/* CSS Document */

body {
	color: #000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #fff;
	background-image: url(../img/site_v5/bg_page.png);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 24px;
}
a {
	text-decoration: none;
	color: #aaae07;
}
img { border-style: none; }
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
h1 {
	font-size:32px;
	margin:0px -53px 0px 40px;
	padding: 15px 10px 0px 30px;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background: url(../img/site_v5/bg_pagetitle.png) no-repeat top left;
	float: left;
	width:652px;
	height:64px;
}


#container {
	width:980px;
	margin: 0px auto 0px auto;
}
#header {
	height:190px;
	width:980px;
	padding: 0px 0px 10px 0px;
	text-align:left;
	background-repeat: no-repeat;
	background-position: center top;
}

.logo-home {
	margin-top: 32px;
	float: left;
	width: 980px;
}

#insideContent {
	width: 980px;
	margin: 0px auto 0px auto;
}
#insideContent #pagetitle img {
	margin-left: -4px;
}
#insideContent #content {
	margin: 0 0 0 20px;
}

#footer {
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	background-image: url(../img/site_v5/bg_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width:980px;
	margin: 30px auto 0px auto;
	font-weight: bold;
	text-transform: capitalize;
	color: #ffffff;
}
#footer a {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	border-bottom-style: none;
	text-transform: capitalize;
}

#legal {
	float: left;
	padding: 25px 10px 20px 10px;
	text-align: center;
	width: 980px;
	background-image: url(../img/site_v5/bg_legal.png);
  background-position: left top;
	background-repeat: no-repeat;
	line-height: 22px;
}
#legal ul li {
	padding-top: 20px;
	display: inline;
}


.terms-and-conditions {
	margin: 0px;
	padding: 0px;
	background: transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.4em;
}

.terms-and-conditions h2 {
	color:#f68122;
	font-size: 15px;
}

.terms-and-conditions h3 {
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 14px;
	color: #55a51c;
	font-weight: bold;
}