body{
	margin: 0;
	background: #fff;
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
@font-face 
{
	font-family: 'Rockwell';
	src: local("Rockwell"), url(ROCK.TTF) format("truetype");
}

img{
	border: 0;
}
.hover{
	background:url('cloud/star.png'); 
	z-index:1;
}

a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #93117e;
	text-decoration: underline;
}

#social a{
	opacity: 0.5;
}
#social a:hover{
	opacity: 1.0;
}
h1{
	font-family: 'Rockwell';
	margin-top: 0px;
	font-weight: bold;
	color: #93117e;
}
h2{
	font-family: 'Rockwell';
	margin-top: 0px;
	font-weight: bold;
	color: #93117e;
}
h3{
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.sidebar{
	width: 180px;
	float: right;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #acacac;
	padding: 10px;
	margin-left: 10px;
}

#navigation ul {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1;
}
#navigation ul li {
	display: block;
	position: relative;
	float: left;
	z-index: 1;
}
#navigation li ul { display: none; }
#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 9px 15px 10px 15px;
	margin-left: 1px;
	white-space: nowrap;
	border-right: 1px solid #acacac;
	z-index: 1;
}
#navigation ul li a:hover {
	background: #4b4b4b url(images/nav-hover.png) repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4b4b4b), to(#222));
	background: -webkit-linear-gradient(top, #4b4b4b, #222);
	background: -moz-linear-gradient(top, #4b4b4b, #222);
	background: -ms-linear-gradient(top, #4b4b4b, #222);
	background: -o-linear-gradient(top, #4b4b4b, #222);
	color: #f3f3f3;
	z-index: 1;
}
#navigation li:hover ul {
	display: block;
	position: absolute;
	z-index: 1;
}
#navigation li:hover li {
	float: none;
	font-size: 11px;
	z-index: 1;
}
#navigation li:hover a {
	background: #4b4b4b url(images/nav-hover.png) repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4b4b4b), to(#222));
	background: -webkit-linear-gradient(top, #4b4b4b, #222);
	background: -moz-linear-gradient(top, #4b4b4b, #222);
	background: -ms-linear-gradient(top, #4b4b4b, #222);
	background: -o-linear-gradient(top, #4b4b4b, #222);
	color: #f3f3f3;
	z-index: 1;
}
#navigation li:hover li a:hover {
	background: #4b4b4b url(images/nav-hover.png) repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4b4b4b), to(#222));
	background: -webkit-linear-gradient(top, #4b4b4b, #222);
	background: -moz-linear-gradient(top, #4b4b4b, #222);
	background: -ms-linear-gradient(top, #4b4b4b, #222);
	background: -o-linear-gradient(top, #4b4b4b, #222);
	color: #f3f3f3;
	opacity: 1.0;
	z-index: 1;
}

#navigation li.sub a {
	background: #d3d3d3;
	opacity: 0.9;
	color: #333;
	border-bottom: 1px solid #acacac;
	border-left: 1px solid #acacac;
	border-right: 1px solid #acacac;
	width: 150px;
	z-index: 1;
}

#wrapper{
	width: 980px;
	margin: 0 auto;
}

#header{
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(images/header.png) no-repeat;
	height: 100px;
}

#navigation{
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #acacac;
	background: #e3e3e3 url(images/nav.png) repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e3e3e3), to(#c4c4c4));
	background: -webkit-linear-gradient(top, #e3e3e3, #c4c4c4);
	background: -moz-linear-gradient(top, #e3e3e3, #c4c4c4);
	background: -ms-linear-gradient(top, #e3e3e3, #c4c4c4);
	background: -o-linear-gradient(top, #e3e3e3, #c4c4c4);
	min-height: 35px;
}

#slide{
	width: 980px;
	height: 200px;
	margin: 0 auto;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #acacac;
	margin-top: 20px;
	z-index: -1;
}

#content{
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #acacac;
	padding: 10px;
	margin-top: 20px;
	min-height: 450px;
}

#footer-wrapper{
	background: #eee;
	border-top: 1px solid #acacac;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
}
#footer{
	width: 980px;
	margin: 0 auto;
}
#copyright{
	width: 100%;
	font-size: 11px;
	color: #bbb;
	text-align: center;
}
.footer-links{
	width: 120px;
	font-size: 11px;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}
#footer-addthis{
	float: right;
	width: 230px;
	margin-top: 20px;
	margin-left: 50px;
}

#footer a{
	color: #bbb;
	text-decoration: none;
}
#footer a:hover{
	color: #666;
	text-decoration: none;
}
#footer h3{
	font-size: 13px;
	margin-bottom: 5px;
}

.distributor{
	width: 400px;
	height: 140px;
	padding: 10px;
	margin: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #acacac;
	float: left;
	font-size: 12px;
}
.flag:hover{
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	-moz-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
}

.alright{
	background: #EEFFEE;
	border: 1px solid #009900;
	display: block;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.9;
	color: #009900;
	padding: 5px;
	margin: 10px;
}
.wrong{
	background: #FFEEEE;
	border: 1px solid #CC0000;
	display: block;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.9;
	color: #CC0000;
	padding: 5px;
	margin: 10px;
}

.column1{
	margin-top: 20px;
	float: left;
	width: 150px;
}
.column2{
	margin-top: 20px;
	float: left;
	width: 250px;
}

.box{
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #acacac;
	padding: 10px;
	margin: 10px;
}

ul#media li{
	list-style: none;
	margin-left: -30px;
	padding: 0;
	margin-bottom: 10px;
}


ul#buttons{
	width: 100%;
	list-style-type: none;
	padding: 10px;
	margin-bottom: 50px;
	margin-top: 50px;
}
ul#buttons li{
	float:left;
	margin-right: 30px;
}
ul#buttons li a{
	font-family: 'Rockwell';
	background-color: #93117e;
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	font-size: 26px;
}
ul#buttons li a:hover{
	font-family: 'Rockwell';
	background-color: #b531a0;
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	font-size: 26px;
}

#table{
	width: 800px;
	margin: 0 auto;
	border-left: 1px solid #acacac;
	border-top: 1px solid #acacac;
	margin-top: 30px;
}
.column{
	width: 189px;
	height: 40px;
	padding: 5px;
	float: left;
	border-right: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
}

li.zip{
	list-style: url(images/zip.png);
}
li.pdf{
	list-style: url(images/pdf.png);
}
li.png{
	list-style: url(images/png.png);
}
li.jpg{
	list-style: url(images/jpg.png);
}
li.xls{
	list-style: url(images/xls.png);
}
li.cdr{
	list-style: url(images/cdr.png);
}