/* ___________blanket statements___________ */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

img	{
	border: 0;
}

/* ___________global rules___________ */

body {
	text-align: center;
	min-width: 621px;
	background-color: #fff;
}

#container {
	margin: 0 auto;
	width: 621px;
	text-align: left;
}

/* ___________header rules___________ */

#header {
	width: 621px;
	background: url(./images/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: -5px;
	margin-top: 15px;
}

#header h1 {
	height: 0px;
	visibility: hidden;
	margin-top: 20px;
	margin-bottom: -6px; /* controls the logo's distance from horiz rule */
}

/* ___________nav-subnav rules___________ */

#nav {
	float: right;
}

/********* both lists ************/
#subnavlist,
#navlist {
	margin: 0em 0;
	padding: 0;
	list-style: none;
}

#subnavlist li,
#navlist li {
	margin: 0;
	padding: 0;
}

/******** all rollover images ********/
.home {
	background: url(./images/home_hov.gif) top left no-repeat; 
	width: 32px;
}

.portfolio {
	background: url(./images/bow_on.gif) top left no-repeat;
	width: 105px;
}

.services {
	background: url(./images/services_on.gif) top left no-repeat;
	width: 146px;
}

.about {
	background: url(./images/about_on.gif) top left no-repeat;
	width: 86px;
}

.contact {
	background: url(./images/contact_on.gif) top left no-repeat;
	width: 91px;
}

.prev {
	background: url(./images/previous_hov.gif) top left no-repeat;
	width:42px;
}

.next {
	background: url(./images/next_hov.gif) top left no-repeat;
	width: 26px;
}

/********** horizontal ********/
#navlist {
	height: 19px;
	width: 428px;
	margin: 0em 0;
	margin-right: 18px;
	margin-top: 5px;
}

#navlist li {
	display: block;
	float: left;
}

#navlist a:hover img {
	visibility: hidden;
}

#navlist a {
	display: block;
}

#navlist a/**/ {
	height: 19px; /* hide from IE5.0/win */
}

/* fixes for IE/win \*/
* html #navlist a {
	cursor: hand;
}

* html #navlist li a:hover {
	height: 1%;
}

/******** vertical **********/
#subnavlist {
	float: left;
	w\idth: 127px; /* must hide from IE5.5/win, instead use container to limit width */
}

* html #subnav {
	width: 279px; /* for IE5.5/win */
	w\idth: auto;
}

#subnav {
	width: 279px;
}

#subnavlist li a {
    display: block;
	height: 24px;
	border: none;
	text-decoration: none;
}

#subnavlist li a img {
    border: none;
	vertical-align: bottom; /* for IE6 */
}

#subnavlist li a:hover img {
	visibility: visible;
}

#subnavlist li a:hover img/**/ {
    visibility: hidden; /* hide from IE5.0/win */
}

/* fixes for IE/win \*/
* html #subnavlist li a {
	cursor: hand;
}

* html #subnavlist li a:hover {
	height: 1%;
}

/********** little pageturn horizontal ********/
#prevnext {
	width: 126px;
	float: right;
	margin-top: -18px;
}

#prevnextlist {
	height: 22px;
	width: 126px;
	margin: 0em 0;
}

#prevnextlist li {
	display: block;
	float: left;
}

#prevnextlist a:hover img {
	visibility: hidden;
}

#prevnextlist a {
	display: block;
}

#prevnextlist a/**/ {
	height: 22px; /* hide from IE5.0/win */
}

/* fixes for IE/win \*/
* html #prevnextlist a {
	cursor: hand;
}

* html #prevnextlist li a:hover {
	height: 1%;
}


/* ___________content-footer rules___________ */

#contentspace {
	width: 621px;
	font-family: georgia, Times, serif;
	font-size: 11px;
}

#descr {
	width: 208px;
	float: right;
	margin-bottom: 60px;
	margin-top: -18px;
}

#footer {
	width: 621px;
	clear: both;
}

li {
	line-height: 1.5;
	margin-left: 20px;
	list-style: url(./images/listblack.gif);
}

#contentspace p {
	width: 200px;
}

#contentspace li {
	width: 200px;
}

