/*-----------------------------------------------------------------------------
Xplode Light  Web Site
-----------------------------------------------------------------------------*/

@import url(navigation.css);

/* =General
-----------------------------------------------------------------------------*/
*				{ margin: 0; padding: 0;}
hr				{ display:none; }
.align-top		{ vertical-align:top; }
.align-right	{ text-align:right; }
.align-left		{ text-align:left; }
.align-center	{ text-align:center; }
.float-left		{ float:left; margin-right: 18px; }
.float-right	{ float:right; margin-left: 18px; }
.clearall		{ clear:both; }
.clear-left		{ clear:left; }
.clear-right	{ clear:right; }
br.clearall		{ clear:both; height:0em; line-height:0em;}
img				{ border: 0px;}
acronym 		{ border-bottom: 1px dotted black;}
.hide			{ display: none; }
.error			{ color: #ff0000;}
.small			{ font-size: 0.9em;}
.no-pad			{ padding: 0 !important;}
.pad-left		{ padding-left: 15px !important;}
.pad-right		{ padding-right: 15px !important;}
.no-border		{ border: none !important;}
.access-key		{ display: none;}

/* =Typography
-----------------------------------------------------------------------------*/
html, body{
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

body {
	color: #474747;
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

p {
	margin: 0;
	padding: 1px 0 16px;
}

a:link		{color: #7b8898; text-decoration: underline; }
a:visited	{color: #7b8898; text-decoration: none; }
a:hover		{color: #bfd632; text-decoration: underline; }
a:active	{color: #000000; text-decoration: none; }

.logo{
	display: block;
	float: left;
}

/* =Headings
-----------------------------------------------------------------------------*/

body.no-title h1.title{display: none;}

h1, h2, h3, h4, h5, h6{
	line-height: normal;
	padding:  1px 0;
	margin-bottom: 16px;
}
h1{
	color: #7b8898;
	font-size: 3em;
}
h1 a:link, h1 a:visited,
h1 a:hover, h1 a:active	{color: #7b8898; text-decoration: none;}

h2{
	color: #7b8898;
	font-size: 1.7em;
}
h2 a:link, h2 a:visited,
h2 a:hover, h2 a:active	{color: #7b8898; text-decoration: none;}

h3{
	color: #7b8898;
	font-size: 1.3em;
}
h3 a:link, h3 a:visited,
h3 a:hover, h3 a:active	{color: #7b8898; text-decoration: none;}

h4{
	color: #bfd632;
	font-size: 1.3em;
}
h4 a:link, h4 a:visited,
h4 a:hover, h4 a:active	{color: #bfd632; text-decoration: none;}

h5{
	color: #7b8898;
	font-size: 1.2em;
	margin-bottom: 0;
	margin-top: 8px;
}
h5 a:link, h3 a:visited,
h5 a:hover, h5 a:active	{color: #7b8898; text-decoration: none;}

h6{
	color: #7b8898;
	font-size: 1em;
}
h6 a:link, h6 a:visited,
h6 a:hover, h6 a:active	{color: #7b8898; text-decoration: none;}



/* =Main container boxes
-----------------------------------------------------------------------------*/
.header{
	width: 740px;
	min-height: 125px;
	margin: 0 auto;
}
* html .header{
	height: 125px;
}

.container{
	width: 740px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}
.content{
	font-size: 1.1em;
	line-height: 1.7em;
	padding: 0;
}

/* =Content 
-----------------------------------------------------------------------------*/
.banner-content{
	width: 560px;
	float: left;
	overflow: hidden;
}
.primary-content{
	width: 510px;
	padding: 0 0 10px 50px;
	float: left;
	position: relative;
}
.secondary-content{
	width: 180px;
	padding: 0 0 10px 0;
	float: left;
}

.primary-content ul, .primary-content ol{
	margin-left: 0px;
	margin-bottom: 18px;
}
.primary-content ul ul, .primary-content ol ol{
	margin-bottom: 0;
}
.primary-content ul li, .primary-content ol li{
	margin-left: 0px;
	padding: 0 0 14px 25px;
}
.primary-content ul ul li, .primary-content ol ol li{
	padding: 0 0 5px 20px;
}
.primary-content ul{
	list-style-type: none;
}
.primary-content ul li{
	background: url(../images/mark.gif) no-repeat 0 4px;
}

/* =Contact
-----------------------------------------------------------------------------*/
.contact{
	display: block;
	width: 400px;
	padding: 30px 0 0;
	float: right;
}
.contact p{
	color: #bfd632;
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
	line-height: normal;
	padding: 0;
}
.contact p.number{
	color: #7b8898;
	font-size: 2.6em;
}

/* =Downloads 
-----------------------------------------------------------------------------*/
a:link.download,
a:hover.download,
a:visited.download,
a.download { 
	position:relative; 
	display:block; 
	background-color:#bfd632; 
	padding: 10px;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	}
a.download img { position:absolute; top:-9px; right:7px;}


/* =Breadcrumbs 
-----------------------------------------------------------------------------*/
.breadcrumbs {
	background: #f9f9f9;
	font-size: 0.9em;
	padding: 5px 10px;
	margin-bottom: 15px;
}
.breadcrumbs a, .breadcrumbs a:visited{
	text-decoration: underline;
}
.breadcrumbs a:hover{
	color: #7b8898;	
	text-decoration: none;
}
.breadcrumbs span{
	color: #7b8898;	
	padding: 0 5px;
}

/* =News
-----------------------------------------------------------------------------*/
.pager {
	font-size: 0.9em;
}

/* =News
-----------------------------------------------------------------------------*/
.news-item{
	padding: 18px 0;
	border-top: 1px solid #e2e2e2;
}
.news-item p{
	padding: 0;
}
.news-item .news-image{
	padding-left: 20px;
	float: right;
}
.news-item .news-title{
	color: #7b8898;
}
.news-item .news-title a, .news-item .news-title a:visited{
	font-weight: bold;
	text-decoration: underline;
}
.news-search-box{
	padding: 10px 0 35px;
	line-height: 22px;
	position: relative;
}
.news-search-box input{
	width: 205px;
	margin: 0;
}
.news-search-box a:link, .news-search-box a:visited, .news-search-box a:hover{
	color: #fff;
	text-decoration: none;
	background: #7b8898;
	width: 205px;
	padding: 4px 10px;
	position: relative;
}
/* ---------------------------------- */
.fsearch {
	padding-bottom: 15px;
}
.fsearch fieldset{
	border: 1px solid #d0d0d0;
	padding: 10px;
}
/* ---------------------------------- */

.news-details-image{
	padding: 0 0 10px 10px;
	float: right;
}
.news-details-date{
	color: #7b8898;
	padding: 0;
}
a.prev-btn{
	float: left;
}
a.next-btn{
	float: right;
}

/* =Services
-----------------------------------------------------------------------------*/
.services-item{
	padding: 18px 0;
	border-top: 1px solid #e2e2e2;
}
.services-item p{
	padding: 0;
}
.services-item .services-image{
	padding-left: 20px;
	float: right;
}
.services-item .services-title{
	color: #7b8898;
}
.services-item .services-title a, .services-item .services-title a:visited{
	font-weight: bold;
	text-decoration: underline;
}
.services-details-image{
	padding: 0 0 10px 10px;
	float: right;
}
.services-details-date{
	color: #7b8898;
	padding: 0 0 6px 0;
}
a.back-services { float:right;}

/* =Team
-----------------------------------------------------------------------------*/

.team-item{
	padding: 18px 0;
	border-top: 1px solid #e2e2e2;
}
.team-item p{
	padding: 0;
}
.team-item .team-image{
	padding-left: 20px;
	float: right;
}
.team-item .team-title{
	color: #7b8898;
	padding-bottom: 30px;
}
.team-item .team-title a, .team-item .team-title a:visited{
	font-weight: bold;
	text-decoration: underline;
}
.team-details-image{
	padding: 0 0 10px 10px;
	float: right;
}
.team-details-summary{
	color: #828282;
	font-weight: bold;
}
a.back {
	position: absolute;
	right: 0;
	top: 63px;
}



/* =Sign up
-----------------------------------------------------------------------------*/
.sign-up{
	background: #f4f4f4;
	font-size: 1.1em;
	padding: 10px;
	margin-top: 20px;
}
.sign-up p{
	padding-bottom: 8px;
}
.sign-up strong{
	color: #7b8898;
	font-size: 1.1em;
	font-family: Helvetica, Arial, Sans-Serif;
	display: block;
}
.sign-up input.subscribe-text{
	color: #c7c8ca;
	width: 115px;
}
.sign-up input.subscribe-button{
	color: #fff;
	background: #7b8898;
	border: none;
	text-align: center;
	width: 30px;
	height: 22px;
	padding: 1px 5px 4px;
	cursor: pointer;
}

/* =FAQ 
-----------------------------------------------------------------------------*/
p.faq-ask{
	font-size: 0.9em;
	text-align: right;
	padding-top: 5px;
	}
.faq .question{
	background: #f4f4f4;
	padding: 7px 15px;
	margin-bottom: 2px;
	cursor: pointer;
	}
.faq .question strong{
	color: #7b8898;
	}
.faq .question.selected{
	color: #fff;
	background: #7b8898;
	}
.faq .question.selected strong{
	color: #fff;
	}
.faq .answer p{
	padding: 10px 10px 14px;
	}

/* =Footer
-----------------------------------------------------------------------------*/

.footer{
	color: #b7bcc2;
	border-top: #ebebeb 1px solid;
	padding: 20px 0;
	line-height: 1.6em;
}

.footer p{
	padding-bottom: 5px;
}

.footer a, .footer a:visited{
	color: #b7bcc2 !important;
	text-decoration: underline;
	cursor: pointer;
}
.footer a:hover{
	color: #b7bcc2 !important;
	text-decoration: none;
}
.footer a.develop {
	background: url(/assets/x/50062) no-repeat scroll 0% 50%;
	display: block;
	width: 87px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999em;
	float: right;
}

/* =Tables
-------------------------------------------------------------------------*/


/* =Forms
-------------------------------------------------------------------------*/
input, select, textarea {
	color: #2d2d2d;
	font-size: 11px;
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	border: 1px solid #d0d0d0;
}
input, textarea {
	padding: 3px 5px;
}
fieldset {
	border: none;
}	
fieldset .text{
	width: 230px;
	margin-bottom: 17px;
}	
fieldset label{
	width: 140px;
	margin-bottom: 17px;
	display: block;
	float: left;
}	
fieldset span.error{
	padding-left: 150px;
	display: block;
}	
fieldset label span.error,
fieldset p span.error
{
	padding-left: 0;
	display: inline;
}	
fieldset .submit{
	color: #fff;
	background: #7b8898;
	border: none;
	text-align: center;
	height: 23px;
	margin-left: 140px;
	padding: 1px 5px 5px;
	cursor: pointer;
}
fieldset br{
	clear: both;
	line-height: 0;
	height: 0;
}
.w200 {width:200px;}
.small-button {
	padding:0 2px;
	cursor:pointer;
	}	