/* @override http://tomas-breens-computer.local/~tomasbreen/fitznew/stylesheets/common.css */

@import url("reset-min.css");
@import url("cmxform.css");

/* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */

body {
	font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4b4942;
	background: #fff;
}

a {
	text-decoration: none;
	color: #69C;
}

a:hover {
	color: #bb800f;
}

hr {
	display: none;
}

.confirm {
	padding: 5px 5px 0 5px;
	background: #E5E5E4;
	color: #81C342;
	border: Solid 1px #81C342;
}

strong {
	font-weight: bold;
}

.borderedlist ul li {
	border-bottom: 1px dashed #d1cfcd;
}

.borderedlist ul li a {
	display: block;
	padding: 3px 0 0 2px;
	height: 26px;
	color: #42423b;
}

.borderedlist ul li a.active {
	font-weight: bold;
	color: #69C;
}

.borderedlist ul li a:hover {
	background: #E5E5E4;
	color: #42423b;
}

/* LAYOUT - the main layout styles */

.container {
	width: 900px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

/* header layout */

#header {
	height: 203px;
	background: #963 url(/images/top_bg_02.gif) repeat-x;
	position: relative;
}

#navigation {
	position: absolute;
	right: 0;
	top: 21px;
}

/* main area layout */

#main {
	padding: 24px 0 20px 0;
}

#leftcolumn {
	float: left;
	width: 193px;
}

#center {
	float: left;
	width: 380px;
	padding: 0 20px;
}

#center_content {
	float: left;
	width: 667px;
	padding: 0 20px;
}

#rightcolumn {
	float: left;
	width: 287px;
}

/* bottom layout */

#bottominfo {
	border-top: 5px solid #42423b;
	background: #f1eee7;
	padding-bottom: 25px;
	width: 100%;
	overflow: hidden;
}

.bottomcolumn {
	float: left;
	width: 288px;
	margin-right: 18px;
}

.bottomright {
	margin-right: 0;
}

/* =HEADER - the header styles */

#header .container {
	height: 203px;
}

/* logo */

h1 {
	position: absolute;
	top: 15px;
	background: white;
}

h1 a {
	font: 24px/24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 8px;
	display: block;
	color: #fff;
	background: url(/images/fitz-logo.gif) left top no-repeat;
	height: 100px;
	width: 47px;
}

h1 a span {
	display: none;
}

/* top navigation */

#navigation ul li {
	float: left;
	padding-left: 25px;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: normal;
}

#navigation ul li a {
	color: #69C;
	
}

#navigation ul li a:hover {
	color: #2c2c2c;
}

#navigation li a.active {
	color: #2c2c2c;
	font-weight: bold;
}

/* message and building pic */

#banner {
	text-align: right;
	width: 810px;
	position: absolute;
	height: 134px;
	color: #333;
	padding: 0 0 0 87px;
	bottom: 0;
}

#banner img {
	border: Solid White 8px;
	margin-left: 5px;
}

#pagetitle {
	text-align: left;
	width: 810px;
	position: absolute;
	height: 134px;
	color: White;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 0 87px;
	bottom: 0;
}

/* =CONTENT - the content styles */

/* left column */

.leftbox {
	background: #f1f0ef;
	padding: 10px 23px 10px 23px;
	margin-bottom: 3px;
	line-height: 1.8em;
}


h3.leftbox {
	font-size: 1.9em;
	color: #81C342;
	background: #f1f0ef url(/images/h3_bg_tall.jpg) 0 0 repeat-x;
	padding: 0 0 0 23px;
}

ul.leftbox {
	font-size: 1.2em;
}

.features {
	padding-top: 15px;
	font: 1.27em Arial, Helvetica, sans-serif;
}

#leftcolumn .leftbox p {
	padding-bottom: 1em;
	line-height: 1.5em;
	font-size: 1.0em
}

/* center column */

.article_wrapper h2 {
	color: #69C;
	font-size: 2em;
	margin: 5px 0 10px 0;
}

.article_wrapper h3 {
	color: #69C;
	font-size: 1.5em;
	margin: 10px 0 3px 0;
}

.article_wrapper p {
	padding-bottom: 10px;
	font-size: 1.2em;
}

.article_wrapper a {
	text-decoration: underline;
}

.article_wrapper p img {
	margin: 0 6px 6px 0;
}

.article_wrapper ul {
	margin: 0 0 10px 0;
	padding: 2px;
	font-size: 1.2em;
	list-style-type: disc;
}

.article_wrapper ul li {
	margin: 1px 0 1px 30px;
}

/* right column */

.rightbox_wrapper {
	background: #eeeded;
	padding: 5px;
	margin-bottom: 20px;
	width: 277px;
	overflow: hidden;
	font-size: 11px;
	line-height: 18px;
	color: #58584D;
}

.rightbox {
	border: 1px dashed #d9e0e8;
	width: 275px;
	overflow: hidden;
	padding-bottom: 6px;
}

.product_image {
	float: left;
	margin: 6px 0 0 6px;
}

.product_wrapper {
	float: right;
	width: 200px;
}

.product_wrapper h4, .twitter h4 {
	font-size: 1.3em;
	color: #483F3D;
	font-weight: bold;
	padding-top: 5px;
}

.product_wrapper p {
	font-size: 1em;
}

.twitter ul li {
	border-top: 1px dashed #d9e0e8;
	padding: 3px 0;
	
}

.lastbox {
	margin: 0;
}

/* =BOTTOM */

.bottomcolumn h3 {
	border-bottom: 4px solid #9b968f;
	color: #81C342;
	font-size: 18px;
	padding: 15px 0 5px 5px;
}

.bottomcolumn p {
	padding: 10px 35px 10px 5px;
	font-size: 1.2em;
}

.bottomcolumn ul {
	border-top: 1px dashed #d1cfcd;
	font-size: 1.2em;
}

.bottomcolumn ul li a {
	background: url(/images/footer_list.jpg) left bottom no-repeat;
	display: block;
	padding: 3px 0 0 25px;
	height: 26px;
	color: #42423b;
	border-bottom: 1px dashed #d1cfcd;
}

.bottomcolumn ul li a:hover {
	background: #E9E4DE url(/images/footer_list.jpg) left top no-repeat;
	color: #42423b;
}

.iconlist {
	border-top: 1px dashed #d1cfcd;
	font-size: 1.2em;
}

ul.iconlist li a {
	padding-left: 25px;
	background: url(/images/footer_list.jpg) left bottom no-repeat;
}

ul.iconlist  li a:hover {
	background: #E9E4DE url(/images/footer_list.jpg) left top no-repeat;
	color: #42423b;
}

.enewsbox {
	float: left;
	width: 180px;
	height: 17px;
	padding: 3px 5px;
	border: 2px solid #69C;
	font-size: 13px;
}

.button {
	font-size: 1.1em;
	display: block;
	float: left;
	width: auto;
	text-align: center;
	background: #69C;
	border: 0px solid #fff;
	color: #fff;
	cursor: pointer;
	margin: 0 0 0 5px;
	padding: 6px;
/* IE6 */
}

/* FOOTER */

#footer {
	height: 37px;
	background: #963;
	font-size: 1.2em;
}

#footer a {
	color: #69C;
}

#footer_navigation {
	float: right;
	padding-top: 7px;
}

#footer_navigation {
	float: right;
	padding-top: 7px;
}

#footer_navigation li {
	float: left;
	padding-left: 18px;
}

#footer_navigation li a {
	text-transform: uppercase;
}

#footer_navigation li a:hover {
	color: #333;
}

/*Gallery Photos*/

div#gallery-container 
{
	margin: 5px;
}

div#gallery-container .ui-tabs-panel table {
	width: 100%;
}

div#gallery-container .ui-tabs-panel table tr td 
{
	padding:6px;
}

div.gallery div.photo 
{
	padding: 3px;
	float: left;
	border: Solid 1px #84773F;
	margin: 7px;
	text-align: center;
	font-size: 0.9em;
	color: #84773F;
	font-style: italic;
}

.ui-tabs-hide { display: none; }

.ui-tabs-panel
{
	width: 650px;
	padding: 0;
	border: 1px solid #ccc;
}

.ui-tabs-nav
{
	height: 20px;
	margin: 0;
	padding: 0;
}

.ui-tabs-nav li
{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
.ui-tabs-nav li a:link, .ui-tabs-nav li a:visited
{
	float: left;
	background: #f3f3f3;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 0;
	border: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}

.ui-tabs-nav li.ui-tabs-selected a:link, .ui-tabs-nav li.ui-tab-selected a:visited
{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #69C;
}

.ui-tabs-nav li a:hover
{
	background: #fff;
}

