/* GENERAL
--------------------------------------- */

body { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #777777;
	font-size: 13px;
	background-color: #DDDDDD;
}

a {
	color: #555555;
	text-decoration: none;
	border: none;
	outline: none;
}

a:hover {
	color: #555555;
	text-decoration: none;
}

img {
	border: none;
	outline: none;
}

.clear {
	clear: both;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	letter-spacing: -2px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 20px;
	margin-top: -5px;
}

#container {
	width: 940px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -290px;
	margin-left: -470px;
}

#left {
	position: relative;
	z-index: 1;
	width: 600px;
	height: auto;
	background-color: rgba(255,255,255,1);
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-o-border-radius: 5px;
    	-ms-border-radius: 5px;
    	border-radius: 5px;
	padding: 20px;
    	-moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
    	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
    	box-shadow: 0 0 15px rgba(0,0,0,.3);
	padding: 20px;
	float: left;
}

#right {
	width: 300px;
	position: relative;
	z-index: 0;
	left: 0px;
	height: auto;
	float: left;
	top: 20px;
	left: -20px;
}

.float_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

p.last {
	margin-bottom: 0px;
}

.logo {
	padding: 20px;
	padding-left: 40px;
	background-color: rgba(255,255,255,1);
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-o-border-radius: 5px;
    	-ms-border-radius: 5px;
    	border-radius: 5px;
    	-moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
    	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
    	box-shadow: 0 0 15px rgba(0,0,0,.3);
	margin-bottom: 20px;
}

#right ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#right ul li {
	width: 200px;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-o-border-radius: 5px;
    	-ms-border-radius: 5px;
    	border-radius: 5px;

	margin-bottom: 5px;
	background-color: rgba(255,255,255,1);
	transition: background-color 0.2s linear, width 0.2s linear;
	-webkit-transition: background-color 0.2s linear, width 0.2s linear;
 	-o-transition: background-color 0.2s linear, width 0.2s linear;
 	-moz-transition: background-color 0.2s linear, width 0.2s linear;
 	-ms-transition: background-color 0.2s linear, width 0.2s linear;
	font-size: 14px;
}

#right ul li.one {
	background-color: rgba(41,100,254,.1);
}

#right ul li.one:hover {
	background-color: rgba(41,100,254,.7);
}

#right ul li.two {
	background-color: rgba(0,126,24,.1);
}

#right ul li.two:hover {
	background-color: rgba(0,126,24,.7);
}

#right ul li.three {
	background-color: rgba(238,0,0,.1);
}

#right ul li.three:hover {
	background-color: rgba(238,0,0,.7);
}

#right ul li a {
	transition: color 0.2s linear, text-shadow 0.2s linear;
	-webkit-transition: color 0.2s linear, text-shadow 0.2s linear;
 	-o-transition: color 0.2s linear, text-shadow 0.2s linear;
 	-moz-transition: color 0.2s linear, text-shadow 0.2s linear;
 	-ms-transition: color 0.2s linear, text-shadow 0.2s linear;
	display: block;
	text-shadow: 0px 0px 3px #FFFFFF;
}

#right ul li:hover a {
	color: #FFFFFF;
	text-shadow: 0px 0px 3px #000000;
}

#right ul li:hover {
	width: 260px;
}

#footer {
	margin-top: 10px;
	font-size: 12px;
}



