/* CSS Document */


body {
	background-color:#000f20;
	background-image:url(../images/style/body_repeater.gif);
	background-repeat:repeat-x;
	margin:0px;
}

p {
	margin:0;
}

#logo_container {
	background-image:url(../images/style/logo.jpg);
	background-repeat:no-repeat;
	width:499px;
	height:192px;
}

#nav_container {
	height:30px;
	background-image:url(../images/style/nav_container_background.gif);
	background-repeat:repeat-x;
	height:42px;
	
	font-family:Tahoma;
	font-weight:bolder;
	color:#000033;
}

#content_container {
	background-image:url(../images/style/content/images/background.gif);
	background-repeat:repeat-y;
	width:950px;
}

.exclusives {
	background-image:url(../images/style/content/images/background.gif);
	background-repeat:repeat-y;
	width:950px;
}
.top {
	background-image:url(../images/style/content/images/top-sec.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	height:18px;
}
#contText {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:7px;
}

#excText {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:7px;
}
.excText {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:7px;
}

.bottom {
	background-image:url(../images/style/content/images/bottom_sec.gif);
	background-repeat:no-repeat;
	vertical-align:bottom;
	height:20px;
}

.mainPara {
	font-family:Tahoma;
	font-size:14px;
	color:#C4FFFF;
	font-weight:normal;
}

.heading {
	font-family:Arial;
	font-size:20px;
	color:#000f20;
	font-weight:bolder;
	color:#FFF;
}

.highlights {
	font-family:Tahoma;
	font-size:14px;
	color:#FF9900;
	font-weight:bold;
}

#content_container img {
	border:2px #FFF solid;
}

.headHighlights {
	font-family:Arial;
	font-size:20px;
	color:#000f20;
	font-weight:bolder;
	color:#990000;
}

a:link {
	color:#FFFFFF;
}

a:visited {
	color:#FFFFFF;
}

a:active {
	color:#FFFFFF;
}

a:hover {
	color:#FF9900;
}
