@charset "utf-8";
html, body {
margin: 0;
padding: 0;
background-color: #fefdeb;
} 
a {
text-decoration:none;
color: #b7b7b7;}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #383838;
	background-color: fefdeb;
	height: auto;
	width: 898px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat-x;
	height: 153px;
	width:100%;
	margin:0px;
	padding:0px;
}
#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	padding-top:50px;
	height:91px;
	width:898px;
	margin-left:auto;
	margin-right:auto;
	background-position: 14px;
}
#menubg {
	background-image: url(../images/menubg.png);
	background-repeat: repeat-x;
	height: 45px;
	z-index:8;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #b7b7b7;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	text-align:center;
}
#menu ul {
	margin: 0;
	padding: 0; 
	list-style-type: none; 
	list-style-image: none;
}
#menu li {
	display: inline;
	border-left: 2px solid;
}
#swirl {
z-index:1;}
#menu .first {
 padding-left: 0;
 border: 0;
 z-index:3;
}
#menu ul li a {
	text-decoration:none;  
	margin: 4px;
	padding: 5px 35px 5px 35px; 
	color: b7b7b7;
}
#rotatingimg {
	height: 347px;
	width: 874px;
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
	margin-top: 80px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bebebe;
	border-right-color: #bebebe;
	border-bottom-color: #bebebe;
	border-left-color: #bebebe;
}
#slideshow {
    position:relative;
    }

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:7;
}

#slideshow IMG.active {
    z-index:9;
}

#slideshow IMG.last-active {
    z-index:8;
}
#hline {
	background-image: url(../images/rulebg.png);
	background-repeat: repeat-x;
	height: 15px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: 383838;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: 383838;
	padding-top:60px;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: 383838;
	padding-left:19px;
	padding-top:10px;
}
#bottompadding {
	height: 280px;
	background-image:url(../images/swirl.png) no-repeat;
	background-position:left;
}
#footer {
	padding-top:5px;
	height:40px;
}
.main_image {
    width: 598px;
    height: 456px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}
.image_thumb {
    float: left;
    width: 299px;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    padding: 12px 10px;
    background: #f0f0f0 url(nav_a.gif) repeat-x;
    width: 279px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h2 {
    font-size: 1.5em;
    margin: 5px 0;
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 170px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/
h2 {
    margin-top: 1.2em;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px dotted #dedede;
  }
  h3 {
    margin-top: 1.2em;
    margin-bottom: 0;
    padding: 0;
  }
  .example {
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
  ul {
    list-style-image:url(list-style.gif);
  }
  pre {
    font-family: "Lucida Console", "Courier New", Verdana;
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
  code {
    font-family: "Lucida Console", "Courier New", Verdana;
    margin: 0;
    padding: 0;
  }

  #gallery {
    padding: 30px;
    background: #e1eef5;
  }
  pre { margin:5px 0; padding:5px 0; border-top:1px solid #212024; border-bottom:1px solid #212024;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
pre code { display: block; margin:0; padding:0; line-height:150%; }
pre, code {font:100% "monospaced", monospace;*font-size:100%;}

#box { float:left; width:100%;}

form { margin:1.5em 0; padding:0; width:50%; float:left;  }
fieldset { margin:0; padding:0; border:none;}
legend { padding-bottom:0.5em; font-size:1.4em; margin-left:30%; color:#000; }

form div { padding:1em 0;}
label {float:left; width:30%; line-height: 200%; padding-right:1em; text-align:right; } 
input, textarea {
	width:auto;
	border:1px solid #7b7b7b;
	padding:3px;
	font-size:1em;
	color:#B3BEAD;
} 
textarea { overflow:auto; font-family:Arial,Helvetica,sans-serif; font-size:1em; width:60%; border:1px solid #7b7b7b; padding:3px;}
.button input { border:none; margin-left:31%; font-size:1.2em; color:#000; background:none; padding:0 4px; cursor:pointer; width:auto;}

.hoverfocus { border:1px solid #FFCC00;}

#error, #response { float:left; width:30%; padding:3em; }

#response ul { border-top:1px solid #212024; margin-top:5px; padding-top:5px; }

#error li, #response li { margin:0 0 5px 0; padding:0 0 5px 15px; background:url(bullet.gif) no-repeat 0 4px; border-bottom:1px solid #212024; }

#working { float:left; padding:3em; background:url(loading.gif) no-repeat left center;}
	
		h3 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 16px;
				}

		div#feature_list {
			width: 750px;
			margin-left:auto;
			margin-right:auto;
			position:relative;
			}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 320px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
		}
		
		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#tabs li a {
			color: #CCCCCC;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 60px;
			outline: none;
		}

		ul#tabs li a:hover {
			text-decoration: underline;
		}

		ul#tabs li a.current {
			background:  url('../images/feature-tab-current1.png');
			color: #222;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0;
			bottom: 0;
			width: 463px;
			height:400px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 463px;
			height: 240px;
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
			-moz-border-radius: 5px;
		}
		
		ul#output li a:hover {
			background: #D33431;
		}
		
		#outputtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: 383838;
	padding-left:30px;
	padding-top:10px;
}
#text-limos {
	float: right;
}

