html,body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  background-color:#fff;
}

* html body {
  padding-top: 23px;
}

* html,* html body {
  overflow-y: hidden;
  height: 100%;
  margin-top: -23px;
}

#mainouter {
  position: relative;
  padding: 30px 0 40px 30px;
  margin-left: 90px;
  margin-top: 25px;
  min-height: 100%;
  width:auto;
}

.header {
	background:url(images/header-logo.png);
	background-position: 55px 35px;
	background-repeat:no-repeat;
}


#mainouter img {
	display:block;
}

.flashcomponent {
	display:block;
}

.img_spacer {
	margin-bottom:120px;
}

.img_border {
	border:#eeeeee solid 2px;
	margin-bottom:120px;
}

* html #mainouter {
  height: 100%;
  overflow: auto;
  overflow-y: scroll;
  position: relative;
  z-index: 50;
  padding: 30px 0 40px 30px;
}

* html #left {
  position: absolute;
  height: 100%;
  width: 85px;
  left: 0;
  top: 23px;
  overflow: auto;
  z-index: 100;
  margin-bottom: 30px;
  
}

html>body #left {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 30px 0px 10px 15px;
  width: 85px;
  background-color:#000;
  background-image:url(images/bg-pattern.gif);
  background-repeat:repeat;
}

.logo {
	position:relative;
	width:36px;
	height:46px;
	margin:20px 0 0 18px;
	background-color:transparent;
  	background-image:url(images/logo.png);
  	background-repeat:no-repeat;
}

#content_index_wrapper {
	position:relative;
	width:auto;
	height:auto;
	float:left;
	padding:0 0 20px 0;
	margin:100px 0 0 0;
}

#content_wrapper {
	position:relative;
	width:67%;
	height:auto;
	float:left;
	padding:0 0 20px 0;
	margin:0;
}

#content_wrapper img {
	margin-left:auto;
	margin-right:auto;
	max-width:95%;
}

a img {
	border:none;
	outline:none;
}

.backtoindex {
	position:relative;
	width: 115px;
	height:31px;
	background: url(images/backtoindex.gif) 40px 0px no-repeat;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.backtoindex:hover {
	background-position: 40px -31px;
}

#topcontrol {
	padding:0 0 20px 0;
	margin:0 0 0 0;
	background-image:url(images/top_bg.png);
	background-position: 0 55px;
	background-repeat:no-repeat;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

#topcontrol:hover {
	background-position: 0px 18px;
}

#arrow-bg {
	position:relative;
	width:31px;
	height:31px;
	padding:0;
	margin:0;
	background: url(images/button_bg.gif) 0 0 no-repeat;
}

.arrow-left {
	position:relative;
	width:31px;
	height:31px;
	padding:0;
	margin:0;
	background: url(images/arrow_l.png) -2px 0 no-repeat;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
	
.arrow-left:hover {
	background-position: -33px 0;
	cursor:pointer;
}

.arrow-right {
	position:relative;
	width:31px;
	height:31px;
	padding:0;
	margin:0;
	background: url(images/arrow_r.png) -31px 0 no-repeat;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
	
.arrow-right:hover {
	background-position: 0 0;
	cursor:pointer;
}



/* Navigation */

#left ul li a {
	color:#fff;
	text-decoration:none;
	font-weight:100;
}

#left ul li a.active {
	color:#0C6;
	text-decoration:none;
	background-image:url(images/nav-indicator.png);
}

#left ul li {
	font-size:17px;
	color:#333;
	display: block;
	list-style: none;
	text-decoration: none;
	padding:0;
	margin:0 0 5px 0;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}

#left ul {
	padding:10px 0 0 0;
	margin:60px 0 0 0;
}

#left ul li a:hover {
	color:#0C6;
}

.active {
	color:#0C6;
	background-image:url(images/nav-indicator.png);
	background-position: 76px 0;
	background-repeat:no-repeat;
}

/* Info Description */

#description_wrapper {
	position:fixed;
	right:0px;
	width:23.5%;
	height:auto;
	margin: 0 30px 0 0;
}

.description {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	height:auto;
	width:auto;
}

*+html .description {
	margin-left:0;
	}
	
.description p {
	padding:15px 0 0 0;
	margin:15px 0 15px 0;
	border-top: #CCC solid 1px;
	font-size:11px;
	line-height:19px;
}
.description_sub, .description_sub a:link, .description_sub a:visited  {
	font-size:12px;
	text-decoration:none;
	padding:5px 0 0 0;
	display:block;
	color:#0C6;
	line-height:19px;
}

.description p a {
	text-decoration:none;
	color:#0C6;
}

.description a:hover {
	text-decoration:underline;
}

.description h2 {
	font-size:18px;
	padding:15px 0 0 0;
	margin:15px 0 0 0;
	font-style:normal;
	font-weight:100;
	border-top: #CCC solid 1px;
}

.description .tags {
	position:relative;
	float:left;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-style:normal;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:700;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	border-top:#cccccc solid 1px;
	width:100%;
}
	

.description .tags a, .description .tags a:visited {
	position:relative;
	float:left;
	display:inline;
	padding:5px;
	margin-right:3px;
	border:#e1e1e1 solid 1px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	font-style:italic;
	text-decoration:none;
	font-weight:100;
	text-transform:none;
}

.description .tags a:hover {
	color:#0C6;
}

#content_wrapper h2 {
	font-size:24px;
	padding:5px 0 0 0;
	margin:5px 0 0 0;
	font-style:normal;
	font-weight:100;
}

#content_wrapper h2 a  {
	color:#0C6;
	text-decoration:none;
}

#content_wrapper h2 a:hover {
	color:#0C6;
	text-decoration:none;
}

#item_container {
	position:relative;
	float:left;
	width: 250px;
	height: 230px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	margin:0 10px 30px 0px;
	padding: 10px;
	border:#ffffff solid 1px;
}

#item_container h1 { 
	font-size:20px;
	font-style:normal;
	font-weight:100;
	text-decoration:none;
	outline:none;
	padding:0;
	margin:15px 0 8px 0;
	color:#0C6;
}

#item_container h1 a {
	font-size:17px;
	font-style:normal;
	font-weight:100;
	text-decoration:none;
	outline:none;
	padding:0;
	margin:15px 0 8px 0;
	color:#999;
	text-decoration:none;
}

#item_container h1 a:hover {
	color:#0C6;
	text-decoration:none;
}

#item_container:hover h1 a {
	color:#0C6;
	text-decoration:none;
}

#item_container:hover {
	border:#e1e1e1 solid 1px;
}

#item_container h1 a, .item_container h1 a:visited {
	color:#333;
	text-decoration:none;
}

#item_container p {
	color:#999999;
	font-size: 11px;
	text-align:left;
	font-weight:300;
	padding:0;
	margin:0;
}

#item_container p a {
	color:#999999;
	text-decoration:none;
}

#item_container p a:hover {
	text-decoration:underline;
}

.image_container {
	position:relative;
	width:248px;
	height:168px;
	margin:0;
	padding:0;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border:#e1e1e1 solid 1px;
}

#about {
	position:relative;
	width:auto;
	height:auto;
	float:left;
	padding:0 0 20px 0;
	margin:0 0 0 10px;
	border:none;
}

#about p {
	padding-top:10px;
	margin-top:0;
}

.about-intro {
	font-size:16px;
	padding:0;
	margin:0;
	font-style:normal;
	font-weight:100;
	line-height:1.6em;
	font-stretch:expanded;
}

.about-intro a:link, .about-intro a:visited {
	color:#333;
	text-decoration:unerline;
}

.about-intro a:hover {
	text-decoration:none;
	color:#0C6;
}

.contact {
	margin:10px 0 45px 0;
	padding:0;
	height:auto;
	width:auto;
}
	
.contact p {
	padding:10px 0 0 0;
	margin:10px 0 15px 0;
	font-size:13px;
	line-height:21px;
	color:#333;
}
.contact_sub, .contact_sub a:link, .contact_sub a:visited  {
	font-size:12px;
	text-decoration:none;
	padding:5px 0 0 0;
	display:block;
	color:#0C6;
	line-height:19px;
}

.contact p a {
	text-decoration:none;
	color:#333;
}

.contact a:hover {
	text-decoration:underline;
}

.contact h2 {
	font-size:18px;
	padding:0;
	margin:0;
	font-style:normal;
	font-weight:100;
	color:#0C6;
}

/*-----------------SCREEN SIZE - PHONE PORTRAIT----------------*/

@media only screen and (max-width:479px) {

html,body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  background-color:#fff;
}

* html body {
  padding-top: 0px;
  width:479px;
}

* html,* html body {
  overflow-y: none;
  height: auto;
  margin-top: 0px;
}

* html #left {
  position: relative;
  height: 100px;
  width: 100%;
  overflow: auto;
  margin-bottom: 0px;
  
}

html>body #left {
  position: relative;
  padding: 30px 0px 10px 15px;
  width: 100%;
  height: 100px;
  background-color:#000;
  background-image:url(images/bg-pattern.gif);
  background-repeat:repeat;
}

* html #mainouter {
  height: auto;
  overflow: auto;
  position: relative;
  padding: 30px 0 40px 30px;
}

#mainouter {
  position: relative;
  padding: 0 0 0 0;
  margin-top: 25px;
  width:100%;
}

#content_index_wrapper {
	position:relative;
	width:auto;
	height:auto;
	float:left;
	padding:0 0 20px 0;
	margin:60px 0 0 0;
}

#content_wrapper {
	position:relative;
	width:100%;
	height:auto;
	float:left;
	padding:0 0 20px 0;
	margin:0;
}

#content_wrapper img {
	margin-left:auto;
	margin-right:auto;
	max-width:320px;
}

#left ul li a {
	color:#333;
	text-decoration:none;
	font-weight:100;
}

#left ul li a.active {
	color:#0C6;
	text-decoration:none;
	background-image:url(images/nav-indicator-phone.png);
}

#left ul li {
	font-size:17px;
	color:#333;
	display: inline;
	list-style: none;
	text-decoration: none;
	padding:36px 0 0 0;
	margin:30px 15px 0 0;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}

#left ul {
	position:absolute;
	top:155px;
	padding:10px 0 0 0;
	margin:0;
}

#left ul li a:hover {
	color:#0C6;
}

.active {
	color:#0C6;
	background-image:url(images/nav-indicator-phone.png);
	background-position: center top;
	background-repeat:no-repeat;
}

.header {
	background:url(images/header-logo-phone.png);
	background-position: 55px 35px;
	background-repeat:no-repeat;
}

.logo {
	position:relative;
	width:290px;
	height:46px;
	margin:20px 0 0 18px;
	background-color:transparent;
  	background-image:url(images/logo-phone.png);
  	background-repeat:no-repeat;
}
}
