/* global */
html{height: 100%;}

body
{
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #666666;  
}

p
{
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
	font-size: 80%;
	color: #FFFFFF;
	font-weight: normal;
}

h1
{
	font-family: arial, sans-serif;
	color: #F0BD14;
	font-size: 120%;
  
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

h2 .style1 {
	color: #0033cc;
	font-family: "Californian FB", Garamond, "Times New Roman";
	font-size:135%;
	text-decoration: underline;
}

img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{
	list-style-type: square;
	margin: 0px 0px 11px 0px;
	padding: 0px;
	font-size: 80%;
	line-height: 1.2em;
}

#travel ul li {
	font-size:85%;
	font-weight: normal;
}

#travel ul li a {
	background: transparent;
	background-color: #000000;
	list-style-type: none;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: dashed #ffffff 1px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* main container */
#main
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}

/* links above the logo / footer */
#links, #footer
{ margin-left: auto; 
  margin-right: auto;
  padding: 10px 21px 0px 19px;
  width: 720px;
  height: 15px;
  /*font-size: 94%;*/
  text-transform: uppercase;
}

#links{text-align: right;}

#footer{
clear:both;
	text-align: center;
	font-size: 65%;
}

#links a, #footer a{text-decoration: none;}

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


#logo
{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 168px;
	
	background-image: url(banner-silver-girl.jpg);
	background-repeat: no-repeat;
background-color:#333333;
}

#logo h1
{ margin: 0px;
  padding: 0;
  font-size: 150%;
  letter-spacing: 0.2em;
}

/* navigation menu */
#menu
{
	height: 35px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	
}

#menu ul{
	padding-left: 25px;
	margin: 0px auto;
	list-style-type: none;
	list-style: none;
} 

#menu li
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 27px;
  text-decoration: none; 
  padding: 5px 19px 1px 19px;
 
} 

/* main content */
#content
{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: auto;
	padding: 0px;
	background-color: #000;
} 

/* column 1 - contains sidebar items */
#column1
{
	width: 207px;
	float: right;
	padding: 16px 0px 15px 0px;
	background-color: #000000;
}

.sidebaritem
{ text-align: left;
  width: 188px;
  float: left;
  margin: 0px 0px 10px 0px;
}

.sbihead
{ height: 14px;
  width: 188px;
  padding: 5px 0px 5px 19px;
  text-transform: uppercase;
}

.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  /*font-weight: bold;*/
  font-size: 75%;
}

.sbicontent{padding: 14px 8px 8px 19px;}

.sbicontent p
{
	line-height: 1.5em;
	padding: 0px 0px 8px 0px;
	color: #E2CA67;
	text-align: left;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 188px;
  border: 0px;
} 

/* column 2 - page content */
#column2-sub
{
	text-align: justify;
	width: 690px;
	float: left;
	padding: 12px 10px 15px 30px;
	background-color: #000000;
}

#column2 h1
{
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 12px 0px;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
}

.sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  /*border-bottom: 1px dashed;*/
}

.sidebaritem a:hover, #column2 a:hover{border-bottom: 1px solid;}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px;
}

.submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;
}

.module_s7 {background:url(../images/user_top_center.jpg) repeat-x 0 0}
.module_s7 div {background:url(../images/user_bottom_left.jpg) no-repeat bottom left}
.module_s7 div div {background:url(../images/user_bottom_right.jpg) no-repeat bottom right}
.module_s7 div div div {background:url(../images/user_top_left.jpg) no-repeat 0 0; padding:0px 0px 20px 0px;}
.module_s7 h3 	{
	background:url(user_top_right.jpg) no-repeat top right;
	color:#D6B530;
	font-size:14px;
	font-weight:bold;
	padding:14px 0px 10px 22px;
}
.module_s7 ul {margin:10px 10px 0px 21px;}
.module_s7 li {list-style:none; padding:0px 0px 7px 16px; background:url(../images/user_arrow.gif) no-repeat top left}
.module_s7 li a {color:#ffffff; font-size:11px; font-weight:bold; text-decoration:none}
.module_s7 li a:hover {color:#ffffff; text-decoration:underline}


.bg01 {
	background:url(user_border.gif) repeat-y 0 0 #101010;
	margin: 0px;
	padding: 0;
}
.bg02 {background:url(user_border.gif) repeat-y right top}
.bg03 {background:url(user_bottom_center.jpg) repeat-x bottom left}
#logo #scroller {
	float: right;
	margin-left: 330px;
	margin-top: 0px;
	margin-right: 260px;
	margin-bottom: 0px;
}

#logo #scroller-travel {
	float: right;
	
}

#travel-banner {
	float:right;
	margin-left: 430px;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 0px;
	width: 225px;
	height: 75px;
	}
	
#travel-banner h3{margin-bottom:-12px;}
	
.style4 a:link, .style4 a:visited, .style4 a:hover{
	background: transparent;
	background-color: #000000;
	list-style-type: none;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: dashed #ffffff 1px;
}
#breadcrumbs {width:690px; height:25px;
			border-bottom:dashed #FF0000 1px;}

#breadcrumbs ul{
	margin: 0 60px 0 60px;	
}
#breadcrumbs ul li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-transform: capitalize;
	color: #CCCCCC;
	text-align: center;
	padding:0 5px 0 5px;
	margin:0;
	list-style:none;
	text-decoration:none;
	display: inline;
}

#breadcrumbs a {
	color:#cccccc;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color:#ff0000;
	text-decoration: none;
		background: transparent;
}
.marquee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	height: 30px;
	width: 600px;
	margin-top: 30px;
	
}
#payment {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 15px;
	width: 650px;
	border: thin solid #AABFFF;
}
#main #content #column2 .style25 {
	color: #FFFFFF;
	font-size: 90%;
}
#text {
	margin: 0px;
	padding: 0px;
	width: 680px;
}

