/* CSS Document */

@font-face {
 font-family: MyCustomFont;
 src: url("../font/Century_Gothic.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("../font/Century_Gothic.ttf") /* TTF file for CSS3 browsers */
}
body{
	margin: 0;
	background: url(../images_new/bg.jpg) center top no-repeat #8a3143 fixed;
}
table{
	width: 100%;
	height: auto;
	border: 0;
}
td{
	font: normal 13px/18px MyCustomFont, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
	vertical-align: top;
}
a{
	color: #6f1b29;
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration: underline;
	outline: none;
}
.centeralign{
	text-align: center;
}
.rightalign{
	text-align: right;
}
.middlealign{
	vertical-align: middle;
}
.bottomaling{
	vertical-align: bottom;
}
img{
	border: 0;
	outline: none;
}
img.border{
	border: 1px solid #c4bc29;
}
input.btn{
	background: #5e2931;
	border: 0;
	color: #fff;
	text-transform: uppercase;
}
table.maintable{
	width: 1000px;
	margin: 0 auto;
}
table.header{
	height: 52px;
}
table.nav{
}
table.nav td{
	font: bold 15px/52px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 33px;
	text-align: right;
}
table.nav a{
	color: #fff;
	text-transform: uppercase;
	padding: 0 7px;
}
table.nav a:hover, table.nav a.here, table.nav a:hover.here{
	color: #f5841b;
	text-decoration: none;
}
table.banner{
	height: 282px;
}
table.content{
	background: url(../images_new/content_bg.png) left top repeat;
}
table.content td{
	background: url(../images_new/logo.png) 119px bottom no-repeat;
	/*padding: 15px 106px 15px 481px;*/
	padding: 25px 56px 25px 481px;
	/*height:194px;*/
}
table.footer{
	height: 74px;
}
table.footer td{
	padding: 0 38px;
	text-align: right;
	vertical-align: middle;
}
table.footer_bottom{
}

table.footer_bottom td{
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
}


/* added on 15-11-2010 */
a.body-link{
	color:#FFFFFF;
	text-decoration:none;
	text-transform:none;
	outline: none;
}
a.body-link:hover{
	text-decoration: underline;
}
.upper-case{
text-transform:uppercase;
}

/* added on 17-11-2010 */
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 1000px; /*Width of Carousel Viewer itself*/
	height: 282px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	background: #FFF;
}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0; /*margin around each panel*/
	width: auto; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
a.footer-link{
	color:#FFFFFF;
	text-decoration:none;
	outline: none;
}
a.footer-link:hover{
	text-decoration: underline;
}

