body{
	margin:0;
	padding:0;
	background-image: url(../images/bg.jpg);
	background-color:#FAF9F4;
	background-repeat: no-repeat;
	font-family: "Tahoma" Arial, Helvetica, sans-serif;
	font-size:12px;
}
p{
	line-height:17px;
}
#maincontainer{
width: 950px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
	color:#000000;
}
#logoGuarantee{
	height:51px; 
	background-image:url(../images/guarantee.gif); 
	background-position:right; 
	background-repeat:no-repeat; 
	margin-top:25px; 
	padding-top:20px;
}
#navContainer {
	text-align: right;
	border-top: 1px solid #DDD2B2;
	border-bottom: 1px solid #DDD2B2;
	margin-top:20px;
	margin-bottom:7px;
	height:45px;
}
#headerImg {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 148px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD2B2;
	padding-left:325px;
	padding-right:80px;
	padding-top:25px;
	color:#E6B1BA;	
}

#headerImg h1{
	font-size:30px;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	font-weight:normal;
	padding-bottom:5px;
}
#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
margin-top:20px;
}

h1{
	font-size:25px;
	color:#D81F43;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

#contentcolumn{
	margin-right: 285px; /*Set right margin to RightColumnWidth*/
	border-right: 1px solid #DDD2B2;
	padding-top:5px;
	padding-right:25px;
	margin-bottom:30px;
}

#rightcolumn{
	float: left;
	width: 265px; /*Width of right column*/
	margin-left: -265px;
	margin-top:20px;
}

#footer{
	clear: left;
	color: #000000;
	border-top:1px solid #DDD2B2;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/*main Menu starts here*/


#thicktabs{
margin: 0;
padding: 0;
font: bold 14px Arial;
float:right;
}

#thicktabs li{
display: inline;
color:#000000;
}

#thicktabs li a{
float: left;
color: #000000;
padding: 15px 10px; /*padding of tabs*/
text-decoration: none;
background-image:url(../images/main-menu-bg.jpg);
background-repeat:repeat-x;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
color:#000000;
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
color:#BABDC2;
}

#thicktabs li a:visited{
color: black;
color:#000000;
}

#thicktabs li a:hover{
color: #FFFFFF;
background-color:#000000;
background-repeat:repeat-x;
}

a{
	color:#D81F43;
}
a:hover{
	text-decoration:none;
}

.boxYellow {
	background-color: #F8F5E9;
	padding: 10px 20px;
	border: 1px solid #EBE6C7;
	margin-top: 10px;
}
.textFLD{
	margin-top:5px;
	margin-bottom:10px;
}
li{
	padding:5px 0px;
}

.step{
	color: #D81F43; 
	font-size: 18px;
}
.stepTitle{
	font-size: 20px
}
.stepsImg{
	padding:0px;
	margin:0px;
	margin-top:15px;
	border:0px;
}
.stepsBox {
	font-size:13px;
	color: #000000;
	background-color: #E4DCC2;
	padding: 15px;
	margin:0px;
	margin-top:-1px;
}
.noteBG {
	background-image:url(../images/note-top.png);
	background-repeat: no-repeat;
	padding: 30px;
	width: 580px;
	font-size: 16px;
}
.noteBG p{
	font-family:"Courier New", Courier, monospace;
	size:13px;
	color:#000000;
	font-size: 16px;
}
