/* CSS Document */

body
{
margin:0px;
background:url(images/page-bg.jpg) repeat-x #ffffff;
}

#page
{
width:1005px;
margin:0 auto;
}

/* =============================================== Common classes Start ==============================*/

.fullWidth{width:100%;}
.fullHeight{width:100%;}
.floatLeft{float:left;}
.floatRight{float:right;}
.clear{clear:both;}
.imageStyle{vertical-align:middle;padding-top:1px;}

/* =============================================== Header classes Start ==============================*/

#header
{
width:1005px;
}

#hed-bg
{
width:1005px;
height:127px;
background:url(images/hed-bg.jpg) repeat-x;
}

#toptab
{
width:382px;
margin-top:87px;
}

#flash-banner
{
width:1005px;
}

/* =============================================== Mid Part classes Start ==============================*/

#midpart
{
width:1005px;
background-color:#FFFFFF;
}

#bigh1-bg
{
width:1005px;
background:url(images/bigh1-bg.jpg) repeat-x;
}

#container
{
width:677px;
background:url(images/container-bg.jpg) repeat-x #ffffff;
}

#rightpart
{
width:326px;
border:1px solid #ffffff;
background:url(images/right-bg.jpg) repeat-x #ffffff;
}

#mid-layer
{
width:610px;
margin:0 auto;
}

/* =============================================== Container classes Start ==============================*/

#midcont-box
{
width:608px;
border:1px solid #ffffff;
background:url(images/mid-contbg.jpg) repeat-x #ffffff;
margin-top:15px;
}

#cont-boxlayer
{
width:590px;
margin:0 auto;
}

.map
{
width:300px;
}

/* =============================================== Right Part classes Start ==============================*/

#right-layer
{
width:303px;
margin:0 auto;
}

/* =============================================== Footer Part classes Start ==============================*/

#footer
{
width:1005px;
background-color:#FFFFFF;
}

/* =============================================== Text classes Start ==============================*/

.genralText
{
	font:normal 12px/14px Tahoma;
	color:#ffffff;
	line-height:16px;
}

.blackText
{
	font:normal 12px/14px Tahoma;
	color:#000000;
	line-height:16px;
}

.genralh1
{
	font:bold 12px/14px Tahoma;
	color:#ffffff;
}

.whiteh1
{
	font:bold 18px/22px Tahoma;
	color:#ffffff;
}

.genLinkRed:link,.genLinkRed:active,.genLinkRed:visited
{
	font:bold 12px/14px Tahoma;
	color:#980224;
	text-decoration:none;
}
.genLinkRed:hover
{
	border-bottom:1px solid #980224;
}

.blacklink:link,.blacklink:active,.blacklink:visited
{
	font:normal 12px/14px Tahoma;
	color:#000000;
	text-decoration:none;
}
.blacklink:hover
{
	border-bottom:1px solid #000000;
}