@charset "UTF-8";

/*       Main          */

body {
	font-family: Helvetica,Arial,Helvetica,sans-serif;
	color:#ffffff;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:0.04em;
	line-height:18px;
	margin: 0px;
}

a {
	color: #0088CB;
	text-decoration: none;
}

a.second{
	color: #50B848;
	text-decoration: none;
}

a.close {
	color: #666666;
	text-decoration: none;
}

#header {
	background: #FFFFFF none repeat scroll 0 0;
	width: 100%;
	background-image: url(images/header_background.jpg);
}

#innerHeader {
	height: 200px;
	margin: auto;
	width: 900px;
}

#logoSection {
	float: right;
	text-align: right;
}


/*       Navigation          */

#menuStyle {
	background-color: #333333;
	background-image: url(images/menu_background.jpg);
	background-repeat: repeat-x;
	border-bottom: 2px groove #999999;
	border-top: 2px groove #999999;
	height: 35px;
}

#menu {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	margin: auto;
	padding-top: 5px;
	width: 900px;
}


#menu ul {
	margin: 0px;
	padding-right: 30px;
	list-style-image: none;
	list-style-type: none;
}

#menu ul li {
	float: right;
}

#menu ul a  {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 35px;
	line-height: 25px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	float: right;
}

#menu ul a.first {
	color:#50B848;
	/*font-weight: bold;
	padding-right: 30px;*/
}

#menu ul a:hover.first {
	color:#50B848;
	/*font-weight: bold;*/
}

#menu ul a.active {
	color: #50B848;
}

#menu ul a.example {
	font-size: 14px;
}

#menu ul a:hover {
	color: #0088CB;
}

/*       Forms          */

input, textarea {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
}

/*       Content        */

img {  
	border-style: none;
}

#headings1 {
	float:right;
	font-size:18px;
	height:20px;
	padding-bottom:10px;
	width:526px;
	text-align: left;
	color: #50B848;
}

#content {
	background:#333333 none repeat scroll 0 0;
	width:100%;
}

#mainSection {
	height:300px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	width:900px;
}

#textContent {
	float: right;
	width: 510px;
	text-align: left;
	padding-right: 15px;
}

#textContent ul {
	float: left;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	text-indent: none;
}

#textContent ul li {
	padding-bottom: 10px;
}

#imageFrame {
	background-image: url(images/imageFrame_bg.png);
	background-repeat: no-repeat;
	float:left;
	width:300px;
	height: 300px;
	padding:10px;
}

#thumbsFrame {
	/*background-image: url(images/thumbs_bg.png);
	background-repeat: no-repeat;*/
	float:left;
	width:300px;
	height: 300px;
}

#imageHolder {
	background-image: url(images/thumbs_bg2.png);
	background-repeat: no-repeat;
	float:left;
	width: 130px;
	height: 55px;
	padding: 10px;
	display: block;
}

#footer {
	width: 100%;
	background-image: url(images/header_background.jpg);
	height: 200px;
}

#innerFooter {
	margin: auto;
	width: 900px;
	text-align: right;
	color: #ffffff;
}

#innerFooter a {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	padding-right: 30px;
	padding-top:10px;
	line-height: 30px;
}
#innerFooter a:hover {
	color: #ffffff;
}

/*        Examples Pages       */

#eg_header {
	background: #FFFFFF none repeat scroll 0 0;
	width: 100%;
	background-image: url(images/header_background_small.jpg);
	height: 100px;
}

#eg_innerHeader {
	height: 100px;
	margin: auto;
	width: 900px;
}

#eg_logoSection {
	height: 100px;
	float: right;
	text-align: right;
}

.headings2 {
	font-size:12px;
	padding-right:10px;
	text-align: left;
	color: #50B848;
	text-indent: 0px;
}


