@charset "utf-8";
/* CSS Document */

/* Added: Apr 13, 2012 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. */

/* Basic Reset */


* { margin:0;padding:0;}
html { border:0;}
/* hide from Mac IE5 \*/
* html #container_inside {	height:1%;}
/* END hide from Mac IE5 */

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

body {
	font:normal normal lighter 13px/19px Verdana, Geneva, sans-serif; 
	color:#eee;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}

nav ul { list-style:none;}
ol { list-style: decimal;}

ul, ol { padding: 0 0 20px 20px;}


blockquote, q { quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

dd { padding-left:20px;}
acronym { cursor:help;}

a {
    margin:0;
    padding:1px;
    font-size:100%;
    vertical-align:baseline;
	text-decoration:none;
	color:#c60;
	white-space:nowrap;
}
a:hover, a:active { color:#f90;}

p { padding-bottom:10px;}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del { text-decoration: line-through;}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input[type="submit"], input[type="button"], button {
    padding: 0;
    margin: 0;
}

input, select, a img { vertical-align: middle;}
img { border:0;}

/* Basic Reset */

h2 { font-size:48px; line-height:48px;}
h3 { 
	font-size:36px;
	line-height:36px;
	font-weight:lighter;
	padding-bottom:30px;
}
h4 { 
	font-size:20px;
	line-height:20px;
	font-weight:lighter;
	padding-bottom:10px;
}


.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clearfix { display:inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */
