@charset "UTF-8";

*
	{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	text-decoration:none;
	}
html
	{
	color:#333;
	background:#e5e5e5 url(bg_html0.htm) repeat-x left top;
	}
body
	{
	font-family:"Lucida Grande", Arial, sans-serif;
	}
.nowrap
	{
	white-space:nowrap;
	}
em
	{
	font-style:italic;
	}
em.highlight
	{
	padding:1px;
	font-style:normal;
	background:#FFF6CC;
	}
abbr
	{
	color:#666;
	}
hr
	{
	display:none;
	}
#holder
	{
	margin:0 auto;
	width:990px;
	}

/*	------------------------------------------------------------
	header
	------------------------------------------------------------ */

#header
	{
	clear:both;
	float:left;
	width:100%;
	text-align:right;
	background:url(bg_heade.gif) repeat-x;
	
	
	
	}
#header p
	{
	padding:15px 15px 25px 15px;
	font-size:30;
	font-weight:400;
	text-align:right;
	letter-spacing:-1px;
	color: #FFF;
	}



#header p a
	{
	color:inherit;
	}
#header p adress
	{
	display:block;
	}

/*	------------------------------------------------------------
	Navigation
	------------------------------------------------------------ */

#navigation
	{
	float:left;
	margin:-3px 0 0 0;
	font-size:12px;
	width:100%;
	text-align:center;
	background:#0D0D0D url(bg_nav00.gif) left top repeat-x;
	}
ul#nav
	{
	margin:0 auto;
	width:990px;
	text-align:left;
	}

ul#nav li
	{
	float:left;
	}

ul#nav li a
	{
	float:left;
	display:block;
	padding:0 15px;
	line-height:32px;
	color:#eee;
	}
ul#nav li a:hover
	{
	color:#fff;
	background:#0D0D0D url(bg_nav_h.gif) left top repeat-x;
	}
#home #nav_home a,
#profile #nav_profile a,
#portfolio #portfolio a,
#links #nav_links a
#contacts #nav_contacts a,

	{
	color:#333;
	background:#fff;
	}

/*	------------------------------------------------------------
	content
	------------------------------------------------------------ */

#content
	{
	float:left;
	padding:30px 0 0 0;
	width:990px;
	background:#fff;
	}

/*	------------------------------------------------------------
	Headers & Paragraphs
	------------------------------------------------------------ */

h1
	{
	margin:0 30px 20px 30px;
	font-size:24px;
	font-weight:400;
	letter-spacing:-1px;
	}
h2
	{
	margin:0 0 20px 0;
	font-size:18px;
	font-weight:400;
	letter-spacing:-1px;
	word-spacing:-1px;
	}
p
	{
	margin:0 0 15px 0;
	font-size:12px;
	line-height:18px;
	}

p.small
	{
	font-size:11px;
	line-height:14px;
	}
p strong
	{
	display:block;
	color:#222;
	}
p.gross
	{
	margin:0 30px 20px 30px;
	font-size:14px;
	line-height:20px;
	}
p.gross strong
	{
	font-weight:400;
	}
	
#content a:link,
#content a:active,
#content a:visited
	{
	color:#00739E;
	border-bottom:1px solid #ccc;
	}
#content a:hover
	{
	}

/*	------------------------------------------------------------
	Creative Simplicity Banner
	------------------------------------------------------------ */

#content #teaser
	{
	margin:0 0 20px 0;
	width:990px;
	height:320px;
	background:#eee;
	}
#content #teaser ul#tabs
	{
	float:right;
	width:290px;
	}
#content #teaser ul#tabs a
	{
	display:block;
	width:290px;
	height:80px;
	border:0;
	}
#content #teaser ul#tabs a:hover
	{
	color:#000;
	background:red;
	border:0;
	}
#content #teaser #tabcontents
	{
	float:left;
	margin:0 0 15px 0;
	width:610px;
	}
#content #teaser #tabcontents p
	{
	padding:15px;
	font-size:20px;
	line-height:24px;
	}




/*	------------------------------------------------------------
	Foreword
	------------------------------------------------------------ */
	
#content #foreword
	{
	clear:both;
	float:left;
	margin:0 0 0px 30px;
	width:880px;
	}
	
	
	
/*  ------------------------------------------------------------
	Thumbnails and links 
	------------------------------------------------------------ */
	
ul#sites {
	width: 900px;
	margin: 0 40px 0 22px;
	padding: 0;
	list-style-type: none
}

ul#sites li {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
}

ul#sites li a {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -200em;
	width: 200px;
	height: 200px
}




ul#sites li a.pic1 {
	background: url(thumbnails/1.png) top left no-repeat
}

ul#sites li a.pic2 {
	background: url(thumbnails/2.png) top left no-repeat
}

ul#sites li a.pic3 {
	background: url(thumbnails/3.png) top left no-repeat
}

ul#sites li a.pic4 {
	background: url(thumbnails/4.png) top left no-repeat
}
ul#sites li a.pic5 {
	background: url(thumbnails/5.png) top left no-repeat
}

ul#sites li a.pic6 {
	background: url(thumbnails/6.png) top left no-repeat
}

ul#sites li a.pic7 {
	background: url(thumbnails/7.png) top left no-repeat
}

ul#sites li a.pic8 {
	background: url(thumbnails/8.png) top left no-repeat
}

ul#sites li a.pic9 {
	background: url(thumbnails/9.png) top left no-repeat
}

ul#sites li a.pic10 {
	background: url(thumbnails/10.png) top left no-repeat
}





ul.list {
	margin: 0 0 0 40px;
	padding: 0
}

ul.list li {
	margin: 0;
	padding: 0
}	
	
	
	

/*	------------------------------------------------------------
	Recent News
	------------------------------------------------------------ */

#content #recent_news
	{
	float:left;
	margin:0 0 15px 60px;
	width:290px;
	}


/*	------------------------------------------------------------
	footer
	------------------------------------------------------------ */

#footer
	{
	clear:both;
	float:left;
	width:990px;
	background:#fff;
	}
#footer p
	{
	margin:0 10px 32px 30px;
	text-align:center;
	font-size:11px;
	line-height:14px;
	color:#bbb;
	}
#footer p a
	{
	color:#666;
	}