
/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(/img/bg.jpg) #e6e6e6 repeat;
	color: #444;
	font: normal 63.9% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,cite,code,ul {
	font-size: 1.2em;
	
}
h1 {
	font-size: 1.5em;
	margin-bottom: 4px;
}

h1,h2,h3 {
	/*color: #367EA6; */
	color: #666;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(/img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 1000px;
}
.header {
	
	width: 1000px;
	margin: 0 auto;
}

/* title */
.title {
	color: #FFF;
	font: normal 1.1em Verdana, Geneva, sans-serif;
	height:25px;
	text-align: Left;
	padding-left: 20px;
	margin: 0 auto;
}
.title a {
	color: #FFF;
	text-decoration: none;
}

.title a:hover {
	text-decoration:underline;
}

.tag {
	color: #FFF;
	font: normal 12px Verdana, Geneva, sans-serif;
	text-align: Left;
	padding-left: 0px;
	
	line-height:210px;
}


/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	color: #808080;
	float: left;
	font: bold 1.3em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}

.item .nodecoration a{
	color: #000000;
}
.item .nodecoration a:hover{
	text-decoration: none;
}

.item h1 a {
	padding-top: 6px;
	font-size: 1.0em;
}

.navigation a:hover {
	color: #001122;
	text-decoration: underline;
}

/* main */
.main {
	clear: both;
	padding: 0px 18px;
}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 10px;
}
.sidenav {
	background: #C5E18A;
	border: 1px solid #E5E5E5;
	float: left;
	width: 200px;
	height: 1100px;

}
.sidenav h1 {
	color: #666;
	font-size: 1.1em;
	height: 20px;
	margin-top: 10px;
}

.sidenav h1 a {
	color: #666;
	text-decoration:none;
}
.sidenav h1 a:hover {
	text-decoration:underline;
}

.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background: url(/img/sidebox.png) #FFF repeat-x;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 12px bold;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
}

/* content */
.maincontent {
	float: right;
	width: 750px;
}
.maincontent .item {
	padding: 5px 5px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}
.maincontent li {
	list-style: url(/img/li.gif);
	margin-left: 18px;
}
.item p {
	width: 100%;
}
.item a {
	color: #777;
	font-size:12px;
	text-decoration: none;
}
.item a:hover {
	color: #111;
	text-decoration:underline;
}
.prod{
	font-size:1.1em;
}

.prod a {
	font-size:1.0em;
	font-weight:bold;
}

/* footer */
.footer,.footer ul {
	color: #666;
	font-size: 1.1em;
	padding-left:0px;
	width: 98%;
	margin-left:0px;
	list-style:none;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}

/* GB CSS */

#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}



.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }


/************************************************************** JQUERY UI CSS FRAMEWORK **************************************************************/

/* LAYOUT HELPERS */
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* REQUIRED COMMENT FOR CLEARFIX TO WORK IN OPERA \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* END CLEARFIX */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* INTERACTION CUES */
.ui-state-disabled { cursor: default !important; }
/* ICONS */

/* STATES AND IMAGES */
.ui-icon {display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

/* OVERLAYS */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* TABS */
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative;}
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border:1px solid #999; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* STYLING */

.ui-tabs .ui-tabs-nav li a {height:20px;width:190px;background:#999;color:#111;text-align:center;line-height:10px; padding-top: 6px; font: normal 12px "Arial",serif;font-weight:bold;text-transform:uppercase;}

.ui-tabs .ui-tabs-nav li.ui-state-active a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-default a:hover
{color:#fff;background:#666;}


/* Lightbox CSS */

#lightbox {
	Z-INDEX: 100; POSITION: absolute; TEXT-ALIGN: center; LINE-HEIGHT: 0; WIDTH: 100%; LEFT: 0px
}
#lightbox A IMG {
	BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none
}
#outerImageContainer {
	POSITION: relative; BACKGROUND-COLOR: #fff; MARGIN: 0px auto; WIDTH: 250px; HEIGHT: 250px
}
#imageContainer {
	PADDING-BOTTOM: 10px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 10px
}
#loading {
	POSITION: absolute; TEXT-ALIGN: center; LINE-HEIGHT: 0; WIDTH: 100%; HEIGHT: 25%; TOP: 40%; LEFT: 0%
}
#hoverNav {
	Z-INDEX: 10; POSITION: absolute; WIDTH: 100%; HEIGHT: 100%; TOP: 0px; LEFT: 0px
}
#imageContainer > #hoverNav {
	LEFT: 0px
}
#hoverNav A {
	OUTLINE-STYLE: none
}
#imageDataContainer {
	BACKGROUND-COLOR: #fff; MARGIN: 0px auto; FONT: 10px/1.4em Verdana, Helvetica, sans-serif
}
#imageData {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 0px
}
#imageData #bottomNavClose {
	PADDING-BOTTOM: 0.7em; WIDTH: 66px; FLOAT: right
}
#overlay {
	Z-INDEX: 90; POSITION: absolute; FILTER: alpha(opacity=60); BACKGROUND-COLOR: #000; WIDTH: 100%; DISPLAY: none; HEIGHT: 500px; TOP: 0px; LEFT: 0px; -moz-opacity: 0.6; opacity: 0.6
}
.clearfix:after {
	DISPLAY: block; HEIGHT: 0px; VISIBILITY: hidden; CLEAR: both; CONTENT: "."
}
* HTML > BODY .clearfix {
	WIDTH: 100%; DISPLAY: inline-block
}
* HTML .clearfix {
	HEIGHT: 1%
}