/*------------------------------------------------------------------
Project:		Big Mom Boobs
Version:		1.1
Date Created:	03/21/09 
Date Created:	03/23/09
-------------------------------------------------------------------*/


    * {
        padding:0;
        margin:0;
    }
	h1 {font-size:16px; margin-bottom:20px;}
    h2, h3, h4, h5, h6, p, pre, blockquote, label, ol, dl, fieldset, address { margin:1em 0; }
    dd { margin-left:5%; }
    fieldset { padding: .5em; }
    select option{ padding:0 5px; }
	ul {margin:30px;}

    .hide, .print-logo, .close-button{ display:none; }
    .left{ float:left; }
    .right{ float:right; }
    .clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
    a img{ border:none; }


body {
	background: #505050;
	color: #fff;
	font-size: 1em;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}

/*header*/

#header {
	background-image: url(images/header_bg2.gif);
	background-repeat: repeat-x;
	height: 161px;
	width: 100%;
	margin:0 auto;
}
#logo {
	background-image:url(images/logo2.gif);
	background-repeat:no-repeat;
	width:500px;
	height:61px;
	margin:0 auto;
	padding:100px 0 0 300px
	}
	
	
          
/*thumb boxes*/

.wrapper800 {
	width:1024px;
	margin:0 auto;
	}
.bg800 {
	width:960px;
	background-image:url(images/box_bg.gif);
	background-repeat:repeat-y;
	margin:0 auto;
	padding:0 30px 0 34px;
	text-align:center;
	}
	.fix {
	width:970;
	margin-left:-6px;
	}
.base800 {
	width:1024px;
	height:48px;
	background-image:url(images/box_base.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	}
.blank_box_top {
	background-image:url(images/blank_box_top.gif);
	background-repeat:no-repeat;
	width:994px;
	height:59px;
	margin:0 auto;
	padding:30px 0 0 30px;
	}


/*footer*/

#foot_logo {
	width:800px;
	height:120px;
	margin:0 auto;
	}

#footer {
	height:178px;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	font-size:12px;
	}
	#footer ul a{
	font-size:24px;
	color:#FFFFFF;
	padding-right:10px;
	}
	#footer ul a:hover {
	color:#666666;
	}
	#footer li {
	display: inline;
	margin: 0;
	}




