/*
©2009 

Description : Stylesheet

*/

/*---------------------------------------------- GLOBAL SETTINGS */
html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em; 
	background: url(/art/bg.jpg) no-repeat top center #e9e9e9;
	color: #4b4b4b;
}

/*-------------------------------------------------------- LINK */


a {
	color:#7784a0;
	text-decoration: underline;
}

a:hover {
	color:#4b4b7f;
}

/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0pt;
	padding:0pt;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
}

h1 {
	font-size: 2.2em;
	padding: 0 0 10px 0;
	color: #5b6780;
}

h2 {
	font-size: 1.8em;
	padding: 0 0 8px 0;
}

h3 {
	font-size: 1.4em;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
}

h5 {
	font-size: 1em;
	padding: 0 0 4px 0;
}

h6 {
	font-size: .9em;
	padding: 0 0 2px 0;
}


/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 120%;
	line-height: 1.6em;
	padding: 0 0 1em 0;
}

/*------------------------------------------------------ LAYOUT */


#container {
	width:750px;
	margin: 0;
}

#header, #feature, #side-panel, #nav, .gallery-page, #case-gallery .pagination {
	display: none;
}


#content {
	width: 800px;
}

.carousel-slider {
	list-style: none;
}


.carousel-slider li {
	width: 800px;
	float: none;
	clear: both;
}

#footer{ 
	clear: both;
	padding: 20px 0 0 0;
}
	


