* {
  margin: 0;
  padding: 0;
}

/*====== Basics ======*/

@font-face {
    font-family: 'ColaborateThinRegular';
    src: url('../fonts/ColabThi-webfont.eot');
    src: url('../fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabThi-webfont.woff') format('woff'),
         url('../fonts/ColabThi-webfont.ttf') format('truetype'),
         url('../fonts/ColabThi-webfont.svg#ColaborateThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { 
	line-height: 21px; 
	font-family: 'Droid Sans', Arial, sans-serif; 
	font-size: 13px; 
	color: #656464; 
	background: #f8f8f8 url(../images/body-bg.png); 
	}

a { text-decoration: none; color: #549eb9; }
a:hover { text-decoration: underline; }

a img { border: 0; }

h1, h2, h3, h4, h5, h6 { 
	padding-bottom: 6px; 
	color: #444; 
	letter-spacing: -1px; 
	line-height: 1em; 
	font-weight: normal; 
	font-family: 'ColaborateThinRegular', Arial, sans-serif;
	}
h1 { font-size: 40px; }
h2 { font-size: 34px; }
h3 { font-size: 30px; }
h4 { font-size: 26px; }
h5 { font-size: 24px; }
h6 { font-size: 20px; }

.sub { color: #777; }
.sp { padding-bottom: 10px; }

p { padding-bottom: 10px; line-height: 24px; }
strong { font-weight: bold; color: #1c1c1c; }


.clear { clear: both; }


/*====== Main Content ======*/

div#wrapper  { 
    margin: 0 auto;
    width: 900px;
	margin-top: 60px;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.08); 
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.08); 
	box-shadow: 0 0 7px rgba(0,0,0,0.08); 
	}

/*#content { background-color: #fff;}*/

#main { 
    background-color: #fff;
	padding: 25px 30px 15px 30px;
 }
#head { padding-left: 15px; }
#title { padding: 50px 20px 35px 20px; }
#left { 
    float: left; 
	width: 370px;
	padding: 10px 30px 5px 20px;
	}
#right { 
    float: left; 
	width: 370px;
	padding: 10px 25px 5px 25px;
	}
#left2 { 
    float: left; 
	width: 350px;
	padding: 10px 40px 5px 30px;
	}
#right2 { 
    float: left; 
	width: 350px;
	padding: 10px 45px 5px 25px;
	}
#left3 { 
    float: left; 
	width: 330px;
	padding: 10px 40px 5px 50px;
	}
#foot {
	text-align: right;
	font-size: 9px;
	color: #ccc;
	padding: 15px;
}	
#foot a { color: #ccc; }


/*====== Form Styling ======*/

input { 
	width: 200px; 
	height: 30px;  
	border:1px solid #d0d0d0; 
	padding: 3px; 
	color: #4e4e4e; 	
	}

input:focus {
	outline:none;
	background-color: #f3f3f3;
}	

.login { 
	margin: 5px 0px 0px 50px;
	padding: 3px;
	background: #eaeaea;
	font-weight: bold;
	color: #444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #bbb;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	}

.login:hover { 
	background: #f3f3f3; 
	color: #777;
	}
