/*Train of Thought CSS
Coded by Sean Corrales - July 28th, 2005
main.css - CSS for header, front page.*/


/*Overall Content Layout
=====================================*/
body{
margin: 0px 0px 0px 0px;
background: #1A1A1A;
min-width: 1008px;
}


#main_content {
border: 10px #FFFFFF solid;
width: 980px;
position: relative;
clear: both;
margin-left: auto;
margin-right: auto;
}

#header {
background: #FFFFFF;
}

/*Page Layout
=====================================*/

#top_logo {
margin-right: -4px;
}

#nav_cat {
height: 19px;
width: 980px;
margin-top: -5px;
}

* html #nav_cat {
margin-top: -4px;
}

#top_bottom {
}

#home_description {
display: block;
background: url('new_img/home_descript.gif') no-repeat;
height: 107px;
width: 980px;
margin-top: -4px
}

#home_description span {
visibility:hidden;
}

#copyright {
margin-top: -4px;
margin-bottom: -4px;
}



/*Header Layout
=====================================*/
#top_navigation {
font-family: verdana, arial, sans-serif;
font-size: 10px;
}

.column_1, .column_2, .column_3, .column_4{
float: left;
position: absolute;
top: 111px;
/*top: 76px;*/
}

* html .column_1, * html .column_2, * html .column_3, * html .column_4 {
/*top: 86px;*/
top: 121px;
} 

.column_1 {
left: -29px;
}

.column_2 {
left: 97px;
}

.column_3 {
left: 182px;
}

.column_4 {
left: 333px;
}

#top_navigation a:link, #top_navigation a:visited {
text-decoration: none;
color: #333333;
}

#top_navigation a:hover {
color:#FF6600; 
}

.column_img {
margin-bottom: 2px;
}

#page_content{
  background: #FFFFFF;
  margin-top: -4px;
  font-family: arial, verdana, sans-serf;
  font-size: 10px;
  margin-left: 0px;
}

/*Footer
=====================================*/
#footer_2 {
padding-top: 47px;
margin-left: 0px;
font-family: arial;
background: #FFFFFF;
}

.copyr_img {
float: left;
margin-top: -5px;
}

.footer_text {
font-size: 9px;
margin-left: 5px;
color: #FF6600;
font-weight: bold;
}

.footer_text a:link, .footer_text a:visited, .footer_text a:active {
text-decoration: none;
color: #FF6600;
}

.footer_text a:hover {
text-decoration: underline;
color: #FF6600;
}

#footer_3 {
border-top: 1px solid #000000;
margin-left: 0px;
width:980px;
margin-top: 20px;
padding-top: 2px;
font-size: 9px;
font-family: arial;
height:10px;
background: #FFFFFF;
}

.footer_left_side {
float: left;
}

.footer_right_side {
float: right; 
}

.footer_right_side a:link, .footer_right_side a:visited{
color: #000000;
text-decoration: none;
}

.footer_right_side a:hover, .footer_right_side a:active{
text-decoration: underline;
color: #000000;
}

#footer_over{
background: #FFFFFF;
}

/*terms & conditions / privacy
=====================================*/
.popup_header{
color: #FF6600;
font-size: 13pt;
font-weight: bold;
border-bottom: 1px solid #000000;
width: 340px;
}

#popup{
font-family: arial;
font-size: 8pt;
margin: 5px;
margin-left: 10px;
}

#popup div{
width: 340px;
line-height: 1.4em;
}