/* CSS Document */

a:link { 
	text-decoration: underline;
	color: #669933;
	}
a:visited { 
	text-decoration: none;
	color: #c36b1c;
	}
a:hover { 
	color: #c36b1c;
	text-decoration: underline;
	}
a:active { 
	color: #c36b1c;
	}


/* header Structure */

body {
	margin: 0px 0px 0px 0px;
	background: #95b968 url(images/website/body_bkg.gif) repeat-x top;
}

form{
margin:0px;
}

#wrapper {
	
	width: 753px;
	position: absolute;
	left: 50%;
	margin-left: -360px;
	margin-top: 20px;
}

#thedate {
	position: relative;
	margin-top: -125px;
	margin-bottom: 110px;
	margin-right: 7px;
	width: 753;
	text-align: right;
	display: block;
}

#content {
	
	background-color: #ffffff;
	width: 753px;
	position:relative;
}

	
/* NAVIGATION area */

#Logo {
	margin-left: -1px;
	position:relative;
	left:0px;
	top:0px;
	width:755px;
	height:135px;
	clear: both;
	}


/* Div Container of Shopping Cart area */

#cart {
	
	top: 140px;

}

/* Shopping cart Bar */

#tenpixdiv {
	height: 10px;
	display: block;
	background-color: #FFFFFF;
}

#cartbar {
background-color: #FFFFFF;
height: 24px;
display: block;
}



/* Shopping cart contents, the hidden div */

#cartcontent {
	background-color: #e2e2e2;
	display: block;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #f9b14c;
}

/* ROLLOVER Set large image */

#loadarea{
	border-top: 1px solid;
	border: 1px solid;
	border-color: #cccccc;
	padding: 10px;
}

.borderimage{
	border-top: 1px solid;
	border: 1px solid;
	border-color: #cccccc;
	padding: 3px;
}

.borderfield{
	border-top: 1px solid;
	border: 1px solid;
	border-color: #669933;
	padding: 3px;
}

/*  TEXT DECORATIONS */

.text_naranjaOscuro {
	font-weight: bold;
	font-size: 14px;
	color: #c36b1c;
	font-family: Verdana, Arial, sans-serif;
}

.text_verdemusgo {
	
	font-size: 12px;
	color: #669933;
	font-family: Verdana, Arial, sans-serif;
}

.text_blancoTrebuBold {
	color: #FFFFFF;
    font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;       
}
		  
.small_gray {
	color: #7e7e7e;
	font-size: 10px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	decoration: none;
}

.med_gray {
	color: #7e7e7e;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	decoration: none;
}

.med_black {
	color: #000000;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	line-height: 17px;
	decoration: none;
}

.nameset {
	color: #b29086;
	font-size: 24px;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	decoration: none;
}

.nameset_small {
	color: #b29086;
	font-size: 14px;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	decoration: none;
}


.numberofdesigns {
	color: #956a5d;
	font-size: 10px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	decoration: none;
}


.text_brown {
	font-size: 12px;
	color: #a28e6b;
	font-family: Verdana, Arial, sans-serif;
}.backtutorials {
	background-image: url(images/university/tutorials_back.gif);
	background-repeat: repeat-y;
}

