/*
Theme Name: SIS
Version: 1.0
Author: Kinski & Bourke
Author URI: http://www.kinskiandbourke.com/
*/


/* start presets */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub,  tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #029491;
	font-family: Arial, Helvetica, sans-serif;
	color: #545148;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end presets */


#header {
	width: 800px;
}

#header-menu {
	background-color: #FFFFFF;
	height: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

#header-top {
	height: 124px;
	background-image: url(images/header-top.jpg);
}

#header-top-logo {
	width: 251px;
	height: 124px;
	float: left;
}


#header-home-top {

	background-image: url(images/header/home-top.png);
}



/* start header images */

#header-welcome-to-our-website, #header-about, #header-services, #header-referral, #header-useful-links, #header-feedback, #header-contact-us, #header-clients, #header-thank-you {
	padding-top: 126px;
	height: 59px;
}

#header-welcome-to-our-website-top, #header-about-top, #header-services-top, #header-referral-top, #header-useful-links-top, #header-feedback-top, #header-contact-us-top, #header-clients-top, #header-thank-you-top {
	width: 549px;
	height: 124px;
	float: right;
}

#header-welcome-to-our-website          {background-image: url(images/header/home.jpg)}
#header-about         {background-image: url(images/header/about-us.jpg)}
#header-services      {background-image: url(images/header/services.jpg)}
#header-referral      {background-image: url(images/header/referral.jpg)}
#header-thank-you     {background-image: url(images/header/referral.jpg)}
#header-useful-links  {background-image: url(images/header/useful-links.jpg)}
#header-clients       {background-image: url(images/header/clients.jpg)}
#header-feedback      {background-image: url(images/header/feedback.jpg)}
#header-contact-us    {background-image: url(images/header/contact-us.jpg)}

#header-welcome-to-our-website-top          {background-image: url(images/header/home-top.png)}
#header-about-top         {background-image: url(images/header/about-us-top.png)}
#header-services-top      {background-image: url(images/header/services-top.png)}
#header-referral-top      {background-image: url(images/header/referral-top.png)}
#header-thank-you-top      {background-image: url(images/header/referral-top.png)}
#header-useful-links-top  {background-image: url(images/header/useful-links-top.png)}
#header-clients-top       {background-image: url(images/header/clients-top.png)}
#header-feedback-top      {background-image: url(images/header/feedback-top.png)}
#header-contact-us-top    {background-image: url(images/header/contact-us-top.png)}

/* end header images */



#header-title {
	height: 59px;
	color: #ffffff;
}

#leftcolumn {
	float: left;
	width: 527px;
	padding-top: 30px;
	padding-bottom: 25px;
}

#rightcolumn {
	float: right;
	width: 273px;
	padding-top: 30px;
	padding-bottom: 25px;
}

#footer {
	clear: both;
	height: 23px;
	background-color: #c4c4c4;
	color: #ffffff;
	font-size: 70%;
	text-align: left;
	padding-left: 30px;
	padding-top: 7px;
}

div#footer span {
	display: none;
}

#container {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/bg-container.png);
}

p, h1, h2, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div#header-title h2 {
	font-size: 160%;
	margin-left: 30px;
	margin-top: 15px;
}

div#header-menu ul {
	list-style-type: none;
	font-size: 75%;
	font-weight: bold;
	float: right;
}

div#header-menu li {
	display: inline;
	padding-left: 15px;
	float: left;
}

div#header-menu span {
	float: left;
	font-size: 75%;
	font-weight: bold;
	padding-top: 4px;
}

div#header-menu span img {position: relative; top: 3px;}

a:link {color: #029491; text-decoration: none;}
a:visited {color: #029491; text-decoration: none;}
a:hover {color: #105052; text-decoration: none;}
a:active {color: #029491; text-decoration: none;}

div#header-menu ul li a {background-image: url(images/bg-menu.png); background-repeat: no-repeat; background-position: left; height: 23px; display: block; float: left; padding-left: 15px; padding-top: 7px;}
div#header-menu ul li a:link {color: #029491; text-decoration: none;}
div#header-menu ul li a:visited {color: #029491; text-decoration: none;}
div#header-menu ul li a:hover {color: #105052; text-decoration: none;}
div#header-menu ul li a:active {color: #029491; text-decoration: none;}


div#leftcolumn p {
	font-size: 80%;
	line-height: 135%;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 12px;
        text-align: justify;
}

div#leftcolumn h3 {
	color: #029491; 
	font-size: 95%;
	margin-bottom: 12px;
	margin-left: 30px;
        margin-right: 30px;
}

div#rightcolumn p, div#rightcolumn h3 {
	margin-left: 30px;
	margin-bottom: 12px;
}

div#rightcolumn p {
	color: #75726b;
	font-size: 70%;
}

div#rightcolumn h3 {
	color: #029491; 
	font-size: 95%;
}

div#leftcolumn ul {
        text-align: justify;
	list-style-image: url(images/tick.png);
	font-size: 80%;
	line-height: 135%;
	margin-left: 50px;
	margin-right: 30px;
	margin-bottom: 12px;
}



/* START FORMS */

form {
	font-size: 80%;
	text-align: left;
}

fieldset {  
margin: 1em 30px 0 30px;  
padding: 0;
border: 1px solid #e5e5e5;
background-image: url(images/bg-form.png);
background-repeat: no-repeat;
background-position: right bottom;
}

legend {  
margin-left: 1em;  
color: #029491; 
background-color: #ffffff;
font-weight: bold;
font-size: 11pt;
}

fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}

fieldset li {  
padding-bottom: .1em;
padding-left: .1em;
margin-bottom: .75em;
padding-top: .1em;
background-image: url(images/misc/fieldset-bg.png);
background-repeat: repeat-x;
background-position: top;
}

fieldset.submit {  
float: none;  
width: auto;  
border-style: none;  
padding-left: 12em;  
background-color: white;  
background-image: none;
}

fieldset.submitbutton {  
float: none;  
width: auto;  
border-style: none;  
padding-left: 14em;  
background-color: white;  
background-image: none;
}

label {  
float: left;  
width: 12em;  
margin-right: 1em;
}

fieldset fieldset {  
/* margin-bottom: -2.5em; */
border: 0px;
border-style: none;  
background-color: transparent;  
background-image: none;
margin-left: 0px;
}

fieldset fieldset legend {  
margin-left: 0;  
font-weight: normal;
color: #545148;
background-color: transparent;  
background-image: none;
font-size: 100%;
}

fieldset fieldset ol {  
position: relative;  
top: -1.5em;  
margin: 0 0 0 13em;  
padding: 0;
}

fieldset fieldset label {  
float: none;  
width: auto;  
margin-right: auto;
}

.textSmall {
	width: 50px;
}

textarea {
	width: 58%;
	height: 35px;
}

.small {
	font-size: 65%;
	position: relative;
	bottom: 4px;
}

.star {
	font-weight: bold;
	color: #0066a6;
}

.marginfix {
	margin-bottom: -15px;

}

select {color: #636363;}

/* END FORMS */