body {
	background: url("images/bg.gif") #D6D6D6 repeat-x;
	margin: 0;
}

img {border: 0;}

a {
	color: #000;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

th {
	text-align: left;
}

.uri {
	color: #0063DC;
	font-size: 1.5em;
	font-style: normal;
}

.uri .opt {
	color: #118608;
}

.reflink {
	display: block;
	text-align: center;
}

#nav {
	text-align: center;
	padding-bottom: 30px;
}

#nav a {
	display: block;
	float: right;
	margin: 0px 4px 0px 4px;
	padding: 4px;
	text-decoration: none;
}

#nav a:hover {
	background: #FFF;
	border: solid #8DBBFF 1px;
	padding: 3px;
	text-decoration: none;
}

#wrapper, #copy {
	margin: 0 auto;
	font: 12px calibri, arial;
}

#wrapper {
	width: 800px;
	padding-left: 10px;
}

#header {
	background: #FFF;
	width: 800px;
	margin-bottom: -3px;
}

#main {
	background: url("images/bg_center.gif") #ADCFFF repeat-x;
	min-width: 780px;
	padding: 10px 10px 50px;
	min-height: 460px;
}

.green {
	color: #4DBD33;
}

.yellow {
	color: #FF8000;
}

.red {
	color: #FF0000;
}

.content {
	margin-top: 134px;
	padding: 2px;
}

* html body .content {
	margin-top: 10px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 10px;
}

.clearfix {
	clear: both;
}

#start {
	width: 327px;
	float: left;
	text-align: center;
}

#start fieldset, #start form .button {
	border: inset #FF0000 1px;
	width: 240px;
	margin: 0 auto;
}

#start fieldset {
	background: url('images/bg_orange.gif') #FFEAAD repeat-x;
	border-bottom: 0px;
	padding: 10px;
}

#start form .button {
	background: #FFF;
	padding: 0px 10px 0px 10px;
	font: bold 18px calibri, arial;
	text-align: center;
}

#start form .button a:hover {
	color: #FF0000;
	text-decoration: none;
}

.email, .password, .name, .birthday, .address, .field {
	border: inset #FF0000 1px;
	height: 20px;
	padding: 4px 0px 0px 25px;
}

.email {background: url("images/email.png") #FFF 2px 2px no-repeat;}
.password {background: url("images/password.png") #FFF 2px 2px no-repeat;}
.name {background: url("images/name.png") #FFF 2px 2px no-repeat;}
.birthday {background: url("images/birthday.png") #FFF 2px 2px no-repeat;}
.address {background: url("images/address.png") #FFF 2px 2px no-repeat;}

#status {
	background: #FFF;
	height: 200px;
	margin: 15px;
	padding: 1em 0;
	text-align: center;
}

#status  #item {
	float: left;
	width: 33.33%;
}

#status #message {
	width: 66.66%;
	margin-left: 33.33%;

}

#status #message #action {
	background: #EEE;
	border: 1px solid #AAA;
	padding: 0.2em 0.5em;
	font-size: 1.5em;
	text-decoration: none;
}

#status #total, #status #total em {
	font-size: 1.5em;
	font-style: normal;
}

#featured {margin: 10px auto;}

#referrals {
	background: #FFF;
	margin: 15px;
}

#referrals a:hover {
	color: #555;
}

#referrals table {
	width: 100%;
}


#referrals tr {
	height: 20px;
}

#referrals .status_msg {
	background-repeat: no-repeat;
	padding-left: 25px;
}

#referrals .status_msg {
	background-image: url("images/yellow.png");
}

#referrals .green .status_msg {
	background-image: url("images/green.png");
}

#referrals .red .status_msg {
	background-image: url("images/red.png");
}

#offers {
	margin-top: 10px;
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}

#offers a {
	display: block;
	height: 100%;
	text-decoration: none;
	outline: 0;
}

#offers a:focus {
	color: #0000AA;
}

#offers div:hover {
	border: 1px solid #AAA;
}

#offers div {
	background: #FFF;
	border: 1px solid #CCC;
	display: block;
	float: left;
	height: 135px;
	margin: 10px;
	text-align: center;
	overflow-y: auto;
}

#offers li {
	float: left;
	width: 170px; /*Set default width*/
	padding: 0;
	display: inline;
}

#offers span, #offers strong {
	display: block;
}

#support tr {height: 30px;}
#support .Open {background: url("images/green.gif");}
#support .Closed {background: url("images/red.gif");}
#support .Open:hover, #support .Closed:hover {
	background: url("images/gold.gif");
	cursor: pointer;
}

#newticket {
	margin-top: 20px;
	border: 0;
	text-align: center;
}

#newticket input {border: outset #FF0000 2px;}
#newticket textarea {border: inset #FF0000 2px;}
#newticket input, #newticket textarea {font: 12px calibri, arial;}

.order {
	background: url('images/bg_orange.gif') #FFEAAD repeat-x;
	width: 200px;
	margin: 40px auto;
	padding: 10px;
}

.order input, .order select {
	width: 140px;
	font-family: calibri;
}

#upload {
	background: url("images/bg_green.gif") #ADFFB5 repeat-x;
	width: 420px;
	margin: -30px auto 40px auto;
	padding: 2px;
}

#upload fieldset {
	background: url("images/bg_orange.gif") 0px -40px #FFF;
	border: inset #FF0000 2px;
	margin: 10px;
	padding: 10px;
}

#terms, #privacy {
	background: #FFF;
	border: solid #AEAEAE 2px;
	padding: 10px;
}

#terms ol, #terms ul {padding-left: 20px;}
#terms ul ol {color: #7E7E7E; padding-left: 30px;}

#copy {
	width: 820px;
	padding-top: 10px;
	color: #333333;
	text-align: center;
}


#legal {margin-top: 35px;}
#legal a {margin-right: 40px;}

#roll1, #roll2, #roll3, #roll4, #flag {
	float: left;
	margin: 0px 56px 0px 56px;
}

#roll1, #roll2, #roll3, #roll4 {
	background: url("images/footer.gif");
	display: block;
	height: 20px;
	text-decoration: none;
}

#roll1, #roll2 {width: 51px;}
#roll3, #roll4 {width: 57px;}

#roll1 {background-position: -6px 0; margin-left: 64px;}
#roll2 {background-position: -6px -20px;}
#roll3 {background-position: 0 -40px;}
#roll4 {background-position: 0 -60px;}
* html body #roll1 {margin-left: 32px;}
* html body #roll4 {margin-right: 0px;}

#roll1:hover {background-position: -57px 0px;}
#roll2:hover {background-position: -57px -20px;}
#roll3:hover {background-position: -57px -40px;}
#roll4:hover {background-position: -57px -60px;}
