/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.25em;
}

body {
	background-color: #004488;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF8811;
}
a:visited {
	color: #4499CC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

/*  */

#logo {
	position:absolute;
	left:6px;
	top:3px;
	width:533px;
	height:91px;
}

#wingman {
	height: 80px;
	width: 229px;
	z-index: 2;
	position: absolute;
	left: 17px;
	top: 147px;
}

#glamour {
	height: 80px;
	width: 224px;
	z-index: 2;
	position: absolute;
	left: 17px;
	top: 301px;
}

#love-somerville {
	height: 80px;
	width: 186px;
	z-index: 2;
	position: absolute;
	left: 17px;
	top: 229px;
}

#flickr {
	height: 45px;
	width: 129px;
	z-index: 2;
	position: absolute;
	left: 17px;
	top: 469px;
}

#twitter {
	height:51px;
	left:409px;
	position:absolute;
	top:518px;
	width:153px;
	z-index:2;
}

#myspace {
	height: 55px;
	width: 130px;
	z-index: 2;
	position: absolute;
	left: 17px;
	top: 516px;
}
#facebook {
	height: 52px;
	width: 151px;
	z-index: 2;
	position: absolute;
	left: 150px;
	top: 519px;
}
#youtube {
	height: 52px;
	width: 102px;
	z-index: 2;
	position: absolute;
	left: 305px;
	top: 519px;
}


#ad-buythecd {
	position:absolute;
	left:584px;
	top:40px;
	width:209px;
	height:53px;
}
#ad-buythecd2 {
	position:absolute;
	left:584px;
	top:5px;
	width:209px;
	height:89px;
}

#menu{
	position:absolute;
	left:0px;
	top:94px;
	width:815px;
	height:50px;
}

#menu span {
	float: left;
	margin: 0px;
	padding: 0px;
}

/* SECTION */
.section{}

.section .title{
	width: 100%;
	height:49px;
	background: #FF8811;

}
.section .title img{
	padding-left: 6px;
	padding-top: 10px;
}
.section .darkBlue{
	padding: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 6px;
	/*border:4px solid #FFFFFF; */
}

.section #copyright{
	padding-top: 12px;
	font-size: 10px;
}

.section p { 
	margin-top: 0px;
	margin-bottom: 0.75em;
	/*text-align: justify;*/
}

.section ul {
	list-style: none outside;
	margin-top: 4px;
	padding-left: 0px;
	margin-left: 0px;
}
.section li{
	margin-bottom: 0.25em;
}

.clearfix{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    padding-bottom: 4px;
}

/* forms */
form{}
input{
	background-color: #FFFFFF;
	border: 1px solid #004488;
	margin-bottom: 2px;
}
textarea{
	background-color: #FFFFFF;
	border: 1px solid #004488;
	margin-bottom: 2px;
}

form .full{
	width: 100%;
}
form .city{
	width: 200px;
}
form .state{
	width: 50px;
}
form .small{
	width: 130px;
}
form .tiny{
	width: 50px;
}

form #send{
	color: #FFFFFF;
	background-color: #FF8811;
	border: 1px solid #FFFFFF;
}

#ad-buythecd input{
	background-color: #004488;
}

