/*-------------------------------------------------------*/
/*  Body Elements
/*-------------------------------------------------------*/

* {
	font-family: verdana, arial;
	margin: 0;
	padding: 0;
	color: #826D4E;
}


body {
	background-color: #ECE8E0;
	text-align: center;
	font-size: 75%;
	margin: 5em 0 2em 0;
	padding: 0;
}

img,
form,
fieldset {
	border: none;
}

p {
	margin: 0 0 1em 0;
}

h1{
	width: 98px;
	height: 19px;
	line-height: 1px;
	font-size: 1px;
	background: url(../images/welcome_title.gif) no-repeat;
	text-indent: -5000px;
	padding: 4px 0 14px 0;
}

a {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


/***************************************************************
	Table - General
***************************************************************/

table#wrapper {
	width: 760px;
	margin: 0 auto;
	position: relative;
	padding: 0;
	border: 0;
	font-size: 100%;
	position: relative;
}

table#wrapper td.leftSide {
	width: 160px;
}

table#wrapper .howtoOrder {
	margin:0.1em 0 1em 0.9em;
}

table#wrapper td.blank {
	width: 2px;
	background-color: #ECE8E0;
}

table#wrapper td.mainContent {
	width: 358px;
} 

table#wrapper td.rightSide {
	width: 238px;
	background-color: #FFF;
	vertical-align:text-top;
}

table#content {
	padding: 0;
	margin:1.3em 0 0 0;
	border: 0;
	font-size: 90%;
	text-align:left;
	background-color: #FFF
}

table#content .title{
	margin: 0.8em 0 0.9em 0;
}

table#content .subtitle{
	margin: 0 0 0.5em 0;
}

table#content .more{
	text-decoration:none;
	float:right;
	margin: 0 0 0.8em 0;
	color: #FF7A01;
}

table#content .dottedline{
	margin:1.1em 0 1.1em 0;
	padding: 0;
}

table#content #ourchoice{
	padding: 0;
	margin:0;
	border: 0;
}

table#orderForm {
	width: 200px;
	padding: 0;
	margin:1.3em 0 0 0;
	border: 0;
	font-size: 90%;
	text-align:left;
	background-color: #fff
}

table#orderForm td{
	padding: 0.1em 0 0.1em 0;
}

table#orderForm input{
	font-size: 90%;
	width:110px;
}

table#orderForm textarea{
	font-size: 100%;
	padding-left: 0.5em;
	width: 188px;
}

table#orderForm select{
	font-size: 90%;
}

table#footer {
	width: 760px;
	margin: 0.3em auto;
	position: relative;
	padding: 0;
	border: 0;
	font-size: 75%;
	text-align: left;
}

table#footer a{
	text-decoration:underline
}

table#footer a:hover{
	text-decoration:none
}

.whitebg {
 	background-color:#FFF;
	vertical-align:top;
}

.orangebg {
 	background-color:#FF7000;
	text-align:left;
	vertical-align:top;
	margin:0;
	padding:0;
}

.logo {
	padding: 0 0 0 12px;
}

#homeOpenTimes {
	font-size: 11px;
	position: relative;
	width: 135px;
	left: 12px;
}
#homeOpenTimes strong  {
	color: #FFFFFF;
}
#homeOpenTimes p {
	color: #FFFFFF;
}
#HomeTwitter {
	font-size: 11px;
	position: relative;
	width: 135px;
	left: 12px;
	overflow: hidden;
	background-color:#FF7000;
	float: left;
	height: 25px;
}
