/* CSS Document */


/* STANDARD CLASSES */

 

/* CUSTOM CLASSES */




.imageholder {
	padding: 5px;
	background-color:#0056A0;
	width: 140px;
}

.imageholder2 {
	padding: 3px;
	border: 1px solid #CCCCCC;
}

.price {
	font-size: 18px;
	color:#0056A0;
	line-height: 21px;
}

.remove_padding, .remove_padding p {
	margin: 0px;
	padding: 0px;
}

.input {
	width: 270px;
	font-size: 10px;
	color:#666666;
}

.textarea {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	width: 270px;
	height: 100px;
	font-size: 10px;
	color:#666666;
}

.select {
	width: 276px;
	font-size: 10px;
	color:#666666;
}

.submit {
	font-size: 10px;
}


.details_left {
	width: 420px;
	border-bottom: 1px solid #EEEEEE;
	padding: 0px 10px 10px 0px;
}

.details_right {
	border-bottom: 1px solid #EEEEEE;
	padding: 0px 0px 10px 0px;
	width:432px;
}

.details_right h1 {
	margin-top: 0px;
}

/* STANDARD IDS */
#bg_left {
	width: 50%;
	background-image:url(../images/bg_left.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height: 553px;
}

#bg_right {
	width: 50%;
	background-image:url(../images/bg_right.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height: 553px;
}

#top_left {
	width: 322px;
}

#top_right {
	width: 550px;
}

#note {
	height: 135px;
	background-image:url(../images/bg_note.jpg);
	padding-left: 20px;
	padding-right: 20px;
}

#note p {
	color:#0056A0;
	font-size: 11px;
}

#content {
	padding: 10px 20px 30px 20px;
}

#footer {
	background-image:url(../images/tile_footer.jpg);
	background-repeat:repeat-x;
	padding: 10px 20px 10px 20px;
}

#footer p {
	color:#AAAAAA;
	font-size: 11px;
}


/* LINKS */


#footer a {
	color:#AAAAAA;
}


/*admin stuff */
.admin_nav {
	font-size: 11px;
	border: 0px;
	background-color: #FFFFFF;
	color:#4C72D3;
	text-decoration:underline;
	text-align:left;
}

.admin_nav:hover {
	text-decoration: none;
}


#login_table {
	border: 1px solid #4C72D3;
	background-color:#FFFFFF;
}

#admin_left {
	border-right: 1px solid #4C72D3;
	width: 150px;
}

#admin_right {

}

#alert {
	border: 1px solid #4C72D3;
	background-color:#E0E6F7;
	padding: 5px;
}