html,body {
	margin:0;
	background-color:#000000;
	font-family:arial,helvetica,sans-serif;
	color:#FFFFFF;
	text-align:center;
}

img {
	border:0;
}

#container {
	width:991px;
	height:536px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

#header {
	width: 991px;
	height: 115px;
	/* background-image: url(images/header.jpg); */
	background-repeat: no-repeat;
	text-align: center;
}

#header div {
  width: 477px;
  margin: 0 auto 0 auto;
}

#col1 {
	float:left;
	width:203px;
	height:385px;
	/*border:1px solid #C22626;*/
	/* background-image: url(images/col1.jpg); */
	/* background-repeat: no-repeat; */
}

#col2 {
	float:left;
	width:349px;
	height:385px;
	margin-left:15px;
	/*background-image: url(images/col2.jpg);
	background-repeat: no-repeat;*/
}

#col3 {
	float:left;
	width:202px;
	height:385px;
	margin-left: 15px;
	background-image: url(images/col3.jpg);
	background-repeat: no-repeat;
}

#col3_extended {
	float:left;
	width:551px;
	height:385px;
	margin-left:30px;
	background-image: url(images/col3_extended.jpg);
	background-repeat: no-repeat;
}

#col4 {
	float:left;
	width:197px;
	/* height:385px; */
	margin-left: 10px;
	background-image: url(images/col4.jpg);
	background-repeat: no-repeat;
}

#col4 span.phonenum {
  font-size: 12px;
  font-weight: bold;
}

#footer {
	width:991px;
	height:71px;
	text-align:center;
	color:#814060;
	padding-top:20px;
}

div.col4_spacer {
	height:30px;
	width:197px;
}

div.col4_bottombutton {
	width: 197px;
	height: 130px;
}

#contactpage_left {
	float:left;
	width:200px;
}

#contactpage_right {
	float:right;
	width:310px;
}

div.bebolink {
	width: 160px;
	float: right;
	text-align: right;
  /* margin-right: 90px; */
  display: inline;
}

div.bebolink img {
  margin-right: 30px;
  margin-left: 30px;
}

div.logo_bottom {
  width: 630px;
	margin-top: 10px;
	/* clear: both; */
	display: inline;
	float: left;
}

div.col3header {
	/*width:120px;*/
	display: inline;
	float:left;
	padding-left:18px;
	margin-left:15px;
	background-image: url(images/title_arrow.gif);
	background-repeat: no-repeat;
	background-position:0% 50%;
	font-style:italic;
	font-weight:bold;
	font-size:18px;
}

div.col4header {
	width:120px;
	float:left;
	margin-left:15px;
	margin-top:5px;
	padding-left:18px;
	background-image: url(images/title_arrow.gif);
	background-repeat: no-repeat;
	background-position:0% 50%;
	font-style:italic;
	font-size:18px;
}

br {
	clear: left;
}


/*form styles*/
fieldset
{
border: 1px solid #592F45;
padding:5px;
margin-right:5px;
}

label,input,textarea {
	display: block;
	width: 140px;
	float: left;
	margin-bottom: 10px;
	font-size:0.8em;
}

label {
	text-align: right;
	width: 100px;
	padding-right: 10px;
}

legend
{
	background: #592F45;
	padding: 2px 6px;
	margin-bottom:10px;

	font-size:0.8em;
	color:#FFFFFF;
} 





/* text styles */
p {
	font-size:12px;
}

#col3 ul, #col3_extended ul {
	font-size:12px;
}

a, a:active, a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1,h2,h3,h4,h5 {
	color: #BC5E8C;
}

div.col4_bottombutton_link {
	padding-left:13px;
	padding-top:28px;
	padding-bottom:18px;
	/*background-image: url(images/title_arrow.gif);
	background-repeat: no-repeat;
	background-position:0% 55%;*/
	font-weight:bold;
	font-size:14px;	
}

div.col4_bottombutton_link a:active,div.col4_bottombutton_link a:link,div.col4_bottombutton_link a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

div.col4_bottombutton_link a:hover {
	text-decoration:underline;
}

div.col4_bottombutton {
  border-top: 1px #814060 dotted;
  border-bottom: 1px #814060 dotted;
}

div.col4_bottombutton #btn_collection {
  background: url('images/btn_collections.jpg') no-repeat center right;
}

div.col4_bottombutton #btn_collection_09 {
  background: url('images/btn_collections_09.jpg') no-repeat center right;
  margin-bottom: 5px;
}

div.col4_bottombutton #btn_voucher {
  background: url('images/btn_voucher.jpg') no-repeat center right;
}

#footer a,#footer a:active,#footer a:link,#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer p {
	font-size:10px;
}

#col4 p {
	font-size: 10px;
}

#col4 p, #col4 h5 {  	
	margin-left: 15px;
}




/* 
   Styles for scrolling layers in "col3"
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:165px; height:325px; 
  z-index:100;
  float:left;
  margin-top:15px;
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:165px; height:325px; 
	clip:rect(0px, 165px, 325px, 0px); 
	overflow:hidden;	
	z-index:1;
	}
div.content { 
	text-align:left;
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	color:#FFFFFF;
	padding-left:15px;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:-7; top:0;
  width:11px; height:380px; 
  font-size:1px; z-index:1;
    float:right;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:356px;
  /*background: url("images/track.gif") #3E4F00 repeat; */
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:24px;
  background-color:#4C2639;
  /*background: url("images/track.gif") #3E4F00 repeat; */
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 } 

/* end scolling layer CSS for "col3" */



/* 
   Styles for scrolling layers in extended "col3"
*/
div#hold3	{ 
	position:relative; overflow:hidden;
	width:520px; height:345px; 
	z-index:100;
	float:left;
	margin-top:15px;
	}
div#wn3	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:520px; height:345px; 
	clip:rect(0px, 520px, 345px, 0px); 
	overflow:hidden;	
	z-index:1;
	}
div.content3 { 
	text-align:left;
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	color:#FFFFFF;
	padding-left: 15px;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar3 { 
  position:relative; left:-7; top:0;
  width:11px; height:380px; 
  font-size:1px; z-index:1;
  float:right;
  }
div#track3 { 
  position:absolute; left:0; top:12px;
  width:11px; height:356px;
  /*background: url("images/track.gif") #3E4F00 repeat; */
  z-index:1;
  }
div#dragBar3 {
  position:absolute; left:1px; top:1px;
  width:9px; height:24px;
  background-color:#4C2639;
  /*background: url("images/track.gif") #3E4F00 repeat; */
  z-index:1;
  }  
div#up3 { position:absolute; left:0; top:0; z-index:2 }  
div#down3 { position:absolute; left:0; bottom:0; z-index:3 } 

/* end scolling layer CSS for "col3" */



/* 
   Styles for scrolling layers in "col4"
*/
div#hold2	{ 
	position:relative; overflow:hidden;
	width:155px; height:165px; 
  z-index:100;
  float:left;
  margin-top:12px;
	}
div#wn2	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:155px; height:165px; 
	clip:rect(0px, 155px, 165px, 0px); 
	overflow:hidden;	
	z-index:1;
	}
div.content2 { 
	text-align:left;
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	color:#FFFFFF;
	padding-left:10px;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar2 { 
  position:relative; left:-13; top:3;
  width:11px; height:205px; 
  font-size:1px; z-index:1;
    float:right;
  }
div#track2 { 
  position:absolute; left:0; top:12px;
  width:11px; height:181px;
  /*background: url("images/track.gif") #3E4F00 repeat; */
  z-index:1;
  }
div#dragBar2 {
  position:absolute; left:1px; top:1px;
  width:9px; height:24px;
  background-color:#4C2639;
  z-index:1;
  }  
div#up2 { position:absolute; left:0; top:0; z-index:2 }  
div#down2 { position:absolute; left:0; bottom:0; z-index:3 } 

/* end scolling layer CSS for "col4" */