@charset "utf-8";





/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	/*	background-color: #7E97B6;
*/	color:#333234;
	font-family: Segoe UI, Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 1em;
	line-height: 1.2em;/*	font-size: 14px;
	line-height: 1,3;
	background-color: #FFF;
	background-image: url(../images/natural_paper.png);
	background-repeat: repeat;
*/
	background-color: #C0BDC5;
}
p, h1, h2, h3, h4, h5, h6 {
	color: #333234;
}	
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 8px;
}
strong, em {
	
}
	
a, a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:none;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#wrapper {
	position: relative;
}
#container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 710px;
	width: 1100px;
	padding-right: 10px;
	padding-left: 10px;
}
#content {
	min-width: 320px;
	width: 320px;
	height:560px;
	padding-top: 40px;
	padding-right: 6px;
	padding-left: 4px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333234;
	/* [disabled]background-color: #006;
	text-shadow: black 0.05em 0.05em 0.05em; */
}




#slider-wrapper {
	width:700px;
	height:406px;
	padding-top:34px;
	margin-top:160px;
	border: none;
	background-image: url(../images/bckgrnd_slide.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 20px;
	right: 60px;
}

#slider {
	position:relative;
	width:618px;
	height:246px;
	margin-left:auto;
	margin-right: auto;
	border: 1px solid #333;
	background-color: #FFF;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#slider_3d {
	position:relative;
	width:618px;
	height:246px;
	margin-left:auto;
	margin-right: auto;
/*	border: 1px solid #333;
*/	background-color: #FFF;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


#slider_index {
	position:relative;
	width:618px;
	height:246px;
	margin-left:auto;
	margin-right: auto;
	border: none;
	background-color: #FFF;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	bottom:-42px;
	left:90px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	background-image: url(../images/bullets.png);
	background-repeat: no-repeat;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
	text-shadow:none;
	font-family: Helvetica, Arial, sans-serif;
	color:#FFF !important;
}
.nivo-caption a {
	color:#FFF;
	text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


/* @import "reset.css";*/



#social_share {
	vertical-align: middle;
	height: 18px;
	width: 320px;
	padding-top: 4px;
	padding-right: 4px;
}

#footer {
	height: 20px;
	width: 840px;
	margin-left: 0;
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6E6D70;
}

#our_net {
	margin-top: 40px;
}
#our_net ul {
	margin-left: 18px;
}
