/*****************************************************/
/* (c) 2010 Belira Web Hosting                       */
/*****************************************************/


/********************* Main Body *********************/

html 
{
	width: 100%;
	height: 100%;
}

body 
{
	padding: 0px;
	margin: 0px auto;
	background-image: url('images/bodyBG.gif');
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
	background-color: #1A4775;
	font-family: calibri, arial, helvetica;
	font-size: 12pt;
	color: #464646;
}

#wrapper 	
{
	margin: 0 auto;
	padding: 0px;
	width: 960px;
}

.clearBoth 
{
	clear: both;
}

.hide 
{
	display: none;}

.show 
{
	display: block;
}

a
{
	text-decoration: none;
	color: #0d31ca;
}

a:hover
{
	text-decoration: underline;
	color: #0d31ca;
}

a:focus
{
	outline: 0;
}

a img
{
	border: none;
}

h1
{
	font-size: 22pt;
	font-weight: bold;
	margin: 10px 10px 10px 0px;
	color: #111731;
	padding 0px;
}

h2
{
	font-size: 14pt;
	font-weight: normal;
	margin: 10px;
	color: #111731;
}

h3
{
	font-size: 10pt;
	font-weight: bold;
	margin: 10px;
	color: #111731;
}

#mainHeader 
{
	color: #1A4775;
	height: 90px;
}

#logo
{
	float: left;
	padding-top: 10px;
}

#headerMenu
{
	float: right;
	padding-top: 30px;
}

#master
{
	background-image: url("images/content_bg.gif");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
}

#contentHeader
{
	height: 143px;
	background-image: url("images/page_headers/customer-support.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.secure_notice
{
        margin-top: 10px;
        border: solid 3px #218721;
        background-color: #7BDF7B;
        padding: 5px;
        font-weight: bold;
        text-align: center;
}

.secure_notice #hide
{
        float: right;
        width: 50px;
}

#page_content
{
	padding: 10px 10px 10px 10px;
	background-color: transparent;
}

.articleTxt
{
	padding-bottom: 15px;
	margin: 10px;
}

.belGbl_OrderNow
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 82px;
    height: 32px;
    background: url('/staticImg/buttons/ns_but/order_now.png') no-repeat;
}

.belGbl_OrderNow:hover
{
    background: url('/staticImg/buttons/ns_but/order_now_hover.png') no-repeat;
}

#ggl_offers
{
	padding: 10px;
	margin-top: 25px;
	min-height: 90px;
	background: #c6dffb;
	text-align: center;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
}

#footer
{
	min-height: 137px;
	margin-top: 25px;
	text-align: center;
	background: #f2f6fb url('images/footerBG.gif') repeat-x;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
}

#footerReg, #footerHelpline, #footerMore
{
	padding: 10px;
	text-align: left;
	height: 137px;
	width: 280px;
	float: left;
	background: url('images/footerSEP.png') no-repeat right;
}

#footerHelpline
{
	padding-left: 50px;
}

#footerMore
{
	padding-left: 50px;
	margin-right: -60px;
	background: none;
}

#footer h2
{
	margin: 0px;
	color: #0559AD;
}

#footer h3
{
	margin: 0px;
	color: #0559AD;
}

#footer a
{
	text-decoration: none;
	color: #464646;
}

#footer a:hover
{
	text-decoration: underline;
}

#baselinks
{
	margin-top: 10px;
	color: #BFD5EA;
	font-size: 8pt;
}

#baselinks .left
{
	float: left;
}

#baselinks .right
{
	float: right;
}

#baselinks a
{
	text-decoration: none;
	color: #BFD5EA;
	margin-left: 5px;
}

#baselinks a:hover
{
	text-decoration: underline;
}
