/* talenasmith.co.uk CSS styles */

body {
	/* background-image:url(images/body_BG.jpg);
	background-repeat:repeat-x; */
	background-color:#660000;
	height:100%; 
	
	font-family:"Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000000; }
	
/* divs definitions */

#container {
	width:691px;
	margin-left:auto;
	margin-right:auto; }
	
#header {
	width:690px;
	float:left; }
	
#mid_container {
	width:690px;
	background-image:url(images/main_BG.jpg);
	background-repeat:repeat-y;
	float:left;
	clear:both; }
	
#menu {
	width:160px;
	background-color:transparent;
	text-align:center;
	float:left;
	clear:none;
	margin-left:32px;
	display:inline; }

#nav {
	background-color:transparent;
	margin-left:-32px;
	float:left;
	clear:none; }

#vert_line {
	margin-top:15px;
	float:left;
	clear:none; }
	
#content {
	width:418px;
	padding:10px 10px 0px 10px;
	background-color:transparent;
	float:left;
	clear:none; }
	
#footer {
	width:690px;
	height:20px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	float:left;
	clear:both;
	text-align:center;
	color:#e0d9b3;
	padding-top:16px; }

#footer a {
	color:#e0d9b3;
	text-decoration:underline; }
	
#footer a:hover {
	color:#CCCCCC;
	text-decoration:underline; }

div.endpage {
	text-align:center;
	padding:10px 0px 0px 0px;
	float:left;
	clear:both;
	width:100%; }

#tipoftheday {
	width:195px;
	float:right; }

#vouchers {
	padding:10px;
	border:1px solid #B30000;
	margin-bottom:20px; }
	
#vouchers form {
	display:block; }

h1 {
	font-size:18px;
	font-weight:bold;
	color:#b30000; }

h2 {
	font-size:13px;
	font-weight:bold;
	color:#333300;
	font-style:italic; }

a {
	color:#333300;
	text-decoration:underline; }

a:hover {
	color:#000000;
	text-decoration:underline; }

ul li {
	text-align:left;
	margin-left:-20px; }

ul.navig li {
	text-align:left;
	color:#b30000;
	font-size:12px;
	font-weight:bold;
	margin-left:27px;
	padding:0px 0px 5px 0px; }
	
ul.navig li a {
	color:#b30000;
	text-decoration:underline; }

ul.navig li a:hover {
	color:#000000;
	text-decoration:underline; }

table.tip {
	width:195px;
	color:#e0d9b3; }
	
table.tip tr th {
	height:30px;
	background-color:transparent;
	background-image:url(images/tip_header.jpg);
	background-repeat:no-repeat; }

table.tip tr td {
	background-color:#807A56; }

table tr td.align_right {
	text-align:right; }
	
table tr td {
	vertical-align: top;
}

table.priceguide {
	width:100%;
}

table.priceguide tr td {
	padding: 5px 0;
	border-bottom: 1px solid #333300;
}

/* text-only styles */

.warn {
	color:#b30000;
	font-weight:bold; }
	
.msgsent {
	color:#807a56;
	font-weight:bold; }

/* about */

#about_pic {
	float:left;
	padding:5px; }


/* index-specific defs */

#index {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-348px;
	margin-top:-194px;
	text-align:center; }

#index img {
	vertical-align:middle;
	 }
	 


