body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/page-bg1.gif);
	background-position: left bottom;
	font-family: Tahoma;
	font-size: 12px;
	}
	.page-bg{
	background-image: url(images/page-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	}
.container{
	width:800px;
	height:auto;
	text-align:left;
}
.logo{
	cursor:pointer;
	width:522px;
	height:124px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='scale');
}
html>body .logo{
	background:url(images/logo.png) no-repeat left top;
}
.footer{
	text-align:center;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	padding:11px;
}
.footer span{
	color: #F17FB7;
	font-size: 14px;
	padding-right:3px;
}
.top-navigation{
	float:left;
	width:100%;
	margin-top:26px;
}
.top-navigation ul{
	float:right;
	list-style-type: none;
	margin:0;
	margin-right:0px;
	padding:0;
}
.top-navigation li{
	display:inline;
	margin:0;
	padding:0;
}
.top-navigation a{
	float:left;
	background:url(images/top-tab-left-curve.gif) no-repeat left top;
	margin:0;
	margin-left: 5px;
	padding:0 0 0 15px;
	text-decoration:none;
}
.top-navigation a span{
	float:left;
	display:block;
	background:url(images/top-tab-right-curve.gif) no-repeat right top;
	padding: 10px 15px 4px 0px;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.top-navigation a span {float:none;}
.top-navigation a:hover span {
	color:#492B10;
}
.top-navigation .current a{ 
	background-position:0 -33px;
}
.top-navigation .current a span{
	background-position:100% -33px;
	color:#492B10;
}
.top-navigation a:hover{
	background-position:0% -33px;
}
.top-navigation a:hover span{
	background-position:100% -33px;
}
.main-content{
	margin:-6px 54px 0 62px;
}
.main-content-top-bg{
	widht:684px;
	height:65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/main-content-top-bg.png', sizingMethod='');
}
html>body .main-content-top-bg{
	background:url(images/main-content-top-bg.png) no-repeat left top;
}
.main-content-btm-bg{
	widht:684px;
	height:58px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/main-content-btm-bg.png', sizingMethod='');
}
html>body .main-content-btm-bg{
	background:url(images/main-content-btm-bg.png) no-repeat left top;
}
.main-content-bg{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/main-content-bg.png', sizingMethod='');
}
html>body .main-content-bg{
	background:url(images/main-content-bg.png) repeat-y left top;
}
.main-content-top{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/main-content-top.png', sizingMethod='scale');
}
html>body .main-content-top{
	background:url(images/main-content-top.png) no-repeat left top;
}
.main-content-top {
	min-height:461px;
}

* html .main-content-top {
	height:461px;
}
.content{
	width:100%;
	height:auto;
	position:relative;
	z-index:500;
	margin-left:10px;
}
.side-navigation{
	float:left;
	width:130px;
}
.right-content{
	float:right;
	width:510px;
	margin-right:0px;
}
html>body .right-content{
	float:right;
	width:510px;
	margin-right:10px;
}
.content-padding{
	padding:0px 45px 0 15px;
}
.side-navigation a{
	background:url(images/side-navigation-top-bg.gif) no-repeat left top;
	margin:0;
	padding:0;
	padding-top:18px;
	text-decoration:none;
	display:block;
	text-align:center;
	margin:20px 0;
}
.side-navigation a span{
	display:block;
	background:url(images/side-navigation-btm-bg.gif) no-repeat left top;
	padding:0 5px 18px 10px;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #492B10;
	text-transform: uppercase;
}
.side-navigation a:hover span {
	color:#F25BA5;
}
.side-navigation  a.current{ 
	background-position:-130px 0%;
}
.side-navigation  a.current span{
	background-position:-130px 100%;
	color:#F25BA5;
}
.side-navigation a:hover{
	background-position:-130px 0%;
}
.side-navigation a:hover span{
	background-position:-130px 100%;
}