@charset "utf-8";


/* Primary CSS Style Sheet for Sydneywide Cleaning Web Site */

/* 	Metadata
---------------------------------------------------------------------------------------
 		WebSite Design by: Kate - KRCreative - www.krcreative.com.au  
		Contact: kate@krcreative.com.au
		WebSite Development by: Scott - hpmhosting - www.hpmhosting.com.au 
 		Contact - scott@hpmhosting.com.au 
	
		Version 1.0
		27 March 2009
	
*/	

/*---Reset of the Browser Properties---*/

/*---This is the nifty work of Eric Myer (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) --*/



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,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*---End of Eric's Nifty Work--*/




body  {
	background: #cddbf0;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
/*	height: 792px; */
	background: #FFFFFF;
	margin: 0 auto;
	border: 15px solid #007dc3;
	text-align: left;
	width: 925px;
}
#sidebar1 {
	float: left;
	width: 108px;
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

#MainTopPanel {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#menu {
	float:none;
	margin-top: 05px;
	padding: 5px;
	width: 775px;
	height: 28px;
	background-color: #8ab0dd;
}

#menu ul {
padding: 0;
margin: 0;
list-style: none;
}
  
#menu ul li {
float: left;
position: relative;
}

#menu ul li a {
	display: block;
	margin: 0 0px 0 0;
	padding: 5px 0px 15px 0px; 
	height: 10px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration: none;
	text-align: center;
	font-variant: normal;
	font-weight: bold;
	text-transform: none;
	border-left: solid;
	border-left-color: #FFFFFF;
	border-left-width: 2px;
}

#menu ul li#home a {width: 60px; border-left: none;}
#menu ul li#services a { width: 95px; }
#menu ul li#equipment a { width: 100px; }
#menu ul li#ohs a { width: 275px; }
#menu ul li#references a { width: 120px; }
#menu ul li#contact a { width: 100px; }

#Content {
	margin-top: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
/*	overflow: scroll; */
	height: 520px;
	width: 785px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

a:link {
	color: #1487C8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

h1 {
}

h2 {
	font-size: 14px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #007dc3;
	line-height: 30px;
}

h3 {
	font-size: 14px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: #007dc3;
	line-height: 30px;
}

ol li {
	list-style-type: square;
	list-style-position: inside;
	list-style-image: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	text-transform: capitalize;
	text-transform: capitalize;
	color: #007dc3;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#footer {
	width: 955px; 
	padding: 5px 15px 0 10px; 
	margin: 0 auto;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-variant:small-caps;
} 

#footleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: none;
	text-transform: none;
	color: #007dc3;
	text-align: left;
}

#footright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: none;
	text-transform: none;
	color: #007dc3;
	text-align: right;
	margin-top:-10px; 
	text-decoration:none;
}

#footright a {
	text-decoration:none
}
	
	
.Main.Site.Content #container #mainContent #Content ol li {
	font-family: Arial, Helvetica, sans-serif;
}
.Main.Site.Content #container #mainContent #Content table tr td {
	font-family: Arial, Helvetica, sans-serif;
}
