

/*Begin main structure & styles*/
body {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  background-color: #f3e6ff;
}

#container {
  margin: 0 auto;
  padding: 0;
  width: 980px;
  background-color: #fff;
  border-left: 1px solid #ccb4e0;
  border-right: 1px solid #ccb4e0;
  text-align: left;
}

#header {
  width: 980px;
  height: 105px;
  background-color: #6600cc;
}

#logo {
	margin: 10px 0 0;
  width: 355px;
  height: 90px;
  float: left;
}

#navbar {
	margin: -12px 0 0;
  height: 36px;
  background: url('/images/navback.gif') repeat-x #fff;
}

#full {
	width: 940px;
	padding: 10px 20px 0;
	text-align: justify;
}

#main {
  width: 730px;
  margin-top: 10px;
  padding: 0 0 10px 10px;
  float: left;
}

#hotels {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#flights {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#sidebar {
  margin: 0 0 0 760px;
  padding: 10px;
  width: 200px;
}

#social {
	width: 940px;
	margin-left: 20px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

#social img {
	padding: 0 3px;
}

#footer {
	margin: 50px 0 0;
	padding: 0 20px 5px;
  border-top: solid 2px #5f00bf;
  background-color: #fff;
}

#copyright {
	text-align: center;
}

.mainleft {
  padding: 0 10px;
  width: 420px;
  float: left;
}

.mainright {
  margin: 20px 0 0 440px;
  width: 300px;
}

.flightsearch {
  min-height: 270px;
  float: right;
  border: 1px solid #000;
}

.partners {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #ccb4e0;
}

.partnersleft {
	padding: 0 10px 10px 0;
	float: left;
}
/*End main structure & styles*/


/*Begin general styling*/
p {
	display: block;
}

p.sidebar {
	text-align: center;
}

p.footer {
	color: #5f00bf;
}

img {
	padding: 5px;
}

.footerlinks {
	padding-right: 20px;
	font-size: 0.9em;
	float: left;
	}
/*End general styling*/


/*Begin headings*/
h1, h2, h3, h4, h5, h6 {
	color: #400080;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
}

h4.sidebar {
	margin-left: 10px;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}
/*End headings*/


/*Begin lists*/
ul {
	list-style-type: circle;
}

li {
	line-height: 2em;
}

ul.nav {
	padding-top:10px;
  list-style-type: none;
}

ul.nav li {
	margin-left:-4px;
	border-right: 1px solid #5f00bf;
	line-height: 1em;
  display: inline;
}

#social ul {
	margin: 2px;
	list-style: none;
	float:left;
}

#social li {
	margin:2px;
	padding: 0 10px 0 0;
	list-style: none;
	float:left;
}

#footer ul {
	list-style-type: none;
}
	
#footer ul li {
	margin-left: -40px;
	line-height: 1.2em;
}
/*End lists*/


/*Begin links*/
a:link, a:visited {
	color: #009a95;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul.nav li a:link, ul.nav li a:visited {
  padding: 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
ul.nav li a:hover {
  text-decoration: underline;
}

#footer ul li a {
	/*color: #5f00bf;*/
}

a img {
  border: none;
}

a.button {
line-height: 3em;
padding: 5px;
background-color: #5f00bf;
color: #fff;
border: 2px outset;
}

a.big {
	font-size: 1.2em;
	font-weight: bold;
}
/*End links*/


/*Begin contact form*/
#contactform {
	width: 400px;
}

#submitbutton {
	margin: 5px 0 0 257px;
	padding: 5px;
	background-color: #5f00bf;
	color: #fff;
}

label.contactform {
	width: 100px;
	float: left;
}

input.contactform {
	margin-bottom: 5px;
}
	
select.dropdown {
	width: 293px;
	margin-bottom: 5px;
}
/*End contact form*/


/*Begin misc classes*/
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clear {
  clear: both;
}

.small {
	font-size: 0.7em;
}

.strong {
	font-weight: bold;
}

.required {
	color: #f00;
}
/*End misc classes*/

