/*----------------------GENERAL START----------------------*/
* {margin:0; padding:0;}
body {
	background:url(images/bg-full.jpg) fixed; 
	background-repeat:no-repeat;
	background-position:center top;
	font-family: Arial, Helvetica, sans-serif; 
	color:#27354f; 
	font-size: 12px; 
	line-height: 16px;
	overflow:auto;
	}
p {
	padding-bottom:12px;
}
a:link {
  color:#7e7e7e;
  text-decoration:none;
  }
a:visited {
  color:#7e7e7e;
  text-decoration:none;
  }
a:hover {
  color:#000000;
  text-decoration:underline;
}
a img {
  border-width:0;
  }
/*----------------------GENERAL END----------------------*/


/*----------------------HEADER START----------------------*/
#header-wrapper {
	background:none; 
	width:975px;
	z-index:998;
	top:0;
	}	
/*----------------------HEADER END----------------------*/


/*----------------------HEADING START----------------------*/
h1 {
	margin-bottom:5px;
	padding-bottom:5px;
	color:#27354f;
	border-bottom:0px solid #27354f; 
	font-weight:300;
	font-size:22px;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	letter-spacing:0.25px; 
	}
h2 {
	margin-bottom:8px;
	padding-bottom:0px;
	color:#27354f;
	font-weight:300;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	text-transform:none;
	letter-spacing:; 
	}
h3 {
	padding-bottom:3px;
	color:#7e7e7e;
	font-size:13px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	text-transform:none;
	}

/*----------------------HEADING START----------------------*/

/*----------------------BLOG CONTENT START----------------------*/
#wrapper {
	margin:0 auto;
	width:975px; 
	z-index:10; 
	top:0; 
	background:url(images/bg.png) repeat-y;
	}
#container {
	margin:auto;
	height:100%;
	position:absolute;
	background:url(images/bg.png) repeat-y;
	overflow:;
}
#outside-wrapper {
	margin:0px;
	padding:0px;
	height:100%;
	background:url(images/bg.png) repeat-y;
}
#inside-wrapper {
	margin:0px;
	padding:0px;
	height:100%;
	background:url(images/bg.png) repeat-y;
}
#content {
	height:auto;
	z-index:999;
	margin-top:0px;
	margin-bottom:0px; 
	width:640px; 
	background:none;
	padding-left:40px;
	margin-right:5px;
	padding-top:35px;
	padding-bottom:25px;
	text-align:left;
	float:left;
	}
#content-right {
	z-index:999;
	height:auto;
	margin-top:35px;
	margin-bottom:0px;
	background:none; 
	width:200px; 
	background:none;
	padding-left:10px;
	margin-right:25px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
 	float:right;
	border-left: solid #27354f;
	}
/*----------------------BLOG CONTENT END----------------------*/

/*----------------------NIVO SLIDER START----------------------*/
.nivoSlider {
    position:relative;
    width:895px; /* Change this to your images width */
    height:190px; /* Change this to your images height */
    background:url(nivo/loading.gif) no-repeat 50% 50%;
	padding:0 0px;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
/*----------------------NIVO SLIDER END----------------------*/


/*----------------------FOOTER START----------------------*/
#footer {
	background:none; 
	z-index:997;
	clear:both;
	margin-top:0px;
	overflow:hidden;
	}
/*----------------------FOOTER END----------------------*/


/*----------------------FONTS START----------------------*/
@font-face {
    font-family: 'HelveticaLight';
    src: url('fonts/HelveticaLTCom-Lt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaThin';
    src: url('fonts/HelveticaLTCom-Th.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/*----------------------FONTS END----------------------*/