/* Main Elements */
* {
		margin: 0px;
		padding: 0px;
}
body, html {
		height:100%;
		padding: 0px;
}
body {
		background: #ffffff;
		font-family: tahoma, Geneva, sans-serif;
		font-size:9pt;
}
a { 	text-decoration: none; outline: none;
}
#pagewrapper {
		margin: 0 auto;
		width: 950px;
		height: 100%;
}
#header {
		background: url(images/header.png);
		height: 92px;
		width: 950px;
}
#featured {
		margin-top: 10px;
		background: url(images/featured-bg.png);
		width: 950px;
		height: 350px;
}
#doublewidth-main-content {
float:left;
margin:0 0 0 10px;
width:598px;
}
/* Header */
.title {
		height: 50px;
          
                
}
.title img {
	 	float: left;
	 	margin: 2px 0px 0px 50px;
	 	border: none;
}
.title ul {
		float: right;
		width: 360px;
		padding: 15px 20px 0px 0px;
		font-size: 10px;
}
.title ul li {
		float: right;
		margin: 0px;
		padding: 1px 10px 1px 5px;
		list-style:none;
		border-right: 1px solid #515151;
		text-align:right;
}
.title ul li.sitemap {
		border-right: none;
		padding-left: 14px;
		margin-left: 5px;
		background: url(images/sitemap.gif) center left no-repeat;
}
.title ul li a {
		color: #bbb;
		text-decoration:none;
}
.title ul li a:hover {
		color: #ccc;
		text-decoration:none;
}
/* Navbar */
.navbar ul { 
		padding: 5px 0px 0px 20px;
}
.navbar ul li { 
		float: left;
		list-style:none;
		height: 33px;
		width: 100px;
}
.navbar ul li ul {	
		margin: 0;
		padding: 0;
		position: absolute;
		visibility: hidden;
		z-index: 999;
}
.navbar ul li ul li {	
		float: none;
		display: inline;
		z-index: 999999;
}
.navbar ul li a {
		display: block;
		height: 26px;
		width: 100px;
		padding: 7px 0px 0px 0px;
		text-align:center;
		text-decoration:none;
		color: #cfcfcf;
		font-size: 12px;
		white-space: nowrap;
		z-index: 999999;
}
.navbar ul li a:hover {
		display: block;
		background: #f60600;
		color: #f9faed;
		z-index: 999999;
}
.navbar ul li ul li a {
		width: 140px;
		background: #4a4a4a;
		padding: 7px 0px 0px 0px;
		height: 26px;
		white-space: nowrap;
		z-index: 999999;
}
.navbar ul li ul li a:hover {
		background: #f60600;
		color: #f9faed;
		z-index: 999;
}
/* Search */
.navbar .search {
		float: right;
		width: 160px;
		margin-top: 6px;
		height: 20px;
}
.search fieldset {
		border: none;
}
.search #s {
		background: none;
		width: 125px;
		height: 16px;
		border: none;
		color: #bbb;
		font-size:10px;
}
.search #searchsubmit {
		width: 22px;
		height: 16px;
		cursor: pointer;
		background: none;
		border: none;
}
/* Featured Section */
.glidecontentwrapper{
		position: relative; 
		z-index: 1;
		width: 944px;
		height: 300px;
		overflow: hidden;
}

.glidecontent{ 
		position: absolute; 
		z-index:2;
		padding: 0px;
		visibility: hidden;
		width: 941px;
		height: 275px;
		margin: 25px 0px 0px 3px;
		overflow:hidden;
}
.glidecontent img {
		border: none;
}

.glidecontenttoggler { 
		z-index: 99;
		position: relative;
		width: 941px;
		margin: 0px 0px 0px 3px;
		height: 45px;
		text-align: right;
}

.glidecontenttoggler {
		width: 941px;
}
.glideleft {
		width: 200px;
		float: left;
}
.glideright {
		width: 200px;
		float: right;
}
.glidecontenttoggler a.prev{ 
		float: left;
		display: block;
		width: 20px;
		height: 18px;
		background: url(images/glideprevnext.gif);
		margin: 12px 0px 0px 20px;
}
.glidecontenttoggler a.next{ 
		float: right;
		display: block;
		width: 20px;
		height: 18px;
		background: url(images/glideprevnext.gif) 20px 0px;
		margin: 12px 20px 0px 0px;
}
.glidecontenttoggler a.prev:hover{
		background: url(images/glideprevnext.gif) 0px -20px;
}
.glidecontenttoggler a.next:hover{
		background: url(images/glideprevnext.gif) 20px -20px;
}
/* Content */

#content {
		background:url(images/bottom-header.png) top left no-repeat;
		float: left;
		width: 950px;
		margin-top: 10px;
}
#contentmiddle {
		background:url(images/bottom-middle.png) top left repeat-y;
		float: left;
		width: 950px;
		line-height: 20px;
		color: #222;
                text-align:left;
                display:inline-block
}
#contentfooter {
		background:url(images/bottom-footer.png) top left no-repeat;
		float: left;
		width: 930px;
		height: 23px;
		padding: 28px 20px 10px 0px;
		text-align:left;
}
#content img {
		border:none;
}

#contentmiddle .onethird {
		float: left;
		width: 280px;
		padding: 15px 10px 15px 25px;
}
#contentmiddle .onethird4 {
		float: left;
		width: 680px;
		padding: 15px 10px 15px 25px;
}
#contentmiddle .twothird {
		float: left;
		width: 880px;
		padding: 10px 5px 5px 20px;
}
#content .title {
		padding: 0px;
		margin: 0px;
		float: left;
		width: 315px;
		height: 44px;
		background: none;
}
#content .contenttitle {
		padding: 0px;
		margin: 0px;
		float: left;
		width: 950px;
		height: 44px;
		background: none;
}
#content h3 {
		margin: 11px 0px 0px 20px;
		display: block;
		height: 22px;
		padding: 3px 0px 0px 36px;
		color: #4d4d4d;
}
#content .contenttitle h3 {
		margin: 11px 0px 0px 350px;
		font-size: 16px;
		padding: 1px 0px 0px 36px;
		height: 24px;
		color: #4d4d4d;
}
h3.plus {
		
}
h3.check {
}
h3.star {
		
}
h3.download {
		
}
h4 {
		margin: 10px 0px;
		font-size: 14px;
}
#contentmiddle ul {
		margin: 5px 5px 5px 15px;
}
#contentmiddle ul li {
		list-style:none;
		margin: 10px 0px;
		line-height: 16px;
		padding: 0px 0px 0px 10px;
		background: url(images/bullet.gif) top left no-repeat;
}
ul#subnavigation {
		margin: 5px 5px 5px 0px;
}
ul#subnavigation li{
		list-style:none;
		margin: 0px 15px 0px 0px;
		line-height: 36px;
		padding: 0px 0px 0px 10px;
		background: none;
		border-bottom: 1px solid #ccc;
}
ul#subnavigation li:hover{
		background: #e7e7e7;
		padding: 0px 0px 0px 15px;
}
ul#subnavigation a {
		border: none;
		display: block;
	
}
#contentmiddle blockquote {
		margin: 5px 0px 5px 20px;
		padding: 10px;
		font-style:italic;
		background: #e7e7e7;
		border-left: 2px solid #dedede;
}
#contentmiddle a {
		color: #222;
		border-bottom: 0px solid #222;
}
#contentmiddle a:hover {
		border-bottom: none;
}
/* Footer */
#contentfooter a {
		color: #000000;
		font-weight: bold;
		margin: 0px 3px;
}
#contentfooter a:hover {
		border-bottom: none;
		color: #333333;
}
#contentfooter ul li {
		display: inline;
}
img.alignleft {
		float: left;
		margin: 10px 10px 10px 0px;
}
img.alignright {
		float: right;
		margin: 10px 0px 10px 10px;
}



/* Contact Page */
#content fieldset {
		border: none;
		padding-left: 5px;
}
#content input {
		padding: 4px;
		border: 1px solid #ababab;
		background: #f5f5f5;
		margin: 5px 5px 5px 0px;
		color: #333;
}
#content textarea {
		padding: 4px;
		border: 1px solid #ababab;
		background: #f5f5f5;
		margin: 5px 5px 5px 0px;
		width: 400px;
		color: #333;
}
#content label {
		color: #666;
}
#content input.submit {
		background: #1c1c1c;
		color: #fff;
}
#content input.submit:hover {
		background: #b4b4b4;
		color: #111;
		cursor: pointer;
}

/* Portfolio */
#content h5 {
		display: block;
		width: 300px;
		margin: 0 auto;
		margin-top: 20px;
		text-align:center;
		font-size: 12px;
		color: #333;
}
#content h6 {
		display: block;
		
		margin: 0 auto;
		margin-top: 20px;
		text-align:left;
		font-size: 10px;
		color: #333;
}
div#fancy_overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #666;
		display: none;
		z-index: 30;
}

* html div#fancy_overlay {
		position: absolute;
		
}

div#fancy_wrap {
		text-align: left;
}

div#fancy_loading {
		position: absolute;
		height: 40px;
		width: 40px;
		cursor: pointer;
		display: none;
		overflow: hidden;
		background: transparent;
		z-index: 100;
}

div#fancy_loading div {
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 480px;
		background: transparent url(images/fancy_progress.png) no-repeat;
}

div#fancy_loading_overlay {
		position: absolute;
		background-color: #FFF;
		z-index: 30;
}

div#fancy_loading_icon {
		position: absolute;
		background: url(images/fancy_loading.gif) no-repeat;
		z-index: 35;
		width: 16px;
		height: 16px;
}

div#fancy_outer {
		position: absolute;
  	 	top: 0;
  		left: 0;
	  	z-index: 90;
 		padding: 18px 18px 33px 18px;
  	 	margin: 0;
   	 	overflow: hidden;
   	 	background: transparent;
   		display: none;
}

div#fancy_inner {
		position: relative;
		width:100%;
		height:100%;
		border: 1px solid #BBB;
		background: #FFF;
}

div#fancy_content {
		margin: 0;
		z-index: 100;
		position: absolute;
}

div#fancy_div {
		background: #000;
		color: #FFF;
		height: 100%;
		width: 100%;
		z-index: 100;
}

img#fancy_img {
		position: absolute;
		top: 0;
		left: 0;
		border:0; 
		padding: 0; 
		margin: 0;
		z-index: 100;
		width: 100%;
		height: 100%;
}

div#fancy_close {
		position: absolute;
		top: -12px;
		right: -15px;
		height: 30px;
		width: 30px;
		background: url(images/fancy_closebox.png) top left no-repeat;
		cursor: pointer;
		z-index: 181;
		display: none;
}

#fancy_frame {
		position: relative;
		width: 100%;
		height: 100%;
		display: none;
}

#fancy_ajax {
		width: 100%;
		height: 100%;
		overflow: auto;
}

a#fancy_left, a#fancy_right {
		position: absolute; 
		bottom: 0px; 
		height: 100%; 
		width: 35%; 
		cursor: pointer;
		z-index: 111; 
		display: none;
		background-image: url(data:image/gif);
		outline: none;
}

a#fancy_left {
		left: 0px; 
}

a#fancy_right {
		right: 0px; 
}

span.fancy_ico {
		position: absolute; 
		top: 50%;
		margin-top: -15px;
		width: 30px;
		height: 30px;
		z-index: 112; 
		cursor: pointer;
		display: block;
}

span#fancy_left_ico {
		left: -9999px;
		background: transparent url(images/fancy_left.png) no-repeat;
}

span#fancy_right_ico {
		right: -9999px;
		background: transparent url(images/fancy_right.png) no-repeat;
}

a#fancy_left:hover {
 		visibility: visible;
}

a#fancy_right:hover {
 		visibility: visible;
}

a#fancy_left:hover span {
		left: 20px; 
}

a#fancy_right:hover span {
		right: 20px; 
}

.fancy_bigIframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: transparent;
}

div#fancy_bg {
		position: absolute;
		top: 0; left: 0;
		width: 100%;
		height: 100%;
		z-index: 70;
		border: 0;
		padding: 0;
		margin: 0;
}
	
div.fancy_bg {
		position: absolute;
		display: block;
		z-index: 70;
		border: 0;
		padding: 0;
		margin: 0;
}

div.fancy_bg_n {
		top: -18px;
		width: 100%;
		height: 18px;
		background: transparent url(images/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
		top: -18px;
		right: -13px;
		width: 13px;
		height: 18px;
		background: transparent url(images/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
		right: -13px;
		height: 100%;
		width: 13px;
		background: transparent url(images/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
		bottom: -18px;
		right: -13px;
		width: 13px;
		height: 18px;
		background: transparent url(images/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
		bottom: -18px;
		width: 100%;
		height: 18px;
		background: transparent url(images/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
		bottom: -18px;
		left: -13px;
		width: 13px;
		height: 18px;
		background: transparent url(images/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
		left: -13px;
		height: 100%;
		width: 13px;
		background: transparent url(images/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
		top: -18px;
		left: -13px;
		width: 13px;
		height: 18px;
		background: transparent url(images/fancy_shadow_nw.png) no-repeat;
}

div#fancy_title {
		position: absolute;
		bottom: -33px;
		left: 0;
		width: 100%;
		z-index: 100;
		display: none;
}

div#fancy_title div {
		color: #FFF;
		font: bold 12px Arial;
		padding-bottom: 3px;
}

div#fancy_title table {
		margin: 0 auto;
}

div#fancy_title table td {
		padding: 0;
		vertical-align: middle;
}

td#fancy_title_left {
		height: 32px;
		width: 15px;
		background: transparent url(images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
		height: 32px;
		background: transparent url(images/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
		height: 32px;
		width: 15px;
		background: transparent url(images/fancy_title_right.png) repeat-x;
}