@charset "utf-8";

* { margin: 0; padding: 0;}
img { border:none;}

a{ text-decoration: underline;}
a:hover{ text-decoration: none;}
a:focus{ outline:none;}

h1{}
h2{}
h3{}

p{ padding-bottom: 12px;}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	
}

body { background-color: #c0c0c0;}

/* structure */

#container {
	width: 835px;
	margin: 0 auto;
	background-color:#FFFFFF;
	}

#header{
	height: 73px;
	background-color: #3832d2;
	}
	#logo { width: 333px;}
	#logo h1 a {
		display: block;
		height: 63px;
		width: 333px;
		background:url(../images/logo.gif) no-repeat;
		text-indent: -3000px;}
	#banner {
		width: 502px;
		height: 60px;
		padding-top: 4px;
		}

#nav { list-style:none;}
#nav li{ padding-bottom: 19px;}
#nav a{ display:block; text-indent: -3000px; height: 89px; width: 132px;}
	#nav-donate { background-image:url(../images/btn-donate-obama.gif);}
	#nav-tshirt { background-image:url(../images/btn-tshirt.gif);}
	#nav-send { background-image:url(../images/btn-send.gif);}
	#nav-signup { background-image:url(../images/btn-signup.gif);}

#wrapper { padding: 11px 0 9px 0;}
	#leftcol {
		width: 132px;
		padding-left: 13px;}
	#rightcol {
		width: 613px;
		padding-right: 37px;
		}
	
#footer {
	background-color:#c2390f;
	font-size: 18px;
	padding: 11px 0px;
	text-align: center;
	}
	#footer a {color: #FFFFFF;}

table td { padding: 2px;}

/* universal classes */

.input-width { width: 200px; padding: 2px 5px; border: 1px solid #3b35d5;}

fieldset { margin-bottom: 12px; padding: 10px; border: 1px solid #CCCCCC;}

.small {}
.default {}
.large {}

.right { float:right;}
.left { float:left;}
.clear { clear: both;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

