/* ------------------------------------------------
NEW 2 U, LLC - MAIN WEBSITE STYLESHEET

Author: 107 Designs, http://www.107designs.com
Last Revision: 25 Jan 2011

This stylesheet is licensed under a Creative Commons Attribution-Share Alike 3.0 License.
http://creativecommons.org/licenses/by-sa/3.0/

TABLE OF CONTENTS
-----------------
PRIMARY CONTAINERS			- main containers for page layout
STYLE CONTAINERS			- non-semantic containers for element styling
NAVIGATION CONTAINERS		- navigation bars and menu styling
DOCUMENT ELEMENTS			- headings, paragraphs, etc.
HYPERLINKS					- all classes of links
TABLES						- all classes of tables
FORMS						- all classes of forms, fieldsets, labels, etc.
LISTS						- all ordered and unordered lists
IMAGES						- classes for displaying images
SPECIAL ELEMENTS			- everything else
------------------------------------------------- */




/* ------------------------------------------------
	PRIMARY CONTAINERS
------------------------------------------------- */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
}

#wrapper {
width:100%;
margin:0 auto;
}

#header {
	width:100%;
	height:193px;
	background:url('img/headerBg.jpg') no-repeat top left;
	background-color:#FFCC00;
	border-bottom:9px solid #4FD3AE;
	text-align:left;
	margin:0;
	padding:0;
}

#tagline {
	position:relative;
	top:60px;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	text-align:center;
	margin:0 160px 0 335px;
	padding:0;
}

#ads {
	padding:1em;
	text-align:center;
}

#content {
	margin:0 auto;
	padding:0;
	width:100%;
	height:500px;
	min-height:500px;
	text-align:left;
	background:#FFFFFF url(img/mainBg.jpg) repeat-x top;
}

#mainContent {
	padding:0 2em 1em 2em;
	line-height:1.8em;
	text-align:justify;
}

#mainContent p {
	padding:0 5px;
	margin:.5em 0 1.5em 0;
}

#topContent {
	width:auto;
	height:250px;
	margin:0 auto;
	position:relative;
	left:-5%;
	padding:0;
}

#footer {
	margin:6em auto;
	clear:both;
	width:100%;
	text-align:center;
	border-top:9px solid #4FD3AE;
	color:#999999;
	font-size:1em;
}

#badge {
	position:absolute;
	top:2px;
	right:5px;
}

#reminder {
	position:absolute;
	top:550px;
	right:35px;
}

.switch {
	background: url(img/page_go.gif) no-repeat left center;
	padding:3px 0 3px 18px;
}

p.switch {
	border-bottom:1px solid #99001F;
}

#mainContent p.tight {
	margin:0;
	padding:0;
}

#register {
	margin-bottom:1em;
}

/* ------------------------------------------------
	STYLE CONTAINERS
------------------------------------------------- */
#curvy {
	position:absolute;
	/*top:2.5em;*/
	top:12.5em;
	left:0;
	background-color:#FFFFFF;
	margin:0 2em 3em 185px;
	border:1px solid #000000;
	width:72%;
}

#features {
	margin:0 0 50px 0;
	padding:0;
}

.sidebarBold {
	text-align:center;
	font-size:2em;
	line-height:.9em;
	font-weight:bold;
	letter-spacing:-1px;
	color:#99001F;
	font-family:Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 35px 0;
}

.numReplace2 {
	background:transparent url('img/2trans.gif') no-repeat scroll 50%;
	text-indent:-9000px;
	height:77px;
	margin:0;
	padding:0;
	display:block;
	text-align:center;
}

.leftFeature, .rightFeature {
	float:left;
	width:48%;
	margin:0;
	letter-spacing:-1px;
	text-align:center;
	padding:0;
	font-size:1.8em;
	font-family:Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.leftFeature h2, .rightFeature h2 {
	font-size:1.5em;
	text-transform:uppercase;
	padding:0;
	margin:0;
	line-height:normal;
	background:none;
	text-align:center;
}

.leftFeature h3, .rightFeature h3 {
	font-size:1.3em;
	color:#000000;
	line-height:normal;
	text-align:center;
}

.rightFeature {
	border-left:2px solid #000000;
}

#clearBoth {
	clear:both;
	width:98%;
	background-color:#FFFFFF;
}

.logo {
	width:278px;
	border:0;
	position:absolute;
	top:0px;
	/*left:330px;*/
	left:50%;
	margin-left:-55px;
}

.alertBox {
	margin:0 auto;
	width:70%;
	border: 1px solid #F90000;
	color:#000000;
	font-size:1.2em;
	padding:10px 10px 10px 30px;
	background: url(img/alert.gif) no-repeat left center;
}

.noticeRight {
	float: right;
	position: absolute;
	top:-40px;
	right:-140px;
}


.acceptItems, .unacceptItems { float:left; padding:30px 10px; margin:0 50px 0 0; border: 1px solid #CCC; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}

.acceptItems {
	float:left;
	width:35%;
	background:#CEE6C3 url('/images/accepted_48.png') no-repeat center 10px;
	padding:50px 10px;
	border-color: green;
}

.unacceptItems {
	float:left;
	width:35%;
	background:#F6CBCA url('/images/cancel_48.png') no-repeat center 10px;
	padding:50px 10px;
	border-color:red;
}

.accept {list-style-image: url(/images/tick.png);}
.unaccept {list-style-image: url(/images/cross.png);}
.alertLg {border:1px solid orange; background: #FCF9CE url('/images/warning_48.png') no-repeat 10px 10px; padding: 10px 10px 10px 65px; min-height: 60px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin:35px 0 0 0;}
.printLg {border:1px solid #BCBCBC; background: #EFEFEF url('/images/printer_48.png') no-repeat 10px 10px; padding: 10px 10px 10px 65px; min-height: 60px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin:35px 0 0 0;}

/* ------------------------------------------------
	NAVIGATION CONTAINERS
------------------------------------------------- */
#mainNav {
	float:left;
	width:151px;
	margin:0 1em 1em 1em;
	padding:0;
}

#mainNav p {
	margin:1em 0;
	padding:0;
}
	
#mainNav ul {
	margin:0 0 1em 0;
	padding:0;
	font-size:1.4em;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
}
		
#mainNav li a {
	line-height:30px;
	height: 34px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	}	
	
#mainNav li a:link, #mainNav li a:visited {
	color: #666666;
	display: block;
	background:  url(img/menuTabs.gif);
	padding: 4px 0 4px 10px;
	}
		
#mainNav li a:hover {
	color: #99001F;
	background:  url(img/menuTabs.gif) 0 -42px;
	padding: 4px 0 4px 10px;
	}

/* ------------------------------------------------
	DOCUMENT ELEMENTS
------------------------------------------------- */
h1, h2, h3, h4, h5 {
	font-family:"Trebuchet MS", "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
	color:#99001F;
	width:auto;
	text-align:left;
}

h1 {
	clear:left;
	font-size: 2em;
	height:45px;
	background:url(img/h1bg.jpg) no-repeat left center;
	padding:19px 0 0 67px;
}

h1.billboard {
	text-align:center;
	font-size:3em;
	background: none;
	padding:0;
	margin: 1em 0;
}

h2 {
	font-size: 1.7em;
	height:42px;
	background:url(img/h2bg.jpg) no-repeat left center;
	padding:22px 0 0 61px;
	clear:right;
}

#facebook {
	clear:both;
	margin:40px auto;
	width:60%;
}

#facebook p {
	font-size:1.2em;
	font-style: italic;
	margin:0;
	padding:0;
}

#facebook p strong {
	font-size:1.3em;
	background: url(img/fb24.png) no-repeat left center;
	padding:1px 0 0 27px;
	color:#222222;
}

#mainNav #facebook {
	width:98%;
	margin:10px auto;
}

#myGallery h2 {
	background-image:none;
	height:auto;
	padding:0 0 0 5px;
}

h3 {
	font-size: 1.5em;
	margin:2em 0 0 0;
	padding:0;
}

#feature {
	width:100%;
	margin:0 0 35px 0;
	padding:0;
	text-align:center;
	/*border:1px solid #DADADA;*/
	font-family:"Trebuchet MS", "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#99001F;
	background:#FFFFFF url(img/mainBg.jpg) repeat-x bottom;
}

#feature a:link, #feature a:visited { background:transparent;}
#feature a:hover { background:transparent; text-decoration:underline;}

#feature h2, #feature h3, #feature h4, #feature h5 {
	margin:0 0 6px 0;
	height:auto;
	padding:0;
	line-height:1em;
	display:block;
	text-align:center;
	background-image:none;
}

#feature h2 {
	font-size:2.3em;
}

#feature h3 {
	font-size:1.3em;
	color:#000000;
}

#feature h4 {
	font-size:1.8em;
	color:#000000;	
}

#feature h5 {
	margin:12px 0 6px 0;
	font-size:2.3em;
	color:#000000;
}

#feature .alert {
	margin:24px auto;
	font-size:30px;
}

.center {
	margin:0 auto;
	text-align:center;
}

.clear {
	clear:both;
}

.spacer {
	margin:0 0 50px 0;
}

p.adText {
	font-size:1.2em;
}

.strikethrough {
	text-decoration:line-through;
}

/* ------------------------------------------------
	HYPERLINKS
------------------------------------------------- */
a:link, a:visited, #mainNav a:link, #mainNav a:visited { color:#99001F; text-decoration:none; background-color:#FFF0B3;}
a:hover, #mainNav a:hover { color:#99001F; text-decoration:none; background-color:#FFCC00;}

#footer a:link, #footer a:visited { color:#666666; text-decoration:underline; background-color:#FFFFFF;}
#footer a:hover { color:#333333; text-decoration:underline; background-color:#DADADA; }

.pdf {
	background: url(img/pdf.gif) no-repeat left center;
	padding:3px 0 3px 18px;
}

.xls {
	background: url(../images/icons/xls.gif) no-repeat left center;
	padding:3px 0 3px 18px;
}

.archive {
	background: url(img/archive.gif) no-repeat left center;
	padding:3px 0 3px 18px;
}

a.bannerAd {
	width:468px;
	height:60px;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}

#badge a, #register a, #register a:link, #register a:visited {
	border:0;
	background-color:transparent;
}

a.pageButton, a.pageButton:link, a.pageButton:visited {
	height:18px;
	margin:0;
	padding:1px 10px;
	font-size:1.1em;
	background:url('img/pageButton.gif') repeat-x left center;
	color:#666666;
	text-align:center;
	text-decoration:none;
}

a.pageButton:hover {
	width:200px;
	height:18px;
	background:url('img/pageButton.gif') repeat-x left center;
	color:#000000;
}

/* ------------------------------------------------
	TABLES
------------------------------------------------- */
#mainTable {
	border-collapse: collapse;
	margin:0px auto;
	width: 95%;
	max-width:800px;
	padding:1em;
}

#mainTable caption {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin:1em 0;
}

#mainTable th, #mainTable td {
	padding: 0.1em 1em;
}

#mainTable td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

#mainTable thead {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color:#DADADA;
	border-bottom:5px solid #333333;
}

#mainTable th {
	font-size:1.3em;
	font-weight:bold;
	text-align:left;
	color:#000000;
}

#mainTable tr:hover {
	background-color:#EFEFEF;
}

#mainTable thead tr:hover {
	background-color:transparent;
	color:inherit;
}

/* ------------------------------------------------
	FORMS
------------------------------------------------- */
#mainForm {
	margin:0;
	width:95%;
}

#mainForm p {
	margin:.1em 0;
	padding: 0;
}

#mainForm fieldset {
	padding:1em 3em;
	position:relative;
	margin:1em 0;
	background-color:#DDDDDD;
	border:1px solid #969696;
}

#mainForm legend {
	position:absolute;
	top:-.6em;
	left:0;
	font-size:1.2em;
	font-weight:bold;
	color:#99001F;
}

#mainForm label{
	display:block;
	margin:.1em 0;
	padding: 0;
}

#mainForm input, #mainForm textarea, #mainForm select {
	margin:.2em 0 1em 0;
	width:65%;
	background-color:#EEEEEE;
	border:none;
	border-bottom:2px solid #969696;
}

#mainForm textarea {
	width:95%;
	height:80px;
}

#mainForm input:focus, #mainForm textarea:focus, #mainForm select:focus {
	background-color:#FFFFFF;
	border-bottom:2px solid #99001F;
}


#mainForm .submit {
	width:auto;
	font-size:2em;
	margin:0;
	color:#333333;
	border:1px solid #969696;
	background-color:#CCCCCC;
}

#mainForm .submit:hover, #mainForm .submit:active, #mainForm .submit:focus {
	color:#FFF;
	border:1px solid #969696;
	background-color:#99001F;
	cursor:pointer;
}

#mainForm .turing {
	width:45px;
	margin:0;
}

input#dateOfBirth {
	width:3em;
	margin-right:.5em;
}

select#monthOfBirth {
	width:auto;
	margin-right:.5em;
}

select#yearOfBirth {
	width:5em;
}

.validation-advice, .feedback {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#F90000;
	font-weight:bold;
	font-size:1.2em;
	padding:.3em 0 0 19px;
	background: url(img/alert.gif) no-repeat left center;
}

.feedback {
	position:absolute;
	margin-left:0;
	height:23px;
}

/* ------------------------------------------------
	LISTS
------------------------------------------------- */
ol li {
	margin-top:20px;
}

ol strong {
	display:block;
	font-size:1.2em;
}

#process, #process ol {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
	position: relative;
}

#process h3 {
	margin:0;
	padding:0;
	text-align:left;
	font-size:1.4em;
}
	
#process li a:link, #process li a:visited, #process li a:hover {
	background:none;
	position:absolute;
	top:58px;
	left:11px;
}

.one, .two, .three, .four, .five, .five2, .six {
	position:relative;
	/* float:left; */
	display:block;	
	width:30%;
	margin:0 0 25px 25px;
	letter-spacing:-1px;
	padding:0;
	font-size:1.3em;
	font-family:Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	min-height:100px;
}

.one {
	background:transparent url('img/lg1.jpg') no-repeat top left;
	padding:0 0 0 75px;
}

.two {
	background:transparent url('img/lg2.jpg') no-repeat top left;
	padding:0 0 0 75px;
}

.three {
	background:transparent url('img/lg3.jpg') no-repeat top left;
	padding:0 0 0 75px;
	clear:left;
}

.four {
	background:transparent url('img/lg4.jpg') no-repeat top left;
	padding:0 0 0 75px;
}

.five {
	background:transparent url('img/lg5.jpg') no-repeat top left;
	padding:0 0 0 75px;
}

.six {
	background:transparent url('img/lg6.jpg') no-repeat top left;
	padding:0 0 0 75px;
}

/* ------------------------------------------------
	IMAGES
------------------------------------------------- */
img {
	border:0;
}

.smallAd {
	float:right;
	margin:0 0 1em 1em;
	width:350px;
	max-width:350px;
}

.imgcontainer {
	position:relative;
	float:right;
	margin:0 0 10px 20px;
	/*width:200px;*/
}

.imgcontainerCenter {
	position:relative;
	margin:20px;
	clear:both;
}

.imgCaption {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	background:#FFF;
	color:#000;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	width:100%;
	opacity:.75;
	filter:alpha(opacity=85);
}

.imgLeft, .imgRight {
	padding:6px;
	background-color:#EFEFEF;
	border:1px solid #ABABAB;
}

.imgLeft {
	float:left;
	margin:0 20px 5px 0;
}

.imgRight {
	float:right;
	margin:0 0 5px 20px;
}



.banner {
	margin:40px 0 0 0;
}

.bannerAdvert {
	padding:10px;
	border:4px solid #FFCC00;
}

/* ------------------------------------------------
	OTHER SPECIAL ELEMENTS
------------------------------------------------- */
.saleTimes {
	width:47%;
	float:left;
	text-align:right;
	clear:both;
	margin:5px 0;
	line-height:1.5em;
}

.saleDescrip {
	width:47%;
	float:right;
	text-align:left;
	border-left:1px solid #ADADAD;
	margin:5px 0;
	padding:0 4px;
	line-height:1.5em;
}

.saleDates {
	display:block;
	clear:both;
	text-align:center;
	margin:30px 0 0 0;
	padding:0;
	font-size:1.2em;
}

.smBorder {
	margin:10px 0 0 0;
	padding:6px;
	border:1px solid #DADADA;
	background-color:#FFFFFF;
}

.centeredItalics {
	margin:2px 0 2em 0;
	padding:0;
	font-style:italic;
	text-align:center;
}

.centerSubHead {
	display:block;
	clear:both;
	text-align:center;
	margin:0;
	padding:0;
	font-size:1.2em;
}

.vendorAd {
	width:100%;
	margin:0;
	padding:0;
}

.adContainer {
	float:left;
	width:46%;
	max-width:350px;
	min-width:250px;
	height:200px;
	margin:0;
	padding:0;
}

.hidden {
	position:absolute;
	left:-6000px;
	width:0;
	height:0;
	overflow:hidden;
}

.buttonLg {
   border-top: 1px solid #ffffff;
   background: #4fd3b0;
   background: -webkit-gradient(linear, left top, left bottom, from(#a7e9d7), to(#4fd3b0));
   background: -webkit-linear-gradient(top, #a7e9d7, #4fd3b0);
   background: -moz-linear-gradient(top, #a7e9d7, #4fd3b0);
   background: -ms-linear-gradient(top, #a7e9d7, #4fd3b0);
   background: -o-linear-gradient(top, #a7e9d7, #4fd3b0);
   padding: 8.5px 17px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   color: #666666 !important;
   font-size: 18px;
   font-family: 'Trebuchet MS','Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.buttonLg:hover {
   border-top-color: #4fd3a2;
   background: #4fd3a2;
   color: #000000 !important;
   cursor: pointer;
   }
   
.alertLg h3, .printLg h3 {margin:.8em 0 0 0;}
