html, body {
	margin:0px;
	background-color:#685e5a;
}
#frame {
	border:1px solid #FFFFFF;
	background-image:url(../gfx/bg.png);
	background-repeat:no-repeat;
	width:950px;
	height:650px;
	margin-left:auto;
	margin-right:auto;
}
#box {
	margin-left:20px;
}
.nav {
	margin-top:4px;
}
.content {
	background:#FFFFFF;
	width:910px;
	height:310px;
}
.left {
	padding-top:10px;
	padding-left:25px;
	width:470px;
	float:left;
}
.right {
	padding-top:10px;
	padding-right:10px;
	width:398px;
	float:right;
}
#fat_container {
	padding-top:10px;
	padding-left:25px;
}
#fat_copy {
	font-family:Verdana,Arial,sans-serif;
	font-size:13px;
	height:30px;
	vertical-align:middle;
	display:table-cell;
}
#fat_list {
	background-color:#685e5a;
	font-family:Verdana,Arial,sans-serif;
	width:97%;
	height:220px;
	color:#FFFFFF;
	font-size:10px;
}
#fat_list_headline {
	font-size:13px;
	padding-left:10px;
	padding-top:5px;
}
#cu_container {
	padding-top:10px;
	padding-left:25px;
}
#form_header {
	font-family:Verdana,Arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#00958e;
}
#form_header span {
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#685e5a;
}
#form_footer {
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	color:#00958e;
	text-align:right;
	padding-right:20px;
	padding-top:16px;
	line-height:18px;
	font-weight:normal;
}
#form_footer span {
	color:#685e5a;
}
#form_tel {
	width:330px;
}





/* ------------------------------------------------------------ easyslider ---------- */

/* container for slider */
#container{	
	margin:20px auto;
	position:relative;
	text-align:center;
	width:300px;
	height:220px;
	background:#fff;
	/* background-color:#CCCCCC; */
}
.tm_copy {
	font-family: Verdana,Arial,sans-serif;
	font-size: 13px;
	line-height:17px;
	text-align:left;
	color:#685e5a;
	/* background-color:#00FF00; */
	height:130px;
	width:270px;
	vertical-align:middle;
	display:table-cell;
}
.tm_name {
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	font-style:italic;
	line-height:15px;
	text-align:right;
	color:#685e5a;
	/* background-color:#66CCFF; */
	height:60px;
	padding-right:20px;
}
.tm_detail {
	color:#00958e;
}
.tm_no {
	font-family: Verdana,Arial,sans-serif;
	font-size: 9px;
	text-align:center;
	color:#685e5a;
}
		
/* image replacement */
.graphic, #prevBtn, #nextBtn {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
	
/* slider visualls */
#slider{}	
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li { 
	/* define width and height of list item (slide) / entire slider area will adjust according to the parameters provided here */ 
	width:300px;
	height:250px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn { 
	display:block;
	width:8px;
	height:15px;
	position:absolute;
	left:-23px;
	top:115px;
}	
#nextBtn { 
	left:315px;
}														
#prevBtn a, #nextBtn a {  
	display:block;
	width:8px;
	height:15px;
	background:url(../gfx/testimonials/left.png) no-repeat 0 0;	
}	
#nextBtn a { 
	background:url(../gfx/testimonials/right.png) no-repeat 0 0;	
}												





/* ------------------------------------------------------------ accordion ---------- */

.ui-accordion .ui-accordion-header {
	cursor:pointer;
	position:relative;
	margin-top:1px;
	zoom:1;
	height:19px;
	padding-top:6px;
	padding-left:10px;
}
.ui-accordion .ui-accordion-li-fix {
	display:inline;
}
.ui-accordion .ui-accordion-header-active {
	border-bottom:0 !important;
}
.ui-accordion .ui-accordion-header a {
}
.ui-accordion .ui-accordion-content {
	border-top:0;
	position:relative;
	top:1px;
	margin-bottom:2px;
	overflow:auto;
	display:none;
	height:223px;
}
.ui-accordion .ui-accordion-content p {
	padding-right:10px;
}
.ui-accordion .ui-accordion-content-active {
	display:block;
}

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 10px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 10px; }
.ui-widget-content { border: 1px solid #FFFFFF; background: #ffffff; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #1d968e; background: #FFFFFF; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #1d968e; background: #FFFFFF; font-weight: bold; color: #1d968e; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1d968e; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #64cdc6; background: #FFFFFF; font-weight: bold; color: #1d968e; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #1d968e; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #1d968e; background: #1d968e; font-weight: bold; color: #FFFFFF; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #FFFFFF; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #1d968e; background: #fbf9ee; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }






/* ------------------------------------------------------------ list ---------- */

ul {
	list-style-type:disc;
}

li {
	list-style-image: url(../gfx/list.png);
}








/* ------------------------------------------------------------ links ---------- */


a:link {
	text-decoration:none;
	outline:none;
} 
a:visited {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:none;
	outline:none;
} 
a:active {
	text-decoration:none;
	outline:none;
}
a:focus {
	outline:none;
}
:focus {
  -moz-outline-style:none;
}




/* ------------------------------------------------------------ form ---------- */

.textfield {
	border-bottom:solid #00958e 1px;
	border-left:solid #00958e 1px;
	border-right:solid #FFFFFF 1px;
	border-top:solid #FFFFFF 1px;
	width:511px;
	height:15px;
	margin-bottom:5px;
	padding-top:5px;
	padding-left:3px;
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	color:#685e5a;
}
.button {
	background-color:#00958e;
	border:solid #FFFFFF 1px;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#FFFFFF;
	width:140px;
	height:25px;
}




/* ------------------------------------------------------------ gallery ---------- */

.nav-links {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-links li {
	line-height: 1.6em;	
	font-size: 1.2em;
}
#content {
	margin-left: 240px;
	margin-top: 30px;
	margin-right: 50px;
}
.twitthis {
	position: absolute;
	top: 250px;
	left: 20px;
}
.important {
	border: 1px solid #666;
	background: #ddd;
	padding: 0 1em;
	color: #C30;
}
.galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
}
.code_wrapper {
	border: 1px solid #888;
	background: #f0f0f0;
	padding: 10px;
}
code, .code {

}
.options {
	border: 1px solid #777;
	border-right: none;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
.options th {
	text-align: left;
	background: #777;
	color: white;
	font-weight: bold;
}
.options th, .options td {
	padding: 4px 10px;
}
.options td {
	border-right: 1px solid #777;
}
#parts-img {
	border: 1px solid black;
}
img.nav {
	border: 1px solid black;
	margin-bottom: 5px;
}
a:link, a:visited {
	color: #3671A8;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CC5914;
}
.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
}
.panel-overlay p {
	line-height: 1.2em;
}
.filmstrip ul {
	list-style-type:none;
}

.filmstrip li {
	list-style-image: url(../gfx/spacer.gif);
}