/* Template */

body {

	background-color:#e2e2e2;


	/* color: #315f52; */
	font-family: 'latoregular';
	font-size: 14px;
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: 'latoregular';
	src: url('../fonts/lato-regular-webfont.eot');
	src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/lato-regular-webfont.woff') format('woff'),
		url('../fonts/lato-regular-webfont.ttf') format('truetype'),
		url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'nixie_oneregular';
	src: url('../fonts/nixieone-regular-webfont.eot');
	src: url('../fonts/nixieone-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/nixieone-regular-webfont.woff') format('woff'),
		url('../fonts/nixieone-regular-webfont.ttf') format('truetype'),
		url('../fonts/nixieone-regular-webfont.svg#nixie_oneregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
a {
	outline: none;
}
img {
	border: none;
}
p {
	line-height: 30px;
	margin: 0;
}
p a {
	color: #315f52;
}
p a:hover {
	color: #451374;
}
	

 
/* ==============================================================
							P A G E	 - 	p a g e
 ============================================================== */
#page {


	width: 100%;
	height: 1800px;
	

}

#header-menu-line
{

	margin: 0 auto;
	position: relative;
	top:66px;
	background: url(/images/menu/header-line.png) repeat-x;
	height: 10px;
	width: 100%;

}

/*==========================================================
				H O M E P A G E   Homepage
==========================================================*/

#home-page-pic img{

	position: relative;
	top: 55px;
	width:700px;
	height:300px;
	
}

#home-page-pic-a{

	position: relative;
	background-image: url(/images/home/xxxx.gif);
	background-repeat: no-repeat;
	background-position: center;
	top: 0px;
  	width: 100%;
  	height: 100%
	
}

#home-page-pic{

	position: relative;
	background-image: url(/images/home/frame-home.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 100px;
  	width: 100%;
  	height: 430px;
}

#home-page-text{
	
	position: relative;
		top: 100px;
	width: 100%;
	height: 825px;
	background-color:#f2f2f2;
	border-top: 2px solid #ffffff;
	border-bottom: 4px solid #b3b3b3;

	
}

#text-box{
	margin: auto;
	position: relative;
	top: 50px;
	padding-left: 20px;
	width: 900px;
	height: 100%;
}

#text-box h1{
	font-size: 30px;
	color: #0099cc;

}

#text-box p{
	font-size: 20px;


}

#featured{
	margin: auto;
	position: relative;
	top: 150px;
	padding-left: 15px;
	width: 1000px;
	height: 400px;
}

/*==========================================================
				C O N T E N T S   contents 
==========================================================*/


.clearfix {
	width: 960px;
	margin: 0 auto;
}
.clearfix:after {
	clear:both;
	content:"";
	display:block;
	line-height:0;
	height:1%;
	visibility:hidden;
}

.column {
  float: left;
  width: 240px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}


.column p {
  float: left;
  width: 200px;
  line-height: 20px;
  padding-left: 15px;
}

.box11 hover{
	background: url(/images/button/b-2.png) no-repeat;
	width: 180px;
	height: 56px;

}

.box11 hover{
	background: url(/images/button/b-2.png) no-repeat;
	width: 180px;
	height: 56px;
}



#button {
	position: relative;
	top:10px;
	left:-10px;
}

#button img:hover
{
	opacity:0.3;
	filter:alpha(opacity=50);
}




