@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	border:0px;
}

body {
	background-image:url(../_images/bgTile2.gif);
	padding-top:5px;
	padding-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#000000;
}

.mainWrapper {
	width:100%;
}

.main {
	width:900px;
	margin:0 auto;
	background-color:#000000;
}

.mainBoxes {
	background-color:#666666;
	margin-top:2px;
	padding:10px;
	padding-top:9px;
	border-bottom:solid #7B2516 1px;
	border-top:solid #FFCC66 1px;
}

.headerPhoto {
	background-image:url(../_images/spicyRiceNoodles_Logo.jpg);
	width:880px;
	height:150px;
}

.scrollDividerBoxes {
	background-color:#666666;
	margin-top:2px;
	padding:10px;
	padding-top:9px;
	border-bottom:solid #7B2516 1px;
	border-top:solid #FFCC66 1px;
	padding-left:11px;
	overflow:hidden;
	height:15px;
}

.scrollDivider {
	background-image:url(../_images/scrollDivider.gif);
	width:880px;
	height:15px;
}

.mainBoxes #mainNav {
	background-color:#666666;
	margin-top:2px;
	padding:10px;
	padding-top:9px;
	border-bottom:solid #7B2516 1px;
	border-top:solid #FFCC66 1px;
}

.mainNav {
	float:left;
	width:880px;
	text-align:center;
	font-weight:bold;
	color:#CCCCCC;
}

.mainNav span {
	margin-left:25px;
}

.mainNav span.colon {
	color:#7B2516;
}

.mainNav a:link {
	text-decoration:none;
	color:#CCCCCC;
}

.mainNav a:visited {
	color:#CCCCCC;
	text-decoration:none;
}

.mainNav a:active {
	color:#7B2516;
	text-decoration:none;
}

.mainNav a:hover {
	color:#7B2516;
	text-decoration:none;
}

.accountLogin {
	float:right;
	width:300px;
	font-size:10px;
	font-weight:bold;
}

.username {
	float:left;
	margin-right:7px;
}

.password {
	float:left;
	margin-right:7px;
}

.goBtn {
	float:right;
}

#goBtn {
	font-weight:bold;
}

.leftColumn {
	float:left;
	width:538px;
	height:100%;
	background-color:#CCCCCC;
	padding:10px;
}

.rightColumn {
	float:right;
	width:290px;
	height:100%;
	background-color:#666666;
	border-top:dotted #000000 1px;
	border-bottom:dotted #000000 1px;
	padding:10px;
}

.addressInfo {
	text-align:left;
	color:#CCCCCC;
}

.addressInfo .address {
	padding-bottom:10px;
	font-weight:bold;
}

.addressInfo .numbers {
	padding-bottom:10px;
}

.addressInfo .days {
	float:left;
	text-align:left;
	padding-left:20px;
}

.addressInfo .hours {
	float:right;
	text-align:right;
	padding-right:20px;
}

.addressInfo .otherHours {
	padding:5px 20px 0 20px;
	text-align:center;
	font-size:11px;
	font-style:italic;
}

.directionInfo {
	text-align:left;
	font-weight:bold;
	color:#CCCCCC;
}

.directionInfo ol {
	margin-bottom:10px;
	font-weight:normal;
}

.directionInfo ol.last {
	margin-bottom:0;
}

.createAcctInfo {
	text-align:left;
	font-weight:normal;
	color:#CCCCCC;
}

.createAcctInfo ul {
	margin-bottom:10px;
	list-style-type:square;
}

.createAcctInfo ul#last {
	margin-bottom:0;
}

.rightColumnImage {
	width:282px;
	margin:0 auto;
	color:#CCCCCC;
}

.rightColumnImage img {
	border:solid #000000 1px;
	margin:10px 0;
}

.rightColumnImage img.first {
	margin-top:0;
}

.leftColumnHeaderWrapper {
	border-bottom:dotted #000000 1px;
	margin-bottom:10px;
}

.leftColumnHeader {
	float:left;
	background:url(../_images/emblem.gif);
	background-repeat:no-repeat;
	background-position:4px 4px;
	font-size:20px;
	color:#7B2516;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:32px;
	width:75%;
}

.menuPagesTop {
	float:right;
	font-size:12px;
	color:#7B2516;
	padding:5px 10px 10px 0;
}

.menuPagesTop a:link {
	color:#7B2516;
	text-decoration:none;
}

.menuPagesTop a:visited {
	color:#7B2516;
	text-decoration:none;
}

.menuPagesTop a:active {
	color:#7B2516;
	text-decoration:underline;
}

.menuPagesTop a:hover {
	color:#7B2516;
	text-decoration:underline;
}

.leftColumnContent {
	margin:0 10px 10px 32px;
}

#homePageContent {
	padding-top:10px;
}

.leftColumnContent img {
	float:left;
	border:solid #7B2516 1px;
	margin-right:20px;
}

.menuHeader {
	margin:15px 10px 10px 32px;
	color:#7B2516;
	font-style:italic;
	font-size:15px;
	margin-bottom:10px;
}

.wine {
	float:left;
}

.bottle, .glass {
	float:right;
	font-size:12px;
	font-style:normal;
	width:50px;
	text-align:right;
}

.glass, .winePriceG {
	margin-right:10px;
}

.winePriceB, .winePriceG {
	float:right;
	width:50px;
	text-align:right;
}

.menuItem {
	width:60%;
	float:left;
	padding-left:20px;
}

.spicyMenuItem {
	width:60%;
	float:left;
	padding-left:20px;
	background:url(../_images/pepper.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;
}

.description {
	font-size:9px;
	font-style:italic;
	line-height:1.5em;
}

.menuPrice {
	float:right;
}

#accountForm {
	border:0;
	width:496px;
}

.heading {
	color:#7B2516;
	font-style:italic;
	font-size:15px;
	padding-bottom:10px;
}

#accountForm .left {
	text-align:right;
	width:90px;
	padding-bottom:10px;
}

#accountForm .right {
	text-align:left;
	padding-bottom:10px;
}

#cityBox, #cityLabel, #stateBox, #zipcodeLabel, #usernameBox, #passwordLabel, #passwordBox, #confirmLabel {
	width:70px;
}

#cityLabel, #zipcodeLabel, #passwordLabel, #confirmLabel {
	text-align:right;
}

#formButtons {
	text-align:center;
}

input, select {
	background-color:#EEEEEE;
}

#takeOutOrder {
	padding-top:10px;
}

.productPic {
	width:102px;
	vertical-align:top;
}

.productPic img {
	border:solid #7B2516 1px;
}

.productInfo {
	padding-left:10px;
	vertical-align:top;
}

.productInfo span {
	color:#7B2516;
}

.productInfo small {
	font-size:9px;
	font-style:italic;
	line-height:1.5em;
}

.productInfo .nutritionLink {
	font-size:9px;
}

.productInfo .nutritionLink a:link {
	color:#7B2516;
	text-decoration:none;
}

.productInfo .nutritionLink a:visited {
	color:#7B2516;
	text-decoration:none;
}

.productInfo .nutritionLink a:active {
	color:#7B2516;
	text-decoration:underline;
}

.productInfo .nutritionLink a:hover {
	color:#7B2516;
	text-decoration:underline;
}

.productPrice {
	width:150px;
	color:#7B2516;
	vertical-align:top;
	text-align:right;
}

.productPrice input.check {
	margin-left:5px;
}

.productPrice .quantity {
	margin:5px 0;
}

.productPrice input.add {
	color:#7B2516;
	margin:5px 0;
}

.viewCart {
	text-align:right;
}

.viewCart input {
	color:#7B2516;
}

.orderInfo {
	color:#CCCCCC;
}

.orderInfo span {
	display:block;
	margin-bottom:10px;
}

.cartHeading {
	color:#7B2516;
	background-color:#BBBBBB;
	font-style:italic;
	font-size:15px;
	padding:10px;
	text-align:center;
}

#item {
	text-align:left;
}

.productNameCart {
	color:#7B2516;
	padding:10px;
}

.productQtyCart {
	padding:10px;
	text-align:right;
}

.productPriceCart, .productTotalsCart {
	padding:10px;
}

.cartTotals {
	text-align:right;
	color:#7B2516;
	font-weight:bold;
	padding:10px;
}

.cartButtons {
	padding:10px;
}

.cartButtons input {
	color:#7B2516;
	margin:0 10px;
}

.leftColumnFooterWrapper {
	border-top:dotted #000000 1px;
	margin-top:20px;
}

.menuPagesBottom {
	float:right;
	font-size:12px;
	color:#7B2516;
	padding:10px 10px 5px 0;
}

.menuPagesBottom a:link {
	color:#7B2516;
	text-decoration:none;
}

.menuPagesBottom a:visited {
	color:#7B2516;
	text-decoration:none;
}

.menuPagesBottom a:active {
	color:#7B2516;
	text-decoration:underline;
}

.menuPagesBottom a:hover {
	color:#7B2516;
	text-decoration:underline;
}

.leftColumnFooterInfo {
	margin:20px 10px 10px 32px;
	text-align:center;
	font-size:9px;
	font-style:italic;
	line-height:1.5em;
}

.leftColumnFooterInfo img {
	margin-bottom:-3px;
}

.mapWrapper {
	width:534px;
	height:534px;
	padding:2px;
	background-color:#000000;
}

#map {
	width:534px;
	height:534px;
}

.footer {
	font-size:10px;
	color:#CCCCCC;
	text-align:left;
}

.footerInfo {
	float:left;
	width:548px;
	margin-left:10px;
}

.footerInfo a:link {
	color:#CCCCCC;
	text-decoration:none;
}

.footerInfo a:visited {
	color:#CCCCCC;
	text-decoration:none;
}

.footerInfo a:active {
	color:#CCCCCC;
	text-decoration:underline;
}

.footerInfo a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

.footer img {
	float:right;
	margin-top:3px;
	margin-right:10px;
}

.clr {
	clear:both;
}

table {
	border:none;
}
