/* GENERAL INFORMATION
------------------------------------------- 	
Theme: LTOM v.1
Author: Sebastian Torresi
Start Date: 17.03.09
*/

/* http://meyerweb.com/eric/tools/css/reset/ ------ v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* general
-------------------------------------------*/ 
*{
	margin:0;
	padding:0;
}

#wrapper {
	width:955px;
	margin-left:-477px;
	left:50%;
	position:relative;
}
#logo{}

#header {
	width:955px;
	height:117px;
}
p {
	color:white;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	text-decoration: none;
	padding:5px 0;
}
/* Header
--------------------------------------------*/	

h1 {
	color:#e0f090;
	display:block;
	background:url(images/border_menu.gif) repeat-x fixed left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	padding: 40px 0 0 0;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	font-size: 12px;
	color: #666;
	margin-bottom:25px;
}
h3 {
	color:#e0f090;
	letter-spacing: 1px;
	margin-top:	20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom:10px;
}



/* General Content
--------------------------------------------*/
#main_content {
	width:955px;
	float:left;
	
}
#content_home {
	width:530px;
	height:700px;
	float:left;
}
#content_gallery {
	width:530px;
	height:780px;
	float:left;
}

#sidebar_left {
	float:left;
	width:117px;
	background:#324609;
	padding: 22px 0 20px 15px;
}

#sidebar_center {
	float:left;
	width:530px;
	background:#aabe41;
	padding: 0 20px 0 20px;
}
#sidebar_right {
	width:215px;
	float:left;
	
}

#nav {
	padding-left:15px;
	padding-top:46px;
	float:left;
	width:200px;
	height:374px;
	background-color: #aabe41;
	border-left-width: 29px;
	border-left-style: solid;
	border-left-color: #324609;
	margin-bottom: 20px;
	;
	
}
/* Menu
--------------------------------------------*/
div#nav ul {
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	color: white;
	text-align: left;
	margin: 0;
	font-size: 10px;
}
div#nav ul li {
	display:block;
	padding-bottom:4px;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(images/border_menu.gif);
}
div#nav ul li a {
	color: white;
	text-decoration: none;
}
div#nav ul li a:hover {
	color: #CCFFCC;
}
/* Contact
---------------------------------------------*/
#contact {
	width:252px;
	background: #FFF;
	padding-left:26px;
	padding-top:10px;
}

#contact ul{
	list-style-image:url(../images/contact_list.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	margin-left:15px;

}
#contact ul a {
	color:#666;
	text-decoration:none;
}
#contact ul a:hover {
	color:#6D3D29;
}
/* footer
---------------------------------------------*/
#footer {
	width:955px;
	height:84px;
	background:#FFF;
}


#footer p {
	border-top:1px solid #600;
	text-align:center;
	margin-top:38px;
	padding-top:3px;
	font:9pt Arial, Helvetica, sans-serif;
	color: #666;	
}

#footer a {
	color:#666;
	text-decoration:none;
}

