@charset "UTF-8";
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#EAE8E7;
	line-height:140%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#666666;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-color: #fff;
	background-image:url(http://www.creatingorder.com.au/images/Creating_Order_weblogo.gif) ;
	background-repeat:no-repeat;
	height: 90px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding: 10px 42px 10px 0px;
	text-align:right;
	
}
#nav {
	background-color:#fff;
	height: 24px;
	padding: 2px;
	border-bottom: 3px solid #5E2866;
	}
#maincontent {
	float:right;
	width: 65%; /* since this element is floated, a width must be given */
	padding: 20px 50px 30px 0px;
}
#leftsidebar {
	float: left;
	width: 20%;
	padding: 28px 0px 40px 45px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
}
#leftsidebar p {
	padding: 0px;
}
#footer {
	clear:both;
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#5E2866;
	color:#CCCCCC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #CCCCCC;
	font-size: 11px;
	text-decoration:none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}


#sidebar1 {
	float: right; 
	width: 430px; /* since this element is floated, a width must be given */
	padding: 65px 50px 50px 15px; /* top and bottom padding create visual space within this div */
}
#sidebar1 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
#sidebar1 a{
	color: #000;
	text-decoration:none;
	
}
#maincontent a{
	color: #5B5252;
	text-decoration:underline;
}
#maincontent a:hover{
	color: #000;
	text-decoration:none;
}
#sidebar1 a:hover {
	color: #5B5252;
	text-decoration:none;
}

#sidebar1 ul li a{
	color: #fff;
	text-decoration:none;
}

#link a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}
#link a:hover {
	color: #666666;
	text-decoration:underline;
}




h1{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:100;
	color:#451E4C;	
	padding:0px;
	line-height:14px;
}
h2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:900;
	color:#451E4C;
	line-height:12px;
}
h3{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:900;
	line-height:0px;	
	color:#451E4C;	
	padding:0px;
	line-height:14px;
}
h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:100;
	line-height:0px;
	color:#FF0000;	
}
h5{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:100;
	line-height:0px;
	color:#00CC66;
}
li{
	padding: 0px;
}
.warning{
	color:#FF0000;
}
.required{
	color:#FF0000;
}
.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;
}
#pricelist td{
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-spacing:0px;
	padding:4px 4px 4px 4px;
	margin:0px;
	
}

