*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	cursor: default;
	background: #000;
}
a{
	cursor: pointer;
}
table{
	border-spacing: 0;
}
.clear{
	clear: both;
}
.hidden{
	display: none;
}
.break{
	padding-bottom: 19px;
}
.dbreak{
	padding-bottom: 38px;
}
.body_wrapper{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.body_wrapper *{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.header{
	width: 980px;
	height: 120px;
}
.header a{
	display: block;
	width: 190px;
	height: 100px;
	padding-left: 320px;
}
.wrapper{
	width: 980px;
}
#menu_main,#menu_sub,.content{
	float: left;
}
#menu_main{
	width: 240px;
}
.menu_main a{
	display: block;
	width: 200px;
	height: 50px;
	background-position: left 0px;
	background-repeat: no-repeat;
	font-size: 1px;
	color: #000;
}
#menu_main a:hover,#menu_main .act{
	background-position: left -50px;
}
#menu_main .menu_about{
	background-image: url(../img/menu/about.gif);
}
#menu_main .menu_shop{
	background-image: url(../img/menu/shop.gif);
}
#menu_main .menu_videos{
	background-image: url(../img/menu/videos.gif);
}
.social_media ul{
	display: block;
	padding: 6px 40px;
}
.social_media li{
	list-style-type: none;
}
.social_media li a{
	height: 42px;
}
#menu_sub{
	width: 740px;
	padding-top: 14px;
}
#menu_sub *{
	font-size: 12px;
}
#menu_sub li{
	display: inline;
}
#menu_sub a,#menu_sub span{
	color: #fff;
}
#menu_sub a:hover,#menu_sub .act{
	color: #1e8ad3;
}
.content{
	width: 740px;
	padding: 16px 0 50px 0;
}
.content *{
	font-size: 14px;
	line-height: 19px;
	color: #fff;
}
.content li{
	list-style-position: inside;
	list-style-type: square;
}
.content a{
	color: #1e8ad3;
}
#shop{
	position: relative;
	left: -40px;
	top: -40px;
	width: 800px;
	height: 800px;
}
#motiv-angola,#motiv-mozambique,#motiv-niger,#motiv-swasiland,#motiv-zambia,#motiv-zimbabwe{
	width: 600px;
	height: 400px;
	margin: 16px 0;
}
#footer{
	width: 980px;
	height: 22px;
	background: #000;
}
#footer *{
	font-size: 12px;
}
#footer ul{
	padding-left: 320px;
}
#footer li{
	display: inline;
}
#footer a{
	color: #1e8ad3;
}
