@charset "utf-8";
@import url(css/changer.css);
@import url(css/menu.css);
@import url(css/packages.css);
@import url(css/table.css);
@import url(css/social.css);
@import url(css/font-awesome.min.css);
@import url(css/contact-buttons.css);

/* CSS Document powered by Digissofts Technologies*/
# {
 margin:0px;
 padding:0px;
}
* {
	margin:0px;
	padding:0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	background-color: #fff;
	/*background-image:url(images/body.jpg);
	background-repeat: repeat-x;*/
}
#wrapper {
	width: 95%;
	min-width:1000px;
	max-width:1280px;
	margin: 0 auto;
	position: relative;
	margin-top: 17em;
}
#add {
	width:200px;
	height:150px;
	position:absolute;
	z-index:1;
	margin:10px 0px 0px 785px;
	left: 39px;
}
#header {
	width:100%;
	height:130px;
	border:0px solid #FFF;
	background-color:#FFF;
	font-size:11px;
	margin:10px 0px 0px 0px;
}
#logo {
	width:144px;
	height:113px;
	border:0px solid #FFF;
	float:left;
	margin-left:20px;
}

#banner {
	width:100%;
	height:406px;
	border:0px solid #000;
	margin:0px;
}
#banner img {
	border:0px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #666;
	width:100%;
}
