body{
	background-color: #989696;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(bg2.jpg);
}

#container{
	width: 804px;
	margin: 10px auto;
	border: 10px solid #DCE0E1;
	background-color: #000000;
}

/* HTML */
h1{
	font-size: 17px;
	color: #0066CC;
	text-transform: uppercase;
}

h2{
	font-size: 14px;
	color: #747474;
}

h3{
	font-size: 13px;
	color: #747474;
}

p, li, dt, dd{
	font-size: 13px;
	color: #202020;
	font-family:"Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
}

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

/* HEADER */
#head{
	height: 167px;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
#logo{
	text-align: left;
}
#h-img{
	text-align: right;
}

/* menu */
/* All <ul> tags in the menu including the first level */
#menu{
	margin: 7px 0px 0px 15px;
}
.menulist, .menulist  ul {
	 margin: 0;
 	padding: 0;
 	list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 	visibility: hidden;
 	position: absolute;
 	top: 1.8em; /* I'm using ems rather than px to allow people to zoom their font */
 	left: 0px;
 	width: 150px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 	top: 0px;
 	left: 155px;
 	background-color: #ffffff;
 	color: #980201;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 	float: left;
 	position: relative;
 	color: #ffffff;
 	margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 	float: none;
 	margin-right: 0;
 	margin-bottom: 0px;
}

.menulist ul>li:last-child {
 	margin-bottom: 1px;
 
}

/* Links inside the menu */
.menulist a {
	display: block;
	color: #ffffff;
	text-decoration:  none;
	font-family:"Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.menulist li li a{
	 background-color: #ffffff;
	 margin: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 22px;
	 color: #980201;
	 font-size: 11px;
	 display: block;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #ffffff;
	text-decoration: underline;
}
.menulist li li a:hover{
	 background-color: #980201;
	 color: #ffffff;
}
.menulist  a.highlighted {
 	color: #ffffff;
 	text-decoration: underline;
}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 	display:  none;
}
.menulist ul a .subind {
 	display:  block;
 	float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 	float: left;
}
.menulist ul a {
 	float: none;
}
/* \*/
.menulist a {
 	float: none;
 	padding-left:8px;
 	padding-right:8px;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 	float: left;
	height: 1%;
}
* html .menulist  ul a {
 	height: 1%;
}


/* BODYBOX */
#bodybox{
	background: #ffffff url(images/b-bg.gif) repeat-y left;
	min-height: 550px;
	height: auto !important;
	height: 550px;
}

/* LEFT */
#left{
	width: 229px;
	float: left;
	color: #0066CC;
}
#l-box{
	padding: 30px 20px 20px 20px;
	margin: 0px 0px;
}
#left h3{
	font-size: 13px;
	color: #ffffff;
}
#left h4{
	font-size: 13px;
	margin-bottom: 0px;
}
#left p{
	font-size: 11px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* CONTENT */
#content{
	margin-left: 229px;
	padding: 20px 0px 20px 0px;
	background: url(images/c-bg.jpg) repeat-x top;
}
#content p{
	line-height: 18px;
}
#c-hello{
	margin: 0px 0px;
	padding: 10px 20px 30px 20px;
	background: #ffffff url(images/w-bg.jpg) repeat-x bottom;
}
#c-main{
	float: left;
	width: 380px;
}
#cm-txt{
	padding: 20px 10px 40px 20px;
}

#cm-txt .title{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 14px 0px;
	color: #980201;
	
}
#cm-txt h2, #cm-txt h1{
	margin: 0px 0px 0px 0px;
}
#cm-txt h2{
	margin-top: 20px;
}
#cm-txt .offer{
	margin: 0px 0px;
	padding: 0px 0px;
}
#cm-txt .offer li{
	list-style: none;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
	width: 250px;
}
#cm-txt .offer img{
	vertical-align: middle;
	padding: 3px 3px;
}
#c-right{
	margin: 20px 8px 0px 390px;
}
#c-right h3{
	margin: 0px 0px;
	
}
#c-right dl{
	margin-bottom: 10px;
}
#c-right dt{
	color: #980201;
}
#c-right dd{
	margin-left: 0px;
	padding: 0px 0px;
	margin-bottom: 5px;
}

/* FOOT */
#foot{
	background: url(images/f-bg.jpg) repeat-x;
	height: 25px;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
}

#foot p{
	color: #ffffff;
	margin: 0px 0px 5px 0px;;
	padding: 0px 0px;
	font-size: 11px;
}

#foot a{
	color: #ffffff;
}
/**************** functional styles *****************/

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-table;}

	/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
	/* End hide from IE-mac */
	
p.date{
	margin-top: 0px;
	padding-top: 0p;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 10px;
}
.more{
	color: #980201;
	margin-top: 0px;
	padding-top: 0px;
}
.more a{
	text-decoration: none;
	color: #980201;
}
.more a:hover{
	text-decoration: underline;
}
.more a:visited{
	color: #9b4e00;
}
.red{
	color: #980201;
}

.top{
	background: url(images/c-top.gif) no-repeat left;
	text-align: right;
	padding-left: 20px;
}
.right{
	text-align: right;
}

.imgspecial{
	border: 7px solid #C6E2FF;
	margin: 5px;
}
