/*
GLOBAL COLORS:
		GREY = #333333
		GREEN = #99C31E
		BLUE = #0099CC
*/

/* BASIC PAGE-FORMATTING AND TOOLBOX */
* {margin:0;padding:0;}
body {font-size:12px;font-family:Arial, sans-serif;}
#page-wrap {width:900px;margin:0 auto;}

.clear {clear:both;}
.left {float:left;}
.right {float:right;}

h1, h2, h3, h4, h5, h6 {font-family:Arial, sans-serif;}

/* TOP STRIPE */
#stripe {background:#99C31E;color:#fff;text-align:right;padding:5px 0;}
#stripe ul li {margin-right:20px;display:inline;}
#stripe ul li a {color:#fff;}

/* HEADER AREA */
#header {background:url(../images/header_bg.jpg) repeat-x;margin-bottom:10px;position:relative;}
#header h1 a {text-indent:-9999px;background:url(../images/logo2.jpg) no-repeat;width:368px;height:176px;display:block;outline:0;}
#header .city {background:url(../images/city.jpg) no-repeat;width:407px;height:176px;position:absolute;right:0;bottom:0;}

/* CONTENT AREA */
#content {float:left;width:620px;position:relative;font-size:12px;}
#content p, #content td {font-family:Georgia, Times, serif;margin-bottom:10px;line-height:1.6;}
#content ul.bump {font-family:Georgia, Times, serif;line-height:1.6;}
#content h2 {margin-bottom:12px;}
#content a {color:#0099CC;}
.left span, .right span {display:block;text-align:center;font-family:Georgia,Times,serif;color:#888;font-size:10px;font-style:italic;}
#content a img {border:none;outline:0;}
#content ul.bump {margin:0 0 10px 315px;}
#content .center {text-align:center;}
#content .stripe {border-right:5px solid #99C31E;padding-right:20px;}

/* PAGE-SPECIFIC STYLING */
#about, #positives, #specifications, #purchase {padding-left:20px;}
#about a:hover, #positives a:hover, #specifications a:hover, #purchase a:hover {border-bottom:1px dashed #0099CC;}
#specifications table td {width:150px;}

/* TAB STYLING */
#navigation {position:absolute;top:-41px;left:20px;z-index:2;}
#navigation ul li {float:left;margin-right:5px;list-style:none;}
#navigation ul li a {display:block;background:#fff;border-left:1px solid #333;border-top:1px solid #333;border-right:1px solid #333;border-bottom:1px solid #fff;padding:10px 10px 5px 10px;text-align:center;text-decoration:none;font-weight:bold;color:#0099CC;}
#navigation ul li a:hover, #navigation ul.ui-tabs-nav li.ui-tabs-selected a {color:#99C31E;}
.ui-tabs-hide { display: none; }

/* SIDEBAR AREA */
#sidebar {float:right;width:210px;font-family:Georgia, Times, serif;margin:0 20px 0 0;line-height:1.6;}
#sidebar .box {border:1px solid #99C31E;padding:10px;margin-bottom:10px;}
#sidebar .box h3 {border-bottom:1px dashed #0099CC;padding-bottom:5px;margin-bottom:5px;}
#sidebar ul {padding-left:15px;}

/* FOOTER AREA */
#footer {clear:both;color:#fff;background:#333;height:100px;font-size:12px;font-family:Arial, sans-serif;float:left;width:100%;margin-top:10px;}
#footer p {padding:10px 0 0 20px;}
#footer p a {color:#fff;}
