html,body{
	background-image: url("../images/main/body2.jpg");
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Tahoma,Verdana,Segoe,sans-serif
}

h1{
	text-align: center;
	color: #000;
  	font-weight: bold;
  	font-size: 1.5em;
}

h2{
	text-align: center;
	color: #000;
  	font-weight: bold;
  	font-size: 1.3m;
}

h3{
	text-align: center;
	color: #000;
  	font-weight: bold;
  	font-size: 1.2em;
}

h4{
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
}

p{
	font-size: 0.9em;
	color: #5C5C5C;
}

ul{
	font-size: 0.9em;
	color: #5C5C5C;
}
img.frame {
	border: 3px double #626262;	

}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div#wrapper{
	width: 1000px;
	min-height: 500px;
	margin-left: auto;
    margin-right: auto;

/*
  -moz-box-shadow:    0px 3px 3px 3px #fff;
  -webkit-box-shadow: 0px 3px 3px 3px #fff;
  box-shadow:         0px 3px 5px 5px #CBB316;
 */
}

div#header{
	height: 320px;
	height: 50px;
	width: 100%;

}

div#body-wrapper{
	background-color: #D3D5D2;
	width: 100%;
	min-height: 500px;

	-moz-border-top-left-radius: 25px;
	-moz-border-top-right-radius: 25px;

	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	
	overflow: hidden;
}

div#nav-wrapper{
	background-color: #D3D5D2;
	width: 200px;
	height: 500px;
	float: left;

	-moz-border-top-left-radius: 25px;
	-webkit-border-top-left-radius: 25px;
	border-top-left-radius: 25px;
}


div#nav{
	color:#000;
}

ul#nav {
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
    padding: 0px;
    list-style-type: none;
}

ul#nav li{
	margin-top: 10px;
	display: block;
	border: none;
}

ul#nav li a{
	margin-right: 35px;
	text-decoration: none;
	color: #5C5C5C;
	display: block;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .20) inset, 0 1px 0 rgba(255, 255, 255, .05);

	-webkit-transition: all 0.4s linear; 
	-moz-transition: all 0.4s linear; 
	-o-transition: all 0.4s linear; 
	-ms-transition: all 0.4s linear; 
	transition: all 0.4s linear;

}

ul#nav li a:hover{
	margin-right: 35px;
	text-decoration: none;
	color: #000;
	display: block;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .20) inset, 0 1px 0 rgba(255, 255, 255, .05);


}

div#content-wrapper{
	width: 800px;
	min-height: 700px;
	float: right;

	-moz-border-top-right-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	border-top-right-radius: 25px;
	background-color: #fff;

}

.nobullet{
	list-style-type: none;
}

div#content-container{
	width: 780px;
	min-height: 640px;

	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

div#content-container-left{
	float: left;
	width: 390px;
	min-height: 640px;
}

div#content-container-right{
	float: right;
	width: 390px;
	min-height: 640px;
}

div#footer-wrapper{
	background-color: #D3D5D2;
	width: 100%;
	min-height: 100px;
	margin-bottom: 10px;


	-moz-border-bottom-left-radius: 25px;
	-moz-border-bottom-right-radius: 25px;

	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.footerbox{
	float: left;
	width: 33.3%;
	height: 80px;

	/*border-right: 1px dotted #5C5C5C;*/

	text-align: center;
}

.footerbox h4{
	margin: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}

.footerbox ul{
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

.footerbox ul li{
	text-align: center;
	list-style-type: none;
	font-size: 0.8em;
	display: block;
	border: none;
}

.footerbox p{
	margin: 0;
	color: #5C5C5C;
	font-size: 0.8em;
}

.footerbox a{
	margin: 0;
	color: #5C5C5C;
	font-size: 0.8em;
	text-decoration: none;

	-webkit-transition: all 0.5s linear; 
	-moz-transition: all 0.5s linear; 
	-o-transition: all 0.5s linear; 
	-ms-transition: all 0.5s linear; 
	transition: all 0.5s linear;
}

.footerbox a:hover{
	color: #000;
}


div#content-container img:hover{
	border: 3px solid #626262;
}

/* Slider */
/* usual player with images */
            .player-container {
            height: 28px;
            white-space: nowrap;
            }
            .player-pause, .player-play, .player-forward, .player-back {
            /* this displays element as inline-block; zoom and *display is a hack for ie7 which does not support inline-block */
            display: inline-block;
            zoom: 1;
            *display: inline;
            cursor: pointer;
            margin-left: 5px;
            height: 28px;
            width: 33px;
            background-image: url(http://beaverslider.com/code/current/player.png);
            }
            .player-pause {
            background-position: -199px 0;
            width: 28px;
            }
            .player-pause:hover {
            background-position: -161px 0;
            }
            .player-play {
            background-position: -356px 0;
            width: 28px;
            }
            .player-play:hover {
            background-position: -319px 0;
            }
            .player-back {
            background-position: -275px 0;
            }
            .player-back:hover {
            background-position: -234px 0;
            }
            .player-forward {
            background-position: -434px 0;
            }
            .player-forward:hover {
            background-position: -393px 0;
            }
/* END Slider */
