@charset "UTF-8";

/* CSS Document */

/* @group default */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	background-color: #000;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(../images/storm-clouds.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
}

h1 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

h2 {
	color: #000;
	font-weight: bold;
}

a, a:link {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ccc;
	text-decoration: underline;
}

a:focus {
	color: #ccc;
}

a:active {
	color: #ccc;
}

/* @end */

/* @group layout */

#outerWrapper {
	background-color: #000;
	margin: 0 auto 0 auto;
	width: 800px;
}

#outerWrapper #header {
	background-color: #000000;
	padding: 0px;
	height: 123px;
	width:800px;
}

#outerWrapper #contentWrapper #row1 {
	margin: 0 0 0 0;
	padding: 0;
	height: 187px;
}

#outerWrapper #contentWrapper #row2 {
	margin: 0 0 0 0;
	padding: 0;
	height: 155px;
}

#outerWrapper #contentWrapper #row3 {
	margin: 0 0 0 0;
	padding: 0;
	height: 110px;
}

/* @end */

/* @group navigation */

#outerWrapper #navigation {
	background-color: #666666;
	color: #FFFFFF;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 30px;
	padding: 0px;
}

#outerWrapper #navigation ul.navbar {
	list-style: none;
	float: left;
	margin: 0;
	padding-top: 7px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#outerWrapper #navigation ul.navbar li {
	display: inline;
	margin: 0;
	padding: 0;
}

#outerWrapper #navigation ul.navbar li a {
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

/* @end */

/* @group hidden div */

#inner_content {
	display: none;
	background: #fff;
}

/* @end */

/* @group image */

.imgFloatRight {
	float: right;
	margin: 0 0 12px 12px;
	padding: 5px;
	border: 1px solid #FF0000;
}

/* @end */

/* @group about us */

#aboutUs {
	color: #000000;
	padding: 20px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

#aboutHide {
	display: none;
	background: #fff;
}

#aboutHide #aboutUs #tradingHours {
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #FF0000;
	text-align: center;
	font-size: 110%;
}

#aboutHide #aboutUs #tradingHours p {
	margin: 0;
}

/* @end */

/* @group contact us */

#contactUs {
	color: #000000;
	padding: 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

#contactUs a.normal {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

#contactUs a:hover {
	text-decoration: underline;
}

/* @end */

/* @group footer */

#footer {
	background-color: #000;
	padding: 5px 0 10px 0;
	margin: 0 auto 0 auto;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

#footer a.kawasaki {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

.omega {
	font-size: 10px;
	font-family: sans-serif;
	text-align: center;
}

.omega a {
	font-size: 11px;
	color: #e6e6e6;
}

.omega a:hover {
	color: #ffffff;
}

#footer a:hover {
	text-decoration: underline;
}

/* @end */