/* CSS Document of the Lexus */

/* ###### MISCELLANEOUS ###### */
html {
 font-size: 62.5%
}

body {
  background: #000;
  color: #dfdfdf;
  font-size: 1.2em;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: normal;
}

p,span,div,h1,h2,h3,h4,h5,ul,li,dl,dd,dt,img,a,strong,body, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

table {
  border: none;
  border-style: none;
  border-collapse: collapse;
  color: #dfdfdf;
  font-size:1.1em;
}

td {
  padding:7px 10px;
}

th span {
  color: #fff !important;
  font-weight: bold;
}

th {
    padding-bottom: 4px;
}
.odd {
}

.odd span {
  color: #1a6e9d;
  font-weight: bold;
}

.even {
  background: #171717;
}

.even span {
  color: #1a6e9d;
  font-weight: bold;
}

form {
  margin: 10px 0 0 0;
}

label {
  color: #A70F37;
}


fieldset {
  float: left;
  width: 241px;
  text-align: left;
}

fieldset div {
  margin: 2px 0 10px 0;
}

input, select {
  font-size: 0.9em;
  margin: 2px 0 0 0;
  border: none;
}

/* ####### Make me some global class tools ######### */
.visualClear {
	height: 0.1em;
	line-height: 0.1em;
	margin: 0;
	padding: 0;
	border: none;
	clear: both;
	font-size: 0.1em;
}

.hiddenStructure {
	display: none !important;	
}

/* ####### End global class tools ######### */
/* Custom global css rules / Start / */
/* ###################################### LAYOUT GEOMETRY RULES */
.windowAligner {
  text-align: center;
}

.bodySize {
	text-align: left;	
	width: 900px;
	margin: 0 auto 0 auto;
}
/* ################################# DOCUMENT HEADER */
.logo, 
.welcome,
.header {
  display: none;
}


.logo img {
  border: none;
}

.banner {
  height: 370px;
  background: transparent url(../images/hp_banner.jpg) 0 0 no-repeat;
}

.gallery_banner {
  height: 700px;
  background: transparent url(../images/gallery_banner.jpg) 0 0 no-repeat;
}

/* ################################# CONTENT AREA AND CONTENT */
.content p{
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 20px 10px 0;
}

.content a {
  color: #a70f37;
  text-decoration:underline;
}

.content a:hover {
  text-decoration: none;
}

/* home page content layout */
.content {
  background: transparent url(../images/hp_body_background.jpg) 0 0 no-repeat;
  padding: 25px 0 0 0;
}


/* Gallery content */
.gallery_content {
  background: transparent url(../images/gallery_body.jpg) 0 0 repeat-x;
  padding: 10px 0 0 0;
}

.gallery_image {
  width: 721px;
  margin: 0 auto;
}

.gallery_image img {
  /*border: 1px solid #372328;*/
  padding: 0;
  margin: 0;
}

.gallery_menu {
  padding: 20px 0 0 0;
  margin: 0 auto;
  width: 650px;
}

.gallery_menu ul {
   list-style: none;
   display: inline;
}

.gallery_menu li {
  float: left;
  padding: 0 0 0 10px;
}

.gallery_menu  img {
  border: none;
  border: 1px solid #372328;
}

.homepage_left_column {
  width: 595px;
  float: left;
}

.homepage_left_column .content_liner {
 padding: 0 8px 0 0;
}

.homepage_right_column {
  width: 305px;
  float: left;
  text-align: right;
}


.right_portlet {
  float: left;
  width: 284px;
  text-align: left;
  margin: 1px 0 0 0;
}

.facts_left_column {
  float: left;
  width: 472px;
  text-align:left;
}
.facts_left_column table {
  width:428px
}
.facts_right_column {
  float: right;
  width: 428px;
  text-align:left;
}

.facts_right_column table {
  width:428px
}


#flash_movie {
  padding: 0;
  margin: 0 0 7px 0;
}

/* Page headings */
.firstHeading {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.4em;
}

.second_heading {
  color: #006696;
  font-size: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 1em 0;
}

.hp_heading_one {
  width: 388px;
  height: 22px;
  background: url(../images/homepage_heading_one.gif) 0 0 no-repeat;
}

.hp_heading_two {
  width: 355px; 
  height:30px;
  background: url(../images/homepage_heading_two.gif) 0 100% no-repeat;
}

.thanks_heading {
  background: url(../images/thank_you_title.gif) 0 0 no-repeat;
  width: 239px;
  height: 40px;
}

.thanks_message {
  color: #fff;
  width: 451px;
  height: 30px;
  background:url(../images/thanks_message.gif) 0 5px no-repeat;
}

.sorry_heading {
  background: url(../images/sorry_heading_one.gif) 0 0 no-repeat;
  width: 181px;
  height: 42px;
}

.terms_heading {
  background: url(../images/termsconditions_heading_one.gif) 0 0 no-repeat;
  width: 320px;
  height: 48px;
}

.register_heading {
  background: url(../images/register_message.gif) 0 0 no-repeat;
  width: 698px;
  height: 52px;
}

/* buttons */
.register_button {
  padding: 20px 0 0 0;
}

.register_button img {
  border: none;
}


/* #################################  FORM RULES */
.checkbox_area {
  float: left;
  width: 410px;
}

.mandatory_text {
	color: #606060;
	font-size: 0.9em;
	font-weight: normal;
	padding-top:20px;
}

.checkbox {
  width: 30px;
  float: left;
  clear: left;
}

.checkbox_label {
  color: #606060;
	font-size: 0.9em;
	font-weight: normal;
  margin: 0 0 10px 0;
  float: left;
  width: 380px;
}

.checkbox_label label{
  color: #606060;
  font-weight: normal;
}

.submit {
  clear: left;
  padding: 12px 0 0 0;
}
.submit button{
  border: none;
  color: #fff;
  background: transparent;
  padding: 0;
  margin: 0;
}

.hide_text {
  color: #000;
  font-size: 0.9em;
  font-weight: normal;
  padding: 33px 0 0 0;
}

.Error {
  /*color: #808080 !important;*/
  background: #d4899d !important;
  font-weight: normal;
}

.reg_text {
  color: #DFDFDF !important;
}

/* ################################# GOLBAL NAVIGATION */
.navigation {
  padding: 65px 0 0 0;
}

.home_navigation {

}

.navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation li {
  padding: 0;
  margin: 0;
  height: 29px;
}

.navigation a {
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.navigation a img {
  border: none;
  padding: 0;
  margin: 0;
}


/* ################################# GOLBAL FOOTER */
.footer {
  border-top: 1px solid #161616;
  padding: 10px 0 0 0;
  color: #606060;
  text-align: right;
  margin: 40px 0 10px 0;
  font-size: 0.9em;
}

.footer a {
  color: #606060;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

.terms {
  padding: 0 0 0 15px;
}

.copyright {
  width: 600px;
  float: left;
  text-align: left;
}


.flash_gallery {
  margin: 0 auto; 
  border: 1px solid #2b2527; 
  width: 714px; 
  height: 544px;
}

.active {
  border: none !important;
}

.gallery_space {
  height: 100px;
}
