/* CSS Document */

Theme Name: Xenocom Web Design
Version: 1.0
Author: Takis Stathatos
Date: 20/01/2008
*/

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #fff;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Georgia;
    font-size: 11px;
    color: #000;
    line-height: 24px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #706840;
    text-decoration: underline;
}
a:hover, a:active {
    color: #a19a76;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 490px;
	margin: 0 auto 30px auto;
	padding: 20px;
	background: #eeede3;
	text-align: left;
}
#main {
	width: 940px;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 159px;
	margin-bottom: 50px;
}
#top img {
	margin-top: 77px;
	margin-left: 41px;
	float: left;
	display: inline;
}
#menu {
	float: right;
	list-style: none;
	margin-top: 98px;
	margin-right: 70px;
	display: inline;
}
	#menu li {
		float: left;
		padding: 0 20px;
		font-size: 18px;
		text-transform: lowercase;
		letter-spacing: 2px;
	}
		#menu li.current_page_item {
			padding-bottom: 30px;
			/* background: transparent  bottom center no-repeat; */
		}
	
	#menu li a:link, #menu li a:visited {
		color: #000;
		text-decoration: none;
	}
	#menu li a:hover, #menu li a:active {
		color: #a19a76;
	}



/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	margin-top: 0px;
	height: 30px;
	/* background:  0 0 no-repeat; */
}

p#copyright {
	font-size: 11px;
	text-align: center;
}
	
