/* CSS Document */
body {
	background-image:url(../images/bg_stripes.jpg);
	margin: 0px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #333;
}

a, a:visited, a:active {
	font-weight: bolder;
	color: #2B1120;
}

a:hover {
	text-decoration: none;
	background-color:#2B1120;
	color: #FFF;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
}

li {
	list-style: url(../images/attribute.gif) outside;
	line-height: 20px;
	padding-left: 25px;
	padding-bottom: 25px;
}

.page_container {
	width: 816px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	width: 800px;
	height: 200px;
	text-align:center;
	padding-top: 50px;
	padding-bottom: 0px;
	margin: 0px 10px;
	background: #FFFFFF url(../images/bg_cabinet.jpg);
}

.home_header {
	width: 816px;
	background: url(../images/bg_header.jpg) no-repeat;
	text-align:center;
	padding-top: 310px;
	padding-bottom: 0px;
}

.maincontent {
	width: 800px;
	margin: 0px 10px;
	padding-top:0px;
	border-top: 2px solid #CCC;
	background: #FFFFFF url(../images/bg_gradient.jpg) repeat-x top;
}

.top_nav {
	width: 487px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

.body_text {
	margin: 20px;
}

.footer {
	text-align:center;
	padding-top: 15px;
	border-top: 2px solid #CCC;
	height: 20px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

.gallery {
	text-align:center;
	margin: 20px;
	vertical-align: middle;
}

img.gallery {
	border: 1px solid #999;
	padding: 3px;
	margin: 15px;
	background: #FFF;
}

.quote {
	font-style:italic;
	padding-right: 7px;
	padding-left: 7px;
}

.attribute {
	text-align: right;
	font-weight: bold;
	padding-bottom: 35px;
	padding-right: 10px;
	background: url(../images/bg_attribute.gif) no-repeat bottom;
}

.required {
	font-weight: bold;
}

/* tab nav in header */
#tab {
	margin: 0;
	padding: 0;
	height: 32px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#tab li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

#tab a {
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:25px; /* for IE5/Win only */
}
	
#tab a:hover {
	background-position: 0 -25px;
}

#tab a:active, #tab a.selected {
	background-position: 0 -25px;
}

#home a  {
	width: 77px;
	background: url(../images/tab_home.gif) repeat-x left top;
}

#profile a  {
	width: 94px;
	background: url(../images/tab_profile.gif) repeat-x left top;
}

#services a  {
	width: 109px;
	background: url(../images/tab_services.gif) repeat-x left top;
}

#portfolio a  {
	width: 121px;
	background: url(../images/tab_portfolio.gif) repeat-x left top;
}

#contact a  {
	width: 86px;
	background: url(../images/tab_contact.gif) repeat-x left top;
}
