/* #################### CSS 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* #################### BODY #################### */

body {
	font: "Courier New", Courier, monospace;
	background:#F4F4F4;
}

#site {
	width: 960;
	margin: 20px auto;
}

/* #################### HEADER #################### */

#header {
	height: 90px;	
	position:relative;
}

#menu {
	float: left;
	position:absolute;
	bottom: 10px;
	height: 68px;
}

#menu a:link {
	color: #000;
	text-decoration: none;
}

#menu a:visited {
	color: #000;
	text-decoration: none;
}

#menu a:active {
	color: #000;
	text-decoration: none;
}

#menu a:focus {
	color: #000;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
	background-color:#7dcccc;
}

#menu ul {
	float: left;
	margin-left: 80px;
}

#header {
	margin: 0 auto;
	width: 850px;
}

#socialicons {
	right: 0;
	position:absolute;
	bottom: -8px;
}

#socialicons li {
	display: inline;
}

/* #################### CONTENT #################### */

#content {
	margin: 40px auto;
	width: 850px;
}

#contact {
	margin: 20px auto;
	padding: 250px 300px;
	width: 180px;
	background: url(../images/bg_contact.png) no-repeat center center;
}


.row {
	width: 110px;
	float: left;
	margin: 0 5px;
}

.row img {
	margin: 0 0 10px 0;
	width: 110px;
}

#thumbs {
	margin: 0 auto;
	width: 850px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 15px;
}

h2 a:link {
	color:#000;
	text-decoration: none;
}

h2 a:active {
	color:#000;
	text-decoration: none;
}

h2 a:focus {
	color:#000;
	text-decoration: none;
}

h2 a:visited {
	color:#000;
	text-decoration: none;
}

h2 a:hover {
	color: #fff;
	background-color:#7dcccc;
}



/* #################### FOOTER #################### */

#footer {
	margin: 5px auto;
	text-align: center;
	font: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 12px;
	color: #666;
}

#footer a:link {
	color: #666;
	text-decoration: none;
}

#footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:active {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	background-color:#7dcccc;
}

/*#################### SLIDER ####################*/

.nivoSlider {
    position:relative;
	margin: 0 auto;
    width:750px; /* Change this to your images width */
    height:485x; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:relative;
    top:0px;
    left:0px;
}

