/**
 * 	file  :     style.css
 *  author:     adam frankowski
 *  version:    2.0
 *  desc:       KarioukArchitecture.com kW style sheet
 *
 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	
}

/* main link highlighting */
a:link    {
	color: #000000;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
a:visited    {
	color: #000000;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 0px;
	font-size: 12px;
}
a:hover    {
	color: #000000;
	text-decoration: underline;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 0px;
	font-size: 12px;
}
a:active    {
	color: #000000;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 0px;
	font-size: 12px;
}


a.sublink:link    { 	color: #4A6B84; }
a.sublink:hover    { 	color: #4A6B84; }
a.sublink:active    { 	color: #4A6B84; }
a.sublink:visited    { 	color: #4A6B84; }

#offsetdiv {
	margin-left: 40px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: text-top;
}

td.fact {
	font-weight: bolder;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 20px;
	font-size: 14px;
	padding-bottom:10px;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.contact {
	line-height: 0px;
}
h2.contact {
	margin-top: 40px;
	font-size:1.5em;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}

.sublink {
	font-size: 6px;
}

h1	{ font-size:1.8em; color: #000000; margin:0; padding:4px 0}
h1.simplepage	{ font-size:1.8em; color: #000000; margin:0; padding-top: 40px;}

h2	{ font-size:1.5em; color: #4A6B84; margin:0; padding:4px 0}

hr {
	border: 0px solid black;
	border-top: 1px solid #aaa; vertical-align:top;
}


