/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 10px;
	background: #404040 url(../images/img01.png) repeat-x;
	/*margin-top: 20px;
	background: #404040 url(../images/img01.gif) repeat-x;*/
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

h1, h2, h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

h1 { font-size: 2.8em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.2em; }

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFF00;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
}

/* Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 5px 15px;
	background: url(../images/img08.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: small;
}

.boxed .content {
	padding: 5px;
	background: url(../images/img09.gif) repeat-x;
}

.boxed ol, .boxed ul {
	margin-left: 0;
	list-style-position: inside;
}

.addon {
}

.addon .title {
	margin: 0;
	padding: 15px 0px 5px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}

.addon .content {
	padding: 10px 3px 10px 3px;
	background: url(../images/img09.gif) repeat-x;
	font-size: 11px;
}

.addon dl dt dd {
	margin: 0;
	padding: 0;
}

.addon dt {
	font-weight: bold;
}

.addon dd {
	padding-left: 5px;
	padding-bottom: 10px;
}


/* Logo */

#logo {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	background: #000000 url(../images/banner-h.jpg) no-repeat;
}

#logo h1 {
	float: none;
	width: 130px;
	margin: 0 0 0 25px;
	padding: 15px 0 2px 0;
	letter-spacing: 1px;
	font-size: 18px;
	font-family: sans-serif;
	text-align: center;
}

#logo span.lower {
	font-size: 15px
}

#logo h2 {
	float: none;
	width: 130px;	
	margin: 0 0 0 25px;
	padding: 3px 0 0 0;	
	letter-spacing: 2px;	
	word-spacing: 3px;
	font-size: 10px;
	text-align: center;	
	font-family: sans-serif;	
	background: url(../images/img10.gif) repeat-x;
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #000000 url(../images/banner-d.jpg) no-repeat;

}

/* Content */

#content {
	float: left;
	width: 530px;
	padding: 20px 0px 20px 20px;
	/*background: url(../images/banner-l.jpg) no-repeat;*/
}

#welcome {
	padding-bottom: 0px;
}

#welcome h2 {
	padding-bottom: 0px;
}

#olist {
	clear: left;
	float: left;
	width: 100px;
}

#ulist {
	float: left;
	width: 100px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 160px;
	padding: 20px 15px 20px 0px;
/*	background: url(../images/banner-r.jpg) no-repeat;*/
/*	border: 1px solid #ffffff;*/
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

/* Menu */

#menu {
	margin-bottom: 20px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	padding-top: 1px;
	background: url(../images/img07.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	display: block;
	width: 100px;
	padding: 7px 10px 7px 25px;
	text-transform: uppercase;
	background: url(../images/img08.gif) no-repeat 10px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}

#menu ul ul a {
	display: block;
	width: 110px;
	padding: 3px 10px 3px 25px;
	margin: 0 0 0 10px;
	text-transform: none;
	background: url(../images/img11.gif) no-repeat 15px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: normal;
}

#menu a:hover {
	background-color: #000000;
}



#menu p.category {
	display: block;
	width: 135px;
	margin: 0;
	padding: 7px 10px 0 25px;
	text-transform: uppercase;
	background: url(../images/img08.gif) no-repeat 10px 65%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}


/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 5px 0;
	background: url(../images/img05.gif) repeat-x;
	text-align: right;
}

#footer p {
	margin: 0;
	text-align: left;
	font-size: x-small;
	padding-left: 20px;
	padding-top: 5px;
	color: #cccccc;
	padding-bottom: 10px;
}

#footer a {
	color: #cccccc;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #FFFF00;
}

#footer h2 {
	display: none;
}

#footer div.copyright {
	width: 300px;
	float: left;
}

#footer img {
	padding-right: 10px;
}

#picasa_photos {
	width: 265px; 
	height: 165px;
	float: left; 
	padding: 3px; 
	border: 0px solid #ffffff; 
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#picasa_photos table{
	padding-top: 0px;
	margin-top: 0px;
	vertical-align: top;
}

#picasa_photos td{
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

#picasa_photos td p{
	padding: 0px;
	margin: 0px;
}

#picasa_photos a {
	color: #dddddd;
}

#picasa_photos img{
	width: 120px;
	height: 120px;
}


#portfolio_item {
	padding-top: 25px;
	clear: both;
}

#portfolio_item h4 {
	font-size: 12px;
	text-align: center;
	padding: 4px;
	border: 1px solid #444444;
}

#portfolio_item img {
	float: left;
}

#portfolio_item p {
	color: #6b6b6b;
	margin: 0px;
}

#portfolio_item p.desc {
	font-size: 11px;
}


#portfolio_item p span {
	font-size: 12px;
	color: #cccccc;
	padding-left: 10px;
}


#portfolio_item div.desc {
	float: left;
	width: 215px;
	padding-left: 15px;
}



