@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700&subset=latin,latin-ext);


/* ------------------------------------------ GENERAL RESET  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ------------------------- CLEARFIX */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* ------------------------------------------ GENERAL ELEMENTS */
html {
    -webkit-font-smoothing: antialiased;
}
body{
	color: #777;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #ffffff;
}
a {
    cursor:pointer;
    color:#999;
    text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.link {
    color:#3e7998;
    text-decoration:none;
}
p {
    margin: 0;
    padding: 0;
}
h2{
	font-weight:bold;
	color:#26b2e2;
	font-size:16px;
	letter-spacing:1px;
}
h3{
	font-weight:bold;
	color:#777;
	font-size:14px;
	display:inline;
}

/* ------------------------------------------ FORM ELEMENTS */
form {
    margin: 0;
    padding: 0;
}
form label {
    float: left;
    font-size: 12px;
    display: block;
    line-height: 20px;
    margin:0 0 10px 0;
	width:100px;
}
form input{
    height: 20px;
}
form input , textarea{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    margin:0 0 10px 0;
	width:150px;
	height:20px;
	float: left;

}
form br {
    clear: left;
}
/* ------------------------------------------ LIST ELEMENTS */
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style:none;
}
ul ol {
    list-style:none;
}


/* ----------------------------------------- TABLE ELEMENTS */
table {
    margin: 0;
    padding: 0;
}
table th {
    margin: 0;
    padding: 0;
}
table td {
    margin: 0;
    padding: 0;
}
/* ------------------------------------------------- DIV ELEMENTS */
.container{
    margin: 0 auto;
	width:980px;
}


