* {
	margin: 0;
}

html {
	background: url(../img/bg-html.png) repeat-y center #36599a;
	}

body {
	margin: 0;
	background: url(../img/bg.gif) center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #777;
	min-width:1024px;
	}
 img {
 	border: 0;
	}
  a { outline:none; }
  .main a.no-border, .main a.no-border:hover {
	  border:none;
  }
/* ----------------------------------------------------------------------------------------------< stuff > */

#wrapper {
	width: 100%;
	background: url(../img/bg-top.gif) repeat-x top;
	text-align: center;
	border-top: 3px solid #4467a7;
	}
#wrapper-home {
	width: 100%;
	background: url(../img/bg-top.gif) repeat-x top;
	text-align: center;
	min-width:1024px;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.h4 {
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #3e3e3e;
	}

/* -------------------------------------------------------------------------------------------------------------------------------------------< head > */

#header {
	width: 972px;
	height: 350px;
	margin: 0 auto;
	}
#header li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
#header li.photo {
	width: 900px;
	height: 350px;
	background: url(../img/photo.jpg) no-repeat top;
	}
#header li a {
	display: block;
	width: 36px;
	height: 70px;
	margin: 150px 0 0;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
	}
#header li a.arrow-l {
	width: 36px;
	background: url(../img/bg-arrow-l.gif) no-repeat 0 0;
	}
#header li a.arrow-r {
	width: 36px;
	background: url(../img/bg-arrow-r.gif) no-repeat 0 0;
	}
#header li a:hover {
	cursor: pointer;
	}

#header li a:hover {
	background-position: -41px 0;
	}
#header li a:active {
	background-position: -41px 1px;
	}
h5 {
	font-size:14px;
	font-weight:bold;
	padding-top:15px;
}
h2{
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding-top:10px;
}
h3{
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding-top:10px;
	padding-bottom:0;
}
/* ----------------------------------------------------------------------------------------------< slider > */


#demo_container {	
	width: 900px;
	height: 350px;
	overflow:hidden;
	float: left;
	text-indent: -900px;
	}

#demo_container h2 {
	font-size: 20px;
	line-height: 120px;
	color: #999933;
	text-align: center;
	}

#items_container {
	width: 900px;
	height: 350px;
	overflow: hidden;
	position: absolute;
	color: #333333;
	text-indent: 0px;
	}

div.slide_item {
	width: 900px;
	height: 350px;
	position: absolute;
	color:#FFFFFF;
	overflow: hidden;
	}

div.first_item {
	left: 0;
	}


/* ----------------------------------------------------------------------------------------------< nav > */

#nav {
	width: 950px;
	height: 65px;
	margin: 0 auto 0 auto;
	padding: 20px 20px 0;
	background: url(../img/bg-nav.gif) no-repeat bottom center;
	text-align: left;
	}

.logo {
	width: 146px;
	height: 39px;
	margin: 0 0 0 50px;
	text-indent: -999px;
	overflow: hidden;
	background: url(../img/logo.gif) no-repeat top;
	}
.logo a {
	display: block;
	width: 146px;
	height: 43px;
	background: url(../img/logo.gif) no-repeat top;
	}
.logo a:hover {
	background-position: 0 -39px;
	}

/* -------------------------------------------------------------------- ( menu ) */

.menu {
	margin: 15px 50px 0;
	}

.menu li {
	height: 11px;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	border-left: 1px solid #ddd;
	list-style: none;
	text-indent: -999px;
	overflow: hidden;
	float: left;
	}
.menu li:first-child {
	border: none;
	}

li.about a {
	width: 70px;
	height: 11px;
	display: block;
	background: url(../img/menu.gif) no-repeat 0 0;
	}
li.about a:hover {
	background-position: 0 -11px;
	}
li.about a:active {
	background-position: 0 -22px;
	}

li.services a {
	width: 67px;
	height: 11px;
	display: block;
	background: url(../img/menu.gif) no-repeat -73px 0;
	}
li.services a:hover {
	background-position: -73px -11px;
	}
li.services a:active {
	background-position: -73px -22px;
	}

li.gallery a {
	width: 63px;
	height: 11px;
	display: block;
	background: url(../img/menu.gif) no-repeat -145px 0;
	}
li.gallery a:hover {
	background-position: -145px -11px;
	}
li.gallery a:active {
	background-position: -145px -22px;
	}

li.clients a {
	width: 56px;
	height: 11px;
	display: block;
	background: url(../img/menu.gif) no-repeat -212px 0;
	}
li.clients a:hover {
	background-position: -212px -11px;
	}
li.clients a:active {
	background-position: -212px -22px;
	}

li.login a {
	width: 44px;
	height: 11px;
	display: block;
	background: url(../img/menu.gif) no-repeat -273px 0;
	}
li.login a:hover {
	background-position: -273px -11px;
	}
li.login a:active {
	background-position: -273px -22px;
	}

li.contact a {
	width: 63px;
	height: 11px;
	display: block;
	background: url(../img/menu.gif) no-repeat -322px 0;
	}
li.contact a:hover {
	background-position: -322px -11px;
	}
li.contact a:active {
	background-position: -322px -22px;
	}

li.news a {
	width: 39px;
	height: 11px;
	display: block;
	background: url(../img/menu.gif) no-repeat -388px 0;
	}
li.news a:hover {
	background-position: -388px -11px;
	}
li.news a:active {
	background-position: -388px -22px;
	}

li.video a {
	width: 42px;
	height: 11px;
	display: block;
	background: url(../img/menu.gif) no-repeat -432px 0;
	}
li.video a:hover {
	background-position: -432px -11px;
	}
li.video a:active {
	background-position: -432px -22px;
	}

/* -------------------------------------------------------------------------------------------------------------------------------------------< content > */

#content {
	width: 930px;
	margin: 0 auto;
	padding: 0 0 10px;
	text-align: left;
	background: url(../img/bg-content.gif) no-repeat bottom center;
	display: table;
	}

/* ----------------------------------------------------------------------------------------------< main > */

.main {
	width: 590px;
	padding: 0 0 0 50px;
	line-height: 20px;
	color: #8E8E8E;
	}
.main a {
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #ccc;
	}
.main a:hover {
	text-decoration: none;
	color: #517bc7;
	border-bottom: 1px solid #bbb;
	}
.main p {
	margin: 15px 0 0 15px;
	}
.main strong {
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #bbb;
	}
.main em {
	display: block;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	color: #ccc;
	}
.main li em a {
	color: #999;
	text-decoration: none;
	border: none;
	}
.main li em a:hover {
	color: #666;
	text-decoration: none;
	border: none;
	}
.main li {
	margin: 6px 0 0 15px;
	padding: 0 0 0 15px;
	list-style: none;
	background-image: url(../img/bullet-main.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	}
.main li li{
	background-image: url(../img/subbullet-main.gif);
}
.main h1 {
	height: 10px;
	margin: 30px 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #d4d4d4;
	}
.main form {
	margin: 15px 0 0 15px;
	}
.main input {
	margin: 10px 0 0;
	padding: 5px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	border: 2px solid #ddd;
	}
.main input:focus {
	border-color: #bbb;
	}
.main textarea {
	margin: 10px 0 0;
	padding: 5px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	border: 2px solid #ddd;
	}
.main textarea:focus {
	border-color: #bbb;
	}
.submit-button {
	width: 67px;
	height: 37px;
	text-indent: -999px;
	overflow: hidden;
	background: url(../img/submit.gif) no-repeat;
	}

h3.form-note {
	margin: 15px 0 15px;
	color: #36599a;
	}
h3.form-note strong {
	font-weight: bold;
	font-size: 12px;
	color: #36599a;
	}

h3.form-note-error {
	margin: 15px 0 15px;
	color: #e55c2e;
	font-weight: normal;
	}
h3.form-note-error strong {
	font-weight: bold;
	font-size: 12px;
	color: #e55c2e;
	}

.main p.video {
	width: 580px;
	margin: 30px 0 0;
	padding: 5px;
	background: #d9d9d9;
	border: 1px solid #f3f3f3;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	}

.main p.action {
	margin: 0;
	padding: 15px 20px;
	text-align: right;
	background: url(../img/bg-action.gif) no-repeat right bottom;
	}
	
/* ----------------------------------------------------------------------------------------------< news > */

ul.news {
	margin: 10px 0;
	padding: 0;
	}

ul.news li {
	width: 600px;
	height: 100px;
	margin: 0;
	padding: 20px 0;
	background: none;
	border-bottom: 1px solid #d9d9d9;
	}

ul.news li:last-child {
	border: none;
	}

ul.news li p {
	margin: 0 0 10px;
	}

ul.news li .right {
	width: 450px;
	}

ul.news li .right a {
	padding: 5px 10px;
	background: #d9d9d9;
	border: 1px solid #ccc;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
ul.news li .right a:hover {
	color: #fff;
	background: #517BC7;
	border: 1px solid #4a72ba;
	border-top: 1px solid #7ea0dd;
	border-bottom: 1px solid #4165a8;
	}
ul.news li .right a:active {
	color: #ddd;
	background: #4165a8;
	}

/* ----------------------------------------------------------------------------------------------< columns > */

.col1 {
	width: 48%;
	margin: 10px 20px 0 0;
	float: left;
	}
.col2 {
	width: 48%;
	margin: 10px 0 0;
	float: left;
	}
/* ----------------------------------------------------------------------------------------------< side > */

.side {
	width: 188px;
	margin: 30px 0 0;
	padding: 0 50px 0 0;
	position: relative;
	}

.side ul, .side li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	}
.side ul {
	width: 188px;
	background: url(../img/bg-side.gif) repeat-y center bottom;
	}
.side li {
	width: 156px;
	margin: 0 1px;
	padding: 15px 15px;
	border-bottom: 1px solid #ccc;
	}
/*.side li:last-child {
	border: none;
	}*/
.side li.last {
	border: none;
	}
	
	
.side li a, .side li a:hover {
	border: 0;
	text-decoration: none;
	}
	
.first {
	background: url(../img/bg-side-top.gif) no-repeat top center;
	}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 20px;
	color: #616161;
	background: url(../img/bg-quote.gif) no-repeat top left;
	}
.side strong {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: normal;
	color: #a1a1a1;
	}

/* -------------------------------------------------------------------------------------------------------------------------------------------< foot > */
	
.content-bottom {
	width: 930px;
	height: 280px;
	}
	
#bottom {
	width: 100%;
	background:url(../img/bg-bottom-se.gif) repeat-x top;
	text-align: center;
	min-width:1024px;
	}
#bottom-home {
	width: 100%;
	background: url(../img/bg-bottom-home.png) repeat-x top;
	text-align: center;
	min-width:1024px;
	}
#foot {
	width: 840px;
	margin: 0 auto 0 auto;
	padding: 55px 45px 0;
	background: url(../img/bg-foot-se.gif) no-repeat center top;
	color: #ddd;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
#foot-home {
	width: 840px;
	margin: 0 auto 0 auto;
	padding: 55px 45px 0;
	background: url(../img/bg-foot-home.png) no-repeat center top;
	color: #ddd;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
#foot strong, #foot-home strong {
	margin: 0 5px;
	font-weight: lighter;
	color: #4a72ba;
	}
#foot a {
	text-decoration:none;
	color:#ddd;
}
#foot-home a {
	text-decoration:none;
	color: #ddd;
}
#foot a:hover, #foot-home a:hover {
	text-decoration:underline;
}
#foot .left { 
	text-align: center;
}
.foot-partners {
	float: left;
	margin: 0 0 0 20px;
	}
.foot-partners a {
	display: block;
	text-indent: -999px;
	overflow: hidden;
	}
	
.amplitude a {
	height: 13px;
	width: 114px;
	background: url(../img/amplitude.gif) no-repeat;
	background-position: 0 0;
	}
.g2outdoor-logo {
	float:left;
	margin:-14px 0 -10px 0;
}
/* --------------------------------------------------------------------------------------------------------------------------------------< sitemap > */
ul {
	margin:0px;
	padding-left:10px;
}

/*Home*/
#top-content-home {
	width:930px;
	background:url(../img/top_contenthome.png) no-repeat top;
	height:auto;
	min-height:195px;
}
#mid-content-home {
	width:930px;
	margin:0px auto;
	background:url(../img/mid_contenthome.png) repeat-y;
}
.col1-home {
	width:352px;
	float:left;
	padding-left:45px;
	padding-right:54px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#676767;
	line-height:18px;
	padding-top:17px;
	text-align:left;
}
.col1-home h6 {
	margin:0px;
	color:#183658;
	font-size:18px;
	padding-bottom:12px;
	font-weight:normal;
}
.col1-home p {
	margin:0px;
	padding-bottom:12px;
}
.col2-home {
	width:219px;
	float:left;
	text-align:center;
	padding-top:14px;
}
.col3-home {
	width:260px;
	float:left;
	text-align:center;	
	padding-top:14px;
}
.col2-home h6, .col3-home h6 {
	margin:0px;
	font-size:12px;
	color:#676767;
	text-transform:uppercase;
	padding-bottom:3px;
}
.image {
	margin-bottom:3px;
}
#boilerplate {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#183658;	
	line-height:15px;
	text-align:center;
	margin:0px;
	padding-top:17px;	
	padding-bottom:18px;	
}
#boilerplate a {
	color:#183658;
	font-size:11px;
}
#boilerplate a.seo:visited, #boilerplate a.seo:active, #boilerplate a.seo:link {
	text-decoration: none;	
	color:#183658;
}
#boilerplate a.seo:hover {
	text-decoration: none; cursor: text;
}

.clrSolo {
	clear: both; 
 	font-size: 0px; 
 	line-height: 0px; 
 	margin: 0px; 
 	padding: 0px; 
 	visibility: hidden;
	height: 0;
}
.clr {
 	clear: both;
}


/*other*/
.frame_top{
	width:512px;
	padding-top:6px;
	background:url(../img/frame_top.gif) no-repeat;
	margin:10px auto;
}
.frame_bottom{
	width:512px;
	padding-bottom:6px;
	background:url(../img/frame_bot.jpg) left bottom no-repeat;
}
.frame{
	width:500px;
	padding:0 6px 0 6px;
	background:url(../img/frame_bg.jpg) repeat-y;
}
.italic{
	font-style:italic;
}
p.partnership-link {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:35px;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
}
