@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
p {
	font-size:1em;
}
body {
	margin:0px;
	padding:0px;
	/*background:#000 url(../images/bg.jpg) left top repeat-x;*/
	color:#B0ECFF;
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
}
img{
	padding:4px;
	border:5px solid #333333;
}
#container {
	background:#000 url(../images/bg.jpg) left top repeat-x;
	width:800px;
	text-align:left;
	border:1px solid #9096a2;
	padding:1px; /*This Stops it shifting around between pages for some reason...*/
	margin: 41px auto 0 auto;
}

#top {
	padding:0px 0px 0px 0px;
	margin-left:20px;
	margin-top:40px;
	height:140px;
	background:url(../images/ones4pc.gif) no-repeat ;
	position:relative;
}
#top p {
	padding-top:10px;
	padding-right:20px;
	padding-left:570px;
	text-align:right;
}
#top img, #mid p, #mid img {
	float:left;
	margin:0px;
	padding:0px;
}
#top #address{
	width:828px; 
	height:20px; 
	position:absolute;
	text-align:center;
	top:-71px; 
	left:-27px;
	font-size:0.8em;
}
#top a img{
	float:right;
	padding:5px;
	margin-top:10px;
	margin-right:40px;
}
#mid {
	padding-top:0px;
	height:180px;
	width:800px;
	float:left;	
}
#mid p {
	width:500px;
	height:100px;
	position:relative;
	left:150px;
	top:20px;
}
#dragon{ /*HIDE THE DRAGON GUY*/
	position:relative;
	left:120px;
	border:0px;
	top:20px;
	}
#specials {
	width:800px;
	float:left;
	text-align:center;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
#specials h2, .title {
	font-size:1.8em;
	color:#f7f700;
	padding-bottom:10px;
	text-align:center;
	text-shadow:1px 1px 10px #979700;
}
#specials h2 {
	/*border-bottom:1px solid white;*/
	padding-bottom:2px;
	margin:0px;
}
.specialItem {
	float:left;
	width:370px;
	padding:10px;/*border-bottom:1px solid white;*/
	min-height:300px;	
	text-align:left;
}
.itemImg{
	width:100%;
	height:auto;
	text-align:center;
}
.itemImg img{
	margin-left:auto;
	margin-right:auto;

}
.itemPrice, .itemName, .itemDesc {
	width:350px;
	padding-left:20px;
	float:left;
	margin:0px;
}
.itemPrice, .itemName {
	font-size:1.5em;
	text-align:center;
}
.itemName, strong {
	color:#f7f700;
}
.itemDesc{
	padding-top:5px;
}

#twoCol1, #twoCol2, #threeCol1, #threeCol2, #threeCol3, .gridRow, .gridCol1, .gridCol2, .gridCol3, #onecol {
	float:left;
	padding:10px;
}
#threeCol1, #threeCol2, #threeCol3, .gridCol1, .gridCol2, .gridCol3 {
	width:240px;
	overflow:hidden;
	
}
.gridCol1, .gridCol2, .gridCol3{
	text-align:center;	
}
#onecol{
	width:780px;
}
#threeCol1{
text-align:center;
}
.gridRow{
width:100%;
}
#twoCol1 {
	width:400px;
}
#twoCol2 {
	width:300px;
}
h1 {
	display:none;
}
.clearBoth {
	clear:both;
}
#footer{
	height: 50px;
	padding-top:10px;}
#footer {
	width:800px;
	text-align:center;
	margin:auto;
}
a {
	color:#f7f700;
	text-decoration:none;
}
.ticked {
	background:url(../images/tick.png) no-repeat 3px 5px;
	padding-left:20px;
	font-size:1.4em;
}
/*- Menu Tabs H--------------------------- */

    #tabsH {
	float:left;
	width:800px;
	font-size:12px;
	line-height:normal;
}
#tabsH ul {
	margin:0;
	padding:10px 10px 0 8px;
	list-style:none;
}
#tabsH li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsH a {
	float:left;
	background:url("../images/tableftH.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabsH a span {
	float:left;
	display:block;
	background:url("../images/tabrightH.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {
	float:none;
}
/* End IE5-Mac hack */
    #tabsH a:hover span {
	color:#FFF;
}
#tabsH a:hover {
	background-position:0% -42px;
}
#tabsH a:hover span {
	background-position:100% -42px;
}
#tabsH .current a {
	background-position:0% -42px;
}
#tabsH .current a span {
	background-position:100% -42px;
}
-->
.alignCenter {
	text-align:center;
}
.alignLeft {
	text-align:left;
}
.alignRight {
	text-align:right;
}
.toTop{
padding-right:10px;
}
/*CONTACT FORM LAYOUT http://realworldstyle.com/forms.html*/
#formContainer {
	width: auto;
	padding:10px;
	float:left;
}
#formContainer div.row {
	clear: both;
	padding-top: 5px;
}
#hoursContainer div.row {
	clear: both;
}
#hoursContainer div.row span.label {
	float: left;
	width: 120px;
	margin-right:-20px;
	text-align: right;
}
#formContainer div.row span.label {
	float: left;
	width: 120px;
	margin-right:20px;
	text-align: right;
}
div.row span.formw {
	float: left;
	margin-left:5px;
	text-align: right;
}
/*END CONTACT FORM LAYOUT*/

#popup {
	background:#EFEFEF;
	color:black;
	border:1px solid #999999;
	margin:0px;
	padding:7px;
	width:270px;
}
	
#hoursContainer div.row span.label {
	float: left;
	width: 80px;
	text-align: right;
}
#cafe #twoCol1{
	width:470px;
}

#cafe #twoCol2{
	width:210px;	
	margin:5px;
}
#cafe .cafe-images img{
	float:left;
	margin:5px;
}
table{
	border-collapse:collapse;
}
table th{
	border-right:3px solid #fff;
	padding-right:10px;
	text-align:right;
}
table td, table th{
	padding:10px;
}
table tr{
	border-top:1px dotted #333;
		border-bottom:1px dotted #333;
}
table.pcsystems td{
width:210px;
}
table.pcsystems img{
	margin-bottom:15px;
}
.pcsystems .code{
	font-size:xx-small;
	color:#ddd;
}