/* Tar Sands Blow CSS Document */

/* Global Styles
--------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}

body {
	text-align: center;
	color:#000;
	background:#1a1818;
	font:normal 13px/1.3em Arial, Helvetica, sans-serif;
}

a {
color:red;
text-decoration:underline;
}

a:hover {
text-decoration:underline;
}

 
.salsa a.button {
display:none !important;
} 
 
body #externalsend
{
 display: none;
  }
 



/* Helpers
--------------------------------------------------------------------------------------------------- */



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.left {
float:left;
margin-right:10px;
}

.right {
float:right;
margin-left:10px;
}

.tight {
margin-bottom:0;
}


/* Primary Divisions
--------------------------------------------------------------------------------------------------- */


#container {
margin:0px auto 0 auto;
width: 900px;
text-align: center;
background:#fff url(/css/gfx/tarsandsblow/pg_bg.jpg) no-repeat top left;
padding-top:100px;
}

h1#logo a {
display:block;
width:172px; height:67px;
text-indent:-9999px;
background:url(/css/gfx/tarsandsblow/logo.gif) no-repeat bottom left;
float:left;
margin-bottom:50px;
}

h2 {
font-size:18px;
color:#e67495;
font-weight:bold;
line-height:1.3em;
margin-bottom:4px;
text-transform:uppercase;
}

div#group_logo {
float:right;
margin-bottom:50px;
border:0;
width:150px;
color:white;
text-align:center;
padding:5px 10 30px 0;
margin-right:20px;
}

div#group_logoDOS {
float:right;
margin-bottom:50px;
border:0;
width:175px;
color:white;
text-align:center;
padding:5px 10 30px 0;
margin-right:20px;
}

div#group_logoOilLeaf {
float:right;
margin-bottom:10px;
border:0;
width:85px;
color:white;
text-align:center;
padding:5px 10 30px 0;
margin-right:20px;
}

div#group_logoTAF {
float:right;
margin-bottom:50px;
border:0;
width:150px;
color:white;
text-align:center;
padding:0px 10 0px 0;
margin-right:20px;
}

div#group_logoTAFdos {
float:right;
margin-bottom:50px;
border:0;
width:175px;
color:white;
text-align:center;
padding:0px 10 0px 0;
margin-right:20px;
}

#content {
width:800px; 
margin:0 auto;
text-align:left;
}


#left {
width:520px; height:400px;
float:left;
margin-bottom:10px;
}

#leftTAF {
width:500px; height:1100px;
float:left;
margin-bottom:10px;
}

#right {
width:280px; 
float: right;
margin-bottom:10px;
}

#container div#salsa.salsa actions {
padding-right:50px;
}

#footer {
width:900px; height:60px;
margin:0 auto;
background:url(/css/gfx/tarsandsblow/footer.jpg) no-repeat top left;
}

div#description.description p {
font-size:18px;
color:#e67495;
font-weight:bold;
line-height:1.3em;
margin-bottom:4px;
text-transform:uppercase;
}

#buttons {
margin-top:20px;
}


