/*----------------------------------------------------------------------------------
	CSS :: Konrad Kuczak Attorney At Law
----------------------------------------------------------------------------------*/

* {
	font: normal normal normal 12px Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.clr {
	clear: both;
}

html,
body,
div#outer,
div#inner {
    min-height: 100%;
    width: 100%;
    height: auto;
}

* html,
* html body,
* html div#outer,
* html div#inner {
    height: 100%;
}

body {
	background: #18184E url(../images/bg/bg.gif) repeat-x;
}

div#outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

div#inner {
	position: absolute;
	left: 50%;
	width: 762px;
	margin-left: -381px;
}

#inner div#header {
	width: 762px;
	height: 324px;
	background-color: #E8E8F0;
	text-align: center;
}

#header a#logo {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 4px;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
	height: 156px;
	width: 377px;
	background: transparent url(../images/logo/konrad_kuczak_attorney.png) no-repeat 0 0;
}

#header div#shadow-left,
#header div#shadow-right {
	position: absolute;
	top: 0px;
	height: 196px;
	width: 17px;
}

#header div#shadow-left {
	left: -17px;
	background: transparent url(../images/bg/top_shadow_left.png) no-repeat 0 0;
}

#header div#shadow-right {
	right: -17px;
	background: transparent url(../images/bg/top_shadow_right.png) no-repeat 0 0;
}

#header div#nav-contain {
	position: relative;
	margin: auto;
	width: 754px;
	height: 76px;
 	background: transparent url(../images/bg/header.gif) no-repeat; 
}

#nav-contain ul#nav {
	float: right;
	margin-top: 0px;
	padding-top: 0px;
	list-style: none;
}

#nav li {
    float: left;
    position: relative;
	list-style: none;
}

#nav a
{
	display: block;
	height: 60px;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
	background-repeat: no-repeat;
	line-height: 0.5;
	margin-right: 38px;
}

#nav a:hover,
#nav li.hover a#nav-1,
#nav li.hover a#nav-2,
#nav li.hover a#nav-3
{
	background-position: 0 -60px;
}

#nav a#nav-1 {
	width: 68px;
	background-image: url(../images/nav/welcome.gif);
}

#nav a#nav-2 {
	width: 97px;
	background-image: url(../images/nav/about.gif);
}

#nav a#nav-3 {
	width: 59px;
	background-image: url(../images/nav/contact.gif);
}

#header div#flash {
	margin: 4px auto 0px auto;
	width: 754px;
	height: 240px;
}

#inner div#content-holder {
	position: relative;
	margin: auto;
	width: 738px;
	background: #fff url(../images/bg/content.gif) repeat-x;
	z-index: 1000;
}

#content-holder div#content-bottom {
	width: 738px;
	height: 27px;
	background: #fff url(../images/bg/content_bottom.jpg) no-repeat;
}

#content-holder div#content-left,
#content-holder div#content-right {
	position: absolute;
	bottom: 0px;
	height: 157px;
	width: 17px;
}

#content-holder div#content-left {
	left: -17px;
	background: transparent url(../images/bg/content_shadow_left.png) no-repeat;
}

#content-holder div#content-right {
	right: -17px;
	background: transparent url(../images/bg/content_shadow_right.png) no-repeat;
}

#content-holder div#content {
	margin: 22px 10px 22px 22px;
}

#content img.fr {
	float: right;
	border: 1px solid #18184E;
	margin: 10px;
}

#content h1 {
	font: normal normal normal 21px "AvantGarde Bk BT", Arial;
}

#content h2 {
	font: normal normal bold 12px Tahoma;
	color: #232374;
	margin-top: 14px;
}

#content p {
	margin-top: 12px;
	color: #3E3E3E;
	line-height: 17px;
}

#content ul {
	list-style: square;
	margin-left: 15px;
}

#content ul li,
#content ul a {
	font: normal normal normal 11px Tahoma;
}

#content ul a {
	color: #1F4C63;
}

#inner div#body {
	position: absolute;
	top: 324px;
	left: 0px;
	background: #E8E8F0 url(../images/bg/body.gif) top center no-repeat;
	width: 762px;
	z-index: 0;
}

#body div#body-bottom {
	width: 762px;
	height: 8px;
	background: #E8E8F0 url(../images/bg/body_bottom.gif) no-repeat;
}

#body div#body-content-right {
	height: 280px;
	float: left;
	width: 242px;
	margin: 6px 0px 16px 12px;
}

#inner div#footer {
	font: normal normal normal 11px Tahoma;
	color: #8C8CF2;
	margin: 0px 13px 10px 13px;
}

#inner div#footer a {
	font: normal normal normal 11px Tahoma;
	color: #8C8CF2;
	text-decoration: underline;
}

/*----------------------------------------------------------------------------------
	CSS :: Konrad Kuczak Attorney At Law :: Contact Form
----------------------------------------------------------------------------------*/

/* Contact Form Style */

form#contact-form {
	font-size: 13px;
	margin: auto;
	text-align: center;
	width: 80%;
}

#contact-form fieldset {
	width: 80%;
	padding: 8px;
	margin: 15px;
	border: 1px solid #ccc;
	text-align: left;
}

#contact-form legend {
	background: #fff;
	font-weight: bold;
	color: #777;
	padding: 2px 15px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

#contact-form label {
	position: relative;
	display: block;
	clear: both;
}
#datasheet strong {
	color: #999;
	font-weight: bold;
}

#contact-form span.label-text {
	position: relative;
	display: block;
	float: left;
	width: 140px;
	height: 30px;
	color: #999;
	font-weight: bold;
	margin-right: 1px;
	margin-right: 3px;
}

#contact-form input,
#contact-form textarea,
#contact-form select {
	font-size: 11px;
	padding: 3px 8px;
	color: #636363;
	border: 1px solid #787878;
}

#contact-form select {
	padding: 3px 1px;
}

#contact-form option {
	padding: 0 5px;
}

#contact-form textarea {
	margin: 5px 0;
}

#contact-form input {
	width: 155px;
}

input#submit {
	font: normal normal bold 11px Verdana;
	color: #fff;
	background-color: #4b488c;
	border: 2px solid #000;
	width: 146px;
	height: 24px;
	margin: 5px;
}
