 
/********************************************
   HTML ELEMENTS
********************************************/ 


body {
	background: #FFFED7;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #000;
	text-align: center;
	margin: 0;
}

/* links */
a {
	text-decoration: none;
	color: #CC0000; 
}

a:hover {
	text-decoration: underline;
	color: #CC0000;
}

/* headers */
h1, h2, h3, h4 { font-family: 'Trebuchet MS', Tahoma, Sans-serif;  }
h1 {
	font-size: 180%;	
	font-weight: normal;	
	color: #555;
}
h2 {
	font-size: 180%;
	color: #2666c3; /* color: #88ac0b; */
	font-weight: normal;
}

h2 a {
	color: #2666c3;
	text-decoration: none;	
}

h3 {
	font-size: 135%;	 
	color: #666666;
}
h4 {
	font-size: 110%;
	color: #666666;
}

/* lists */

ul {
	margin: 0;
	padding: 0 0 0 20px;
}

/* images */
img {
	padding: 0;
	margin: 0;
	border: none;
}

h1, h2 {
	margin: 5px 0 5px 0;
	padding: 0;
}
h3, h4 {
	margin: 0;
	padding: 0;
}
p {
	margin: 10px 0 0 0;
	padding: 0;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
  margin: 10px;
  padding: 40px 20px 20px 40px;
  font: normal 1.3em/1.5em "Trebuchet MS", Tahoma, arial, Sans-serif; 
  color: #2361BA;
  border: 1px solid #E5F0FB;   
  background: #F4F8FD url(styleimgs/quote.jpg) no-repeat 8px 6px;
}

blockquote p {
  margin: 0 0 10px 0;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 0;
}
th strong {
	color: #fff;
}
th {
	background: #306bc1 url(styleimgs/button-bg.jpg) repeat-x 0 0; 
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	text-align: center;
	border: 1px solid #306bc1;
	border-bottom-width: 2px;
}
tr {
	height: 25px;
	background: #fff;	
}
td {
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #E5F0FB; 
}
td.total {
	border-top-width: 2px;
	border-right: none;
	border-left: none;
	border-bottom: none;
	font-size: 110%;
	font-weight: bold;
}

/* end - table */

/* form elements */
form {
	margin:0; 
	padding:0;
	border:0; 
}

legend {
	display: none;
}
label {
	display:block;
	font-weight:bold;
	margin: 0;
}
input {
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	color:#777;	
	margin: 0 0 7px 0;
}
input.hidden {
	display: none;
}
select {
	padding:2px; /* safari ignore this, use height or move the listbox */
	/* height: 21px; */
	border: 1px solid #E5F0FB;
	font: normal 1em Verdana, sans-serif;
	color:#777;	
	margin: 0 0 7px 0;
}
textarea {
	width:400px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #E5F0FB; 
	height:100px;
	display:block;
	color:#777;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 950px;
	background: #fffed7 url(themeimgs/background.gif) no-repeat center top;
	margin:0pt auto; /* to center box! */
	padding: 0;
	text-align: left;
}

/* Header */
#header {
	position: relative;
	height: 60px;
	padding: 0;	
	color: #fff;	
}
#header #logo {
	position: absolute;
	margin: 0; 
	padding: 0;
	top: 18px; 
	left: 65px;	
}

#header #header-links {
	position: absolute;
	font: bold 14px"Trebuchet MS", Arial, Tahoma, Sans-serif;
	top: 30px; 
	right: 60px;
	text-align: right;
}
#header #header-links a {	
	color: #fff;
	text-decoration: none;	
}


/* navigation */
#menu {
	padding: 0;
	height: 45px;
	position: relative;	
    margin:0;
}

#menu ul {
	list-style: none;
	list-style-image: none;
	position: absolute;
	top: 11px;
	right: 77px;
	padding: 0;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	padding: 0px 5px 0px 0px;
	color: #FFFED7;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #CC0000;	
}
#menu ul li a.current {	
	color: #CC0000;
}

/* Main Content boxes */

#home {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	clear: both;
	width: 880px;
	margin: 0 29px;
	padding: 0;
	background-color: transparent;
	text-align: left;
}

#content {
	background: #fffed7 url(themeimgs/backgroundtile.png) repeat-y center;
	clear: both;
	width: 880px;
	margin: 0;
	padding: 0 35px;
	background-color: #FFF;
	text-align: left;
}

#content-flat {
	border-left: 6px solid #DDC;
	border-right: 6px solid #DDC;
	clear: both;
	width: 880px;
	margin: 0 29px;
	padding: 0;
	background-color: #FFF;
	text-align: left;
}

#main {
	float: left;
	width: 600px;
	margin: 0; 
	padding: 0;
	display: inline;
	text-align: left;
}

/* Sidebar */	

#sidebar {
	float: left;
	width: 230px;
	padding: 0; 
	margin: 0px 10px 0px 25px;	
	color: #000000;
}
	
#sidebar h2 {
	margin: 15px 5px 10px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;	
}
#sidebar form {
	margin: 15px 5px 10px 5px;
	border: 1px solid #A9D4EF;
	padding: 5px;
	background: #EEFFEE;
	font-size: 110%;
}
#sidebar form .dtpicker input{
	width: 90px;
}
#sidebar p {
	margin-left: 5px;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 0; padding: 0;
	text-decoration: none;	
	border-top: 1px solid #A9D4EF;	
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #777;	
	border-bottom: 1px solid #D2E8F7; 
}
* html body #sidebar ul.sidemenu li {
	list-style: none;
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	color: #1773BC;				
}

#sidebar ul.sidemenu li h3 {

	margin: 0;
	font-weight: normal;
	font-size: 1em;
	color: #555;	
}
#sidebar ul.sidemenu li h3 strong{
	font-weight:bold;
	font-size: 1.2em;
	color: #B00;	
}

#sidebar ul.sidemenu li a:hover {	
	color: #333;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }




/* Home search box */
.home-search {
	float: left;
	width: 329px;
	margin: 0px 0 0px 0px;
	padding: 0px;
	display: inline;
	text-align: left;
	height: 233px;
}

.home-search form {
	width: 290px;
	margin: 0px 0px 0px 15px ;
	padding: 0px;
	text-align: left;
	height: 135;
}


/* Teasers */
#home #teaser1  {
	float: left;
	width: 220px;
	height: 295px;
	display: inline;
	text-align: left;
	margin: 0px 0px 0px 20px;
	padding: 0;
}	

#home #teaser2  {
	float: left;
	width: 585px;
	height: 295px;
	background: inherit;
	display: inline;
	text-align: left;
	margin: 10px 0px 0 10px;
	padding: 0;

}	

#home #teaser3 {
	float: left;
	width: 420px;
	height: 225px;
	background : inherit;
	display: inline;
	text-align: left;
	margin: 0px 0px 0px 20px;
}

#home #staffpick {
	float: left;
	width: 255px;
	display: inline;
	margin: 6px 0 0 30px;	
	padding: 45px 5px 0 0;	
	color: #000000;
	height: 180px;
	text-decoration: none;
	background: url(themeimgs/back_blacktop.gif) repeat-x top;
}	



/* showlist */

#home #showlist2-container {
	float: left;
	width: 400px;
	margin: 30px 0px 0px 25px;
	padding: 5px;
	text-align: left;
	height: auto;
	border-top: 5px dashed #e0dfbd;
}

#home #showlist2-container ul {
	list-style: none;
	list-style-image: none;
	padding:0;
	margin:0;
	clear: both;
}
#home #showlist2-container li{
	list-style: none;
	list-style-image: none;
	width:100px;
	margin:3px;
	padding:2px;
	float: left;
	height: 18px;
	border-bottom: 1px dotted #66A2D9;
}

#home #showlist2-container li#type{
	width:100px;
	color:#1773BC;
	background-color: #fff;
	font-weight: bold;
	text-align: right;
}
#home #showlist2-container li#name{
	width:200px;
}
#home #showlist2-container li#rate{
	width:70px;
	text-align: right;
	font-weight: bold;
}

#home #showlist1-background {
	float: left;
	width: 248px;
	padding: 0; 
	margin: 5px 0px 0px 0px;	
	color: #000000;
	height: 228px;
	background: url(themeimgs/back_news.gif) no-repeat center top;
}	

#home #showlist1 {
	float: left;
	width: 240px;
	padding: 0; 
	margin: 40px 0px 0px 0px;	
	color: #000000;
	height: 180px;
	font: Tahoma,Verdana,Arial;
}	


#home #showlist1 ul {
	width: 240px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	text-decoration: none;	
}


#home #showlist1 ul li {
	width: 240px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

#home #showlist1 ul li a {
	text-decoration: none;	
	color: #FFFFFF;
	font-weight: normal;
	font-size: 9px;
		
}

#home #showlist1 ul li b {
	text-decoration: none;	
	color: #FF0000;
	font-weight: normal;
	font-size: 9px;

}

#home #showlist1 ul li c {
	text-decoration: none;
	text-align: right;
	color: #66A2D9;
	font-weight: bold;
	font-size: 9px;

}

#home #showlist1 ul li a:hover {
	text-decoration: underline;
	color: #F7B308;
}

#home #showlist2 ul {
    width : 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}


#home #showlist2 ul li {
    width : 200px;
	text-decoration: none;
	display: inline;
}

#home #showlist2 ul li a {
	text-decoration: none;	
	color: #595959;
	font-weight: bold;
	font-size: 9px;
}

#home #showlist2 ul li b {
	text-decoration: none;	
	color: #FF6600;
	font-weight: bold;
	font-size: 9px;
}

#home #showlist2 ul li a:hover {
	text-decoration: underline;
	color: #F7B308;
}



#home #showlist3-container {
	float: left;
	width: 200px;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	display: inline;
	text-align: left;
	height: auto;
}

#home #showlist3-background {
   float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
	text-align: right;
	height: 35px;
	background: url(themeimgs/back_offers2.gif) no-repeat top;
}	


#home #showlist3 {
	float: left;
	width: 200px;
	padding: 0px; 
	margin: 0px 0px 0px 0px;	
	height: auto;
	font: Tahoma,Verdana,Arial;
	background-color: #FFFFFF;
}	

#home #showlist3 ul {
    width : 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	text-decoration: none;
}


#home #showlist3 ul li {
    width : 200px;
	text-decoration: none;
	display: inline;
}

#home #showlist3 ul li a {
	text-decoration: none;	
	color: #595959;
	font-weight: bold;
	font-size: 9px;
}

#home #showlist3 ul li b {
	text-decoration: none;	
	color: #FF6600;
	font-weight: bold;
	font-size: 9px;
}

#home #showlist3 ul li a:hover {
	text-decoration: underline;
	color: #F7B308;
}


/* Showcase flyers */
#main .quickflyer {
	float: left;
	width: auto;
	margin: 0 0 10px 0; 
	padding: 0 20px 10px 0; /*padding-right to be adjusted*/
	display: inline;
	text-align: left;
	border: 1px dashed #CCCCCC; 
	background: #FFFFFF; 
}
#main .quickflyer .container {
	float: left;
	width: 100px;
	margin: 0;
	padding: 10px 0 0 25px;
	display: inline;
	text-align: left;
}
#main .quickflyer #banner{
	padding: 3px;
	border: 1px solid #CCCCCC; 
}
#main .quickflyer h2 {
	margin: 5px 3px 0 3px;
	font: bold 1.2em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b;
}


/* Footer */	
#footer {
	border-left: 6px solid #DDC;
	border-right: 6px solid #DDC;
	clear: both;
	width: 880px;
	margin: 0 29px;
	padding: 0;
	font-size: 90%;	
	text-align: center;	
	background: #FFF
}
#footer p { 
	padding: 30px 0 20px 0;
	margin: 0;
	color: #000;
}
#footer a { 
	color: #000;
	text-decoration: none; 
}

