@charset "utf-8";
/* CSS Document */

.clear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
}

h1 {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	color:#990033;
}
h2 {
	
	margin:0 0 15px 0;
	padding:0;
	border-bottom:#333333 2px solid;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#333333;
}

a:link,
a:visited {
	color:#000000;
}
a:hover {
	color:#990033;
}

.customerEmail {
	text-align:right;
	padding:0 0 20px 0;
	margin:0;
}

.customerEmail a {
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
}


/*	CONTENT TAB HEADING
----------------------------------------------------------------	
*/
#tab {
	width:auto;
}
#tab_left {
	width:17px;
	height:49px;
	background:url(../images/tab_left.gif) top left no-repeat;
	float:left;
}
#tab_content {
	height:49px;
	background:url(../images/tab_middle.gif) top left repeat-x;
	float:left;
	padding:7px 0 0 0;
	margin:0;
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	color:#FFFFFF;
}
#tab_right {
	width:18px;
	height:49px;
	background:url(../images/tab_right.gif) top left no-repeat;
	float:left;
}
/*
----------------------------------------------------------------
*/



/*	PAGE LINKS
----------------------------------------------------------------	
*/
#page_links {
	width:auto;
	float:right;
	margin-top:10px;
	padding-right:5px;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
}
#page_links a:link,
#page_links a:visited {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
	padding:0 4px;
}
#page_links a:hover {
	color:#990033;
}
/*
----------------------------------------------------------------
*/





/*	CONTENT SECTION
----------------------------------------------------------------	
*/
#section {
	width:auto;
}
.section_title {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#990033;
	padding:0 0 0 17px;
	height:31px;
	background:#F8F7EE url(../images/title_left.gif) top left no-repeat;
	overflow:hidden;
	clear:left;
}
.section_title a:link,
.section_title a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	/*margin-left:80%;*/
	padding-left:10px;
	color:#990033;
}
.section_title a:hover {
	color:#333333;
}

.section_title .title_right {
	width:18px;
	height:31px;
	background:url(../images/title_right.gif) top left no-repeat;
	float:right;
}
.section_content {
	padding:10px 20px;
	margin:0 0 20px 0;
}
* html .section_content {
	position:relative;
}
#section strong {
	float:left;
	clear:left;
	font-size:15px;
	font-weight:bold;
	display:block;
	width:50px;
	text-align:right;
	margin:10px 3px 0 0;
}
#section span.info {
	margin:10px 0 0 55px;
	display:block;
}
#section img.portrait {
	position:relative;
	float:right;
	display:block;
	margin-top:-31px;
	margin-bottom:15px;
}

#section .address {
	float:left;
	width:180px;
	padding-top:20px;
}

#section .address address {
	font-style:normal;
}


#section #map1, 
#section #map2 {
	width: 490px;
	height: 300px;
	margin-left:210px;
	border:#999999 1px solid;
}

img.arrivals {
	clear:left;
	display:block;
	padding-bottom:15px;
}
img.designer_logo {
	clear:left;
	display:block;
	padding-bottom:15px;
}
img.designer {
	padding:5px;
}
/*
----------------------------------------------------------------
*/



/*	CONTENT LINKS
----------------------------------------------------------------	
*/
#content_links {
	float:right;
	margin:0 5px 30px 15px;
	padding:0;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
	background:#EFECDA;
}
#content_links a:link,
#content_links a:visited {
	color:#990033;
	background:#EFEEE5;
	border:#C4C2B9 1px solid;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
	line-height:2em;
	
	display:block;
	padding-left:5px;
	margin-bottom:15px;
}
#content_links a:hover {
	color:#000000;
	background:#F8F7EE;
}
/*
----------------------------------------------------------------
*/


/*--  Email signup form
-----------------------------------------------------------------*/
form em{
	color:#F00;	
}


form #personal label{
	clear:left;
	float:left;
	display:block;
	width:200px;
	text-align:right;
	margin:5px 0;
}



form #personal input,  form  #personal select {
	margin:5px 0 5px 10px;	
}

form #personal input, form  #personal select {

	float:left;	
}

form #misc{
	margin:30px 0 30px 130px;	
}


form #captchaPreview{
	text-align:left;
	margin:30px 0 30px 130px;	
}

form #btn{
	margin:5px 0 0 130px; 
	border: 1px solid #999; 
	padding: 3px;
}

form label.error{
	clear:left;
	float:left;
	display:block;
	width:200px;
	text-align:right;
	margin:5px 0;
	
}

.error{
	color:#F00;	
}

.rLeft{
	
	width:175px;
	text-align:left;
	margin:10px 10px 0 0;
	float:left;	
}


.rRight{
	margin:10px 0 0 0;
	width:150px;
	float:left;	
}