.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #88BCC7;
	text-decoration: underline;
}
.text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	color: #88BCC7;
	text-decoration: none;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.smalltext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #88BCC7;
	text-decoration: underline;
}
.smalltext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: bold;
	color: #88BCC7;
	text-decoration: none;
}
.menu {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #black;
	text-decoration: none;
	margin-left: 10px;
}
.menu a {
	font-size: 14px;
	color: black;
	text-decoration: none;
}
.menu a:hover {
	color: #88BDC8;
	text-decoration: underline;	
}
.submenu {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
.submenu a {
	font-size: 12px;
	color: black;
	text-decoration: none;
}
.submenu a:hover {
	font-size: 12px;
	color: #88BDC8;
	text-decoration: underline;	
}
.page_heading {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.section_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #88BCC7;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 10px;
}
.copyright a {
	color: #2E4B9C;
	text-decoration: underline;
}
.copyright a:hover {
	color: #2E4B9C;
	text-decoration: none;
}
.cartlink {
	border: 1px solid #e1eee4;
	background-color: #F8FBF9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.cartlink a {	
	font-weight: bold;
	color:black;
	text-decoration: none;
}
.cartlink a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-decoration: underline;
}
.checkout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}
.checkout a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}
.checkout a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.checkout_c {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #FF0000;
}
.status {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #FF0000;
}
.qlogo, .qlogo a, .qlogo a:hover {
	font-family: Bookman Old Style, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
.jlogo, .jlogo a, .jlogo a:hover {
	font-family: Copperplate Gothic Bold, Verdan, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: italic;
	font-weight: bold;
	color: #4C6BAF;
	text-decoration: none;
}

#main table{width:auto;}
#main div{ width:auto;text-align:left;}

/**********************MAIN CONTENT_NEW WRAPPER STYLING********************/
#main_content_new {
	
	/*width: 420px;*/
	
}

/******************* SIGN UP CONTAINER ***********************/
#signup_container{ 
    float:right;
	padding-bottom:10px;
	padding-left:3px;
	/*padding-right: 10px;*/
	height: 500px;
	/*width: 320px;*/
	border-left: solid 2px #ddd;
	margin-bottom:15px;
	

}
#signup_container p{
	text-align: center;
}
.red_text {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color:#ff1e1a;
}

#signup{
	background-color: #fcf5e3;
    border: 1px solid #dbcfa7;
    height: 280px;
	width: 250px;
	*height:280px;
    margin: 0 auto;
    padding: 10px;
	
	/*css3 rounded corners*/
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; 

}
.signup_name {
	float:left;
	margin-left: 45px;
	margin-top:5px;
}
.signup_fields {
	margin: 0 auto;
}
.field {
	height: 20px;
	width: 175px;
	border: 1px solid #ddd;
	margin-left: 45px;
	
}
.signup_button {
	margin-left: 60px;
	margin-top: 45px;
	height:60px;
}
.signup_button input {

	

}
/*----------------------Contest Box----------------------------------*/
#contestblurb{
	color:#256fb8;
	padding-bottom:5px;
	
}

#contestblurb h3{
	margin:0px; text-align:center;
}

#contestblurb a{
	cursor:pointer; font-size:14px; color:#ed4a39;
}



#contestblurb2{
	 height:50px; float:left;
	 width:240px;
}
#contestblurb2 p {
	width:160px; 
	float:left;
	padding-bottom:5px;
	height:70px;
}
#olivedish{
	 float:right; 
	 margin-top:30px;
}
/*------------------------------------------------------------------*/

#container{max-width:995px; margin: 0 auto;}

/**************************HOME BOXES STYLING***********************/

#home_boxes {
	clear:both;
	width: 790px;
	height:180px;
}
#home_boxes a:hover{
	opacity:.7;
	filter: alpha(opacity = 70);
}
#home_box1 {
	float: left;
	margin-left: 10px;
}
#home_box2 {
	float: left;
	margin-left:15px;
	margin-right:15px;
	
}
#home_box3 {
	float: left;
	margin-left:15px;
	margin-right:15px;
	
}
#home_box4 {
	float: right;
	margin-right:10px;
}
