body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFB300;
	font-size: 100%;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFF;
	margin: 0;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	margin-bottom: 0;
}

p, ul {
	font-size: .675em
}

form p, form ul {
	font-size: 1em;
}

.text{

	font-size: x-small;
}

ul {
	margin-top: .2em;
	padding-left: 1.5em;
}

.first {
	margin-top: 0;
}

.textSmaller {
	font-family: Verdana, Arial;
	font-size: xx-small;
	color: #FFCC00;
	text-decoration: none;
}


#navigation {
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: .75em;
	color: #FFF;
}

#navigation a {
	color: #FFF;
	text-decoration: none;

}

#navigation a:hover, #navigation a.current {
	color: #000;
	text-decoration: none;

}

.special {
	color: #fff;
	font-weight: bold;
}

.image {
	display: block;
	float: right;
	margin-right: -20px;
	height: 30px;
	width: 30px;
	background: green;
}

.athome .content img {
	float: right;
	position: relative;
	left: 175px;
	z-index: 2;
	margin-left: -131px;
	display: inline;
}

.athome .content img.second {
	left: 460px;
	margin-left: -261px;
}


/*------- ORDER FORM ------*/
form, #form {
	padding: 0 15px;
	margin: 0;
}

#form h2, #form p {
	margin: 0;
	width: 330px;
}

#form h2 {
	font-size: 15px;
}

form #description {
	color: #a7001f;
	margin: 0 0 1em;
}

form .text {
	color: #000;
	margin-bottom: 0;
}

form ul, form li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.25;
}

form li {
	width: 330px;
}

#state_li, #post {
	float: left;
	width: 80px;
	padding-left: 10px;
}

#sub {
	float: left;
	width: 150px;
}

form, #form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000;
	width: 330px;
}

form textarea, #details input {
	border: none;
	background: #fff;
	width: 100%;
	padding: 2px;
	margin-bottom: .4em;
}

form textarea {
	margin: .4em 0;
	width: 330px;
}

form, #form {
	background: #FFB300 url(images/form_t.gif) 0 top no-repeat;
	padding-top: 10px;
}

#form_bottom {
	background: url(images/form_b.gif) 0 0 no-repeat;
	display: block;
	height: 13px;
	width: 360px;
	margin: 0;
	padding: 0;
}


#pay, #order {
	width: 330px;
	overflow: hidden;
		margin-bottom: 1em;
}

#pay li, #order li {
	display: block;
	float: left;
	width: 140px;
}

#pay {

}

.hint {
	color: #A7001F;
	font-style: italic;
	font-size: 10px;
}

#error {
	display: block;
	text-align: center;
	background: #fff;
	width: 320px;
	padding: 4px;
	margin-bottom: 1em;
	color: #A7001F;
	border: 1px solid #A7001F; 

}

#errorlist {
	text-align:	left;
	margin: 0 130px;
	list-style-type: disc;
}
#errorlist li {
	list-style-type: disc;
}
