/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration:none;
}

ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

/* tables may still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */


/* @group Font sizes */

/* basic font sizes */
p, ul, ol, dl, table, address, blockquote, fieldset, pre, form div {
	font-size: 0.6875em;  /* 11px */
}

/* deal with likely (but certainly not all) inherited shrinkage */

ul p, ol p, table p, dl p, ul ul, ol ol, ul ol, ol ul, address p, li blockquote, blockquote p, form div div, form div p, fieldset div, table form div {
	font-size: 1em;
}

/* size headings using classic scale of 14, 16, 18, (21), 24 */

h1 {
	font-size: 1.5em;   /* 24px */
	line-height: 1.125em;  /* 27px */
}
h2 { font-size: 1.25em;   /* 18px */ }
h3 { font-size: 1.0em;     /* 16px */ }
h4 { font-size: 0.9375em;   /* 15px */ }
h5, h6 { font-size: 0.8125em;  /* 13px */ }

/*------------------------------------------
// 2.LAYOUT
//   Define the basic template: header, footer, etc. Elements that help to define the basic layout of the site
//------------------------------------------*/
*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}
.clear1 { height:10px;font-size:1px;padding:0;clear:left; }
.clear2{
	clear:right;
}
/* CSS Document */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
.clearfix {display:block;}
a{
	color: #919191;
}
body {
	text-align:center;
	color:#58595b;
	font-family:"Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:1.1em;
	line-height:1.3em;
	
}

#top{
	background:#f9f9f9 url(../images/header.jpg) center top no-repeat;		
}

#wrapper{
	margin:0 auto;
	padding:0;
	text-align:left;
	width:975px;
	/*padding-bottom:31px;*/
}
/*HEADER*/
#header{
	margin:0 auto;
	text-align:left;
	height:210px;
	height:286px;
	width:975px;
	position:relative;
}
#header h1 a{
	width:390px;
	height:109px;
	/*background:url(../images/logo.jpg) no-repeat;*/
	text-indent:-3000px;
	display:block;
	position:absolute;
	left:290px;
	top:60px;
	/*border:1px solid #000000;*/
}
/*MENU STYLE*/
#menu{
	position:absolute;
	bottom:0px;
	right:-2px;
}
#nav{
	float:right
}

#nav li {
	float: left;
	padding: 0;
	width:92px;
	height:24px;
	margin-left:2px;
}
#nav li a {
	display: block;
	margin: 0;
	color: #5f5f5f;
	text-decoration: none;
	font-size:0.9em;
	height:24px;
	text-transform:uppercase;
	background:url(../images/menu-normal.png) no-repeat;
	text-align:center;
	line-height:24px
}
#nav li a:hover,#nav li a.selected {
	height:24px;
	background:url(../images/menu-hover.png) no-repeat;
}
/*CONTENT*/
#content{
	position:relative;
}
/*LEFT CONTENT*/
#left-content{
	position:absolute;
	left:0;
	bottom:0;	
	width:480px;
	/*min-height:375px;
	height:auto !important;
	height:375px;*/
	/*position:relative;*/
	

}
#flash{
	background:#5f6062;
	/*width:480px;*/
	border:1px solid #696a6d;

}

#thumbs{
	width:480px;
}
#thumbs img{
	padding:0;
	margin:0;
	padding-top:12px;
	width:70px;
	height:50px;
	overflow:hidden;
	cursor:pointer;
	padding:0 2px;
}
#thumbs img.first{
	margin-left:4px
}

/*RIGHT CONTENT*/
#right-content{
	position:relative;
	left:480px;
	width:495px;
	min-height:415px;
	height:auto !important;
	height:415px;
	font-size:1.1em;
}
#right-content .inside{
	padding:20px 5px 0 30px;
}
#right-content #list ul li{
	background:url(../images/li_bul_cir_gr.gif) -5px 5px no-repeat;
	padding-left:15px;
	padding-bottom:10px;
}

#right-content .inside #security,#right-content .inside #integration,#right-content .inside #cost,#right-content .inside #contact{
	display:none
}
#right-content #list ul li ul li{
	background:none
}
#right-content #list ul li ul{
	padding:0;
	margin:0;
	margin-top:10px;
}
/*GENERAL STYLE*/
.pb15{
	padding-bottom:15px
}
.pt25{
	padding-top:25px
}

/*CONTACT FORM*/
#contact{
	font-size:0.9em
}
input{
	background:#f1f1f2;
	width:368px;
	height:18px;
	border:none;
	margin-bottom:5px;
	padding:2px 5px
}
textarea{
	background:#f1f1f2;
	width:368px;
	height:66px;
	border:none;
	margin-bottom:5px;
	padding:2px 5px
}
label {
	width:74px;
	text-align:left;
	display:block;
	float:left
}
form div{
	clear:left
}
#submit{
	width:100px;
	cursor:pointer;
	height:22px;
}
#contact .address{
	line-height:18px;
	margin:25px 10px 0px 13px;
	float:left;
	font-size:0.9em;
}

#contact .address.first{
	margin-left:0;
}

#contact .address.last{
	margin-right:0;
}


#contact  #loader{
	display:none;
	margin-left:200px;
	font-size:0.8em;
	text-align:center
}
/*FOOTER STYLE*/
#footer{
	height:38px;
	text-align:center;
	padding-top:17px;
	color:#231f20;
	background:#f9f9f9 url(../images/footer.jpg) center top no-repeat;
}

#footer span{
	padding:0 5px;
	font-size:0.5em
}
#footer a{
	font-size:0.6em;
	color: #6c6c6c;
}

#footer a:hover{
	color: #94c657;
}