@charset "utf-8";
/* CSS Document */

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General */

body {
	background: url('images/mainBG.jpg') repeat-x;
}

td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #394345;
}

h1 {
	background: url('images/ContactNow.png') no-repeat;
	text-indent: -9999px;
	width: 289px;
	height: 80px;
}

h2 {
	font-size: 32px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

a:link, a:active, a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #009ee0;
	font-weight: bold;
	text-decoration: none;
}

hr {
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #b7b7b7;
	border-left: none;
	border-right: none;
	height: 2px;
}

ul li {
	background: url('images/bullet.png') no-repeat top left;
	padding-left: 26px;
}

li {
	margin-bottom: 15px;
}

thead {
	background: #f2f8fc;
}

thead td {
	color: #33A1E1;
	padding: 4px;
	font-weight: bold;	
}

tbody td {
	padding: 4px;
}

tbody tr {
	border: 1px solid #FFF;
}

td.hover, tr.hover {
   	background-color: #DBECF7;
}

/* Containers */

#midBG {
	margin: 0 auto;
	width: 992px;
	background: url('images/middleBG.jpg') no-repeat;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#content {
	width: 910px;
	margin: 0 auto;
	background: #FFF url('images/ContentBG.jpg') repeat-x top center;
	padding: 20px;
}

#contentBot {
	width: 910px;
	margin: 0 auto;
	background: #FFF url('images/ContentBG.jpg') repeat-x bottom center;
	padding: 20px;
}


#menu {
	background: url('images/mnuBG.jpg') repeat-x 0 0;
	height: 90px;
}

.newVersion {
	background: url('images/NewVersion.png') no-repeat;
	text-indent: -9999px;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 80px;
}

.homeCont {
	width: 600px;
	margin-left: 60px;
	margin-bottom: 10px;
}

.loginCont {
	width: 200px;
	background: #FFF;
	padding: 15px;
	border: 1px solid #CCC;
}

.homeBot {
	background: url('images/homeBG.jpg') no-repeat;
	width: 259px;
	height: 160px;
	margin-right: 11px;
	padding: 15px;
	font-size: 11px;
}

.homeBot a {
	font-weight: normal;
}

.botHome {
	margin-top: 30px;
}

.contentBG {
	background: #FFF url('images/contentMainBG.jpg') repeat-x bottom center;
	width: 426px;
	height: 550px;
	border: 1px solid #CCC;
}

/* Main Menu */

#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	margin: 0;
	display: inline;
}

#nav a {
	float: left;
	padding: 0 10px;
	color: #FFF;
	text-decoration: none;
	line-height: 80px;
	background: url('images/mnuBG.jpg') repeat-x 0 0;
	height: 80px;
	width: 80px;
	text-align: center;
	text-transform: uppercase;
}

#nav a:hover {
	color: #FFF;
	padding: 0 10px;
	text-decoration: none;
	line-height: 80px;
	background: url('images/mnuBG.jpg') repeat-x 0 -100px;
	height: 80px;
	width: 80px;
	text-align: center;
	text-transform: uppercase;
}

#body_hom .mnu_hom a, #body_reg .mnu_reg a, #body_bul .mnu_bul a,
#body_sms .mnu_sms a, #body_new .mnu_new a, #body_con .mnu_con a {
	color: #FFF;
	padding: 0 10px;
	text-decoration: none;
	line-height: 80px;
	background: url('images/mnuBG.jpg') repeat-x 0 -100px;
	height: 80px;
	width: 80px;
	text-align: center;
	text-transform: uppercase;
}

#nav .mnu_sep {
	background: url('images/mnuSep.gif') no-repeat;
	width: 2px;
	height: 80px;
}

/* Footer */

.footer, .footer a:link, .footer a:active, .footer a:visited {
	font-size: 11px;
	margin: 0 10px;
	font-weight: normal;
	line-height: 40px;
}

.footer a:hover {
	font-size: 11px;
	margin: 0 10px;
	font-weight: normal;
	line-height: 40px;
}

/* Form Elements */

.loginInput {
	background: transparent url('images/loginInputBG.png') no-repeat;
	width: 104px;
	height: 20px;
	padding: 0 10px;
	border: 0px !important;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;
	color: #333;
	z-index: 2000;
}

.loginButton {
	background: url('images/btnLogin.png') no-repeat;
	border: 0px !important;
	width: 78px;
	height: 20px;
	float: left;
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor: pointer;
	z-index: 2000;
}

label {
	width: 70px;
	float: left;
	margin-bottom: 6px;
}

.label {
	width: 110px;
	float: left;
	line-height: 32px;
}

.labels {
	width: 200px;
	float: left;
	margin-bottom: 0px;
	line-height: normal !important;
}

.labels a:link, .labels a:active, .labels a:visited {
	color: #216FE1;
	margin-bottom: 0px;
	line-height: normal !important;
}

.labels a:hover {
	color: #e46809;
	margin-bottom: 0px;
	line-height: normal !important;
}

.input {
	background: transparent url('images/inputBox.png') no-repeat;
	width: 242px;
	height: 22px;
	padding: 5px;
	border: 0px !important;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 6px;
	color: #FFF;
}

.txtarea {
	background: transparent url('images/textareaBG.png') no-repeat;
	width: 222px;
	height: 92px;
	padding: 5px;
	border: 0px !important;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 6px;
	overflow: auto;
	color: #FFF;
}

.registerButton {
	background: url('images/btnSubmit.png') no-repeat;
	border: 0px !important;
	width: 129px;
	height: 33px;
	float: left;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor: pointer;
	text-transform: uppercase;
}

.sendButton {
	background: url('images/btnSend.png') no-repeat;
	border: 0px !important;
	width: 129px;
	height: 33px;
	float: left;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor: pointer;
	text-transform: uppercase;
	padding-right: 20px;
}

/* Butons */

.btnLearn {
	background: url('images/btnHome.gif') no-repeat;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	margin-right: 10px;
}

a.tellMore {
	background: url('images/btnTellMore.png') no-repeat 0 0;
	width: 125px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	display: block;
}

.tellMore:hover {
	background: url('images/btnTellMore.png') no-repeat 0 -40px;
	width: 125px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	display: block;
}

a.download {
	background: url('images/btnDownload.png') no-repeat 0 0;
	width: 192px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	display: block;
}

.download:hover {
	background: url('images/btnDownload.png') no-repeat 0 -40px;
	width: 192px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	display: block;
}


.tellmoreMargin {
	margin: 0 10px 0 0;
}

.downloadMargin {
	margin: 0 0 0 228px;
}

/* Text Colours */

.inline {
	display: inline;
}

.margin20px {
	margin: 0 40px;
}

.marginLeft26px {
	margin-left: 26px;
}

.margin10px {
	margin: 10px;
}

.lightBlue {
	color: #33A1E1;	
}

.darkGrey {
	color: #505050;
}

.lightGrey {
	color: #CCC;
}

.blue {
	color: #009ee0;
}

.darkBlue {
	color: #216FE1;
}

.orange, .orange a {
	color: #e46809;
}

.orange a:hover {
	color: #009ee0;
}

.green {
	color: #50a125;
}

/* Other */

.contactForm {
	width: 370px;
}

.contact {
	width: 450px;
}

.marginRight6px {
	margin-right: 6px;
}

.marginLeft10px {
	margin-left: 10px;
}

.padding10px {
	padding: 10px;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left;
    display:inline-block !important;
}

.floatRight {
    float: right;
    display:inline-block !important;
}

.table {
    margin-left: auto;
    margin-right: auto;
}

.marginRight {
	margin-right: 30px;
}

.center {
	text-align: center;
}

/* Page Curl */

#pageflip {
	position: relative;
}

#pageflip img {
	width: 80px;
	height: 82px;
	z-index: 99;
	position: absolute;
	right: 0;
	top: 0;
	-ms-interpolation-mode: bicubic;
}

#pageflip .msg_block {
	width: 80px;
	height: 79px;
	position: absolute;
	z-index: 50;
	right: 0;
	top: 0;
	background: url('images/worldCup.png') no-repeat right top;
	text-indent: -9999px;
}