body {
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-align: justify;
	line-height: 2.25em;
	color: #555555;
	}

.wrapper {
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	width: 960px;
	}

a {color: #0075B2; text-decoration: none; font-weight: bold; }
a:hover {color: #555555; text-decoration: none; font-weight: bold; }

h1 {font-size: 24px; color: #555555; }
h2 {font-size: 18px; color: #0075B2; }
h3 {font-size: 13px; color: #0075B2; }
h4 {font-size: 11px; color: #555555; }
h5 {font-size: 10px; color: #CCCCCC; line-height: 1em; }

p {
margin-top: 0em;
margin-bottom: 0.75em;
}

/*----Text styling / Paragraphs-----*/

#content p img.right {float: right; margin: 5px 0px 10px 10px;}
#content p img.simple {background: none; border: none; padding: 0; margin: 0}
#sidebar p img {background: none; border: none; padding: 0; margin: 0;}

.news p {border-bottom: 1px solid #DFE1E2; padding-bottom: 15px; margin-bottom: 60px;}
.news p:last-child {border: none; margin-bottom: 0px;}

.home {padding-top: 10px;}
.home img {margin: 0px 5px;}

blockquote {
  background: url(http://www.russellandjones.com.au/images/blockquote.png) left top no-repeat;
}
blockquote p {
  margin-left: 35px;
  margin-right: 20px;
  font-style: normal;
}

.listitem li {
	padding-left: 32px;
	margin-left: 8px;
	background: url("http://www.russellandjones.com.au/images/rj-listitem.png") no-repeat left ;
}

ol {
font: inherit;
color: #555555;
list-style-type: decimal;
padding-left: 25px;
margin-left: 8px;
}

/*---------------Header Part----------------*/
	
#header {
	height: 150px;
	background: #0075B2 url("http://www.russellandjones.com.au/images/header-bkg.png") repeat-x;
	overflow: hidden;
	}

#logo {
	float: left;
	width: 960px;
	height: 150px;
	padding-top: 0px;
	overflow: hidden;
	}


/*---------------Content Part----------------*/

#contentpart {
	border-top: 0px solid #FFFFFF;
	height: 45px;
	background: #FFFFFF url("http://www.russellandjones.com.au/images/nav-bkg.png") repeat-x;
	}

#content {
	clear: both;
}

.title {
	border-bottom: 1px solid #DFE1E2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#rollovera {
  display: block;
  width: 270px;
  height: 90px;
  background: url("http://www.russellandjones.com.au/images/button-about.png") no-repeat 0 0;

}

#rollovera:hover
{ 
  background-position: 0 -90px;
}

#rollovera span
{
  display: none;
}

#rolloverb {
  display: block;
  width: 270px;
  height: 90px;
  background: url("http://www.russellandjones.com.au/images/button-services.png") no-repeat 0 0;

}

#rolloverb:hover
{ 
  background-position: 0 -90px;
}

#rolloverb span
{
  display: none;
}

#rolloverc {
  display: block;
  width: 270px;
  height: 90px;
  background: url("http://www.russellandjones.com.au/images/button-contact.png") no-repeat 0 0;

}

#rolloverc:hover
{ 
  background-position: 0 -90px;
}

#rolloverc span
{
  display: none;
}

#rolloverd {
  display: block;
  width: 270px;
  height: 90px;
  background: url("http://www.russellandjones.com.au/images/button-orthok.png") no-repeat 0 0;

}

#rolloverd:hover
{ 
  background-position: 0 -90px;
}

#rolloverd span
{
  display: none;
}

/*---------------Menu----------------*/
		
		.menu {
			float: left;
			height: 45px;
			margin-bottom: 45px;
			list-style: none;
			font-weight: normal;
			}
		
		.menu li {
			float: left;
			
			}
		
		.menu li a{
			float: left;
			color: #555555;
			text-decoration: none;
			display: block;
			padding-left: 12px;
			padding-right: 13px;
			height: 45px;
			padding-top: 11px;
			min-width: 35px;
			text-align: center;
			font-weight: normal;
			}
		
		.menu li a:hover{
			background: #FFFFFF url("http://www.russellandjones.com.au/images/nav-over.png") repeat-x;
			color: #0075B2;
			font-weight: normal;
			}
		
		.menu li.current a {
			background: #FFFFFF url("http://www.russellandjones.com.au/images/nav-bkg.png") repeat-x;
			color: #0075B2;
			font-weight: normal;
			}
			
		#arrow {
			clear: both;
			height: 39px;
			padding-left: 750px;
			overflow: hidden;
		}
			
/*---------------3 Column Layout (3 equal columns)----------------*/
					
					#column1 {
						float: left;
						width: 270px;
					}
					
					#column2 {
						float: left;
						width: 270px;
						margin-left: 75px;
						margin-right: 75px;
					}
					
					#column3 {
						float: left;
						width: 270px;
					}
					
					#column4 {
						float: left;
						width: 960px;
						}
	
/*---------------2 Column Layout (with small sidebar)----------------*/
					
					#main {
						float: left;
						width: 640px;
					}
					
					#sidebar {
						float: left;
						width: 240px;
						margin-left: 80px;
					}
					
/*---------------Sidebar menu----------------*/
					
							.sidemenu {
								list-style: none;
							}
							
							.sidemenu li {
								border-bottom: 1px solid #DFE1E2;
								height: 30px;
								padding-top: 8px;
								padding-bottom: 2px;
								padding-left: 10px;
								}
							
							.sidemenu li a {
								text-decoration: none;
								color: #555555;
								font-size: 11px;
								font-weight: normal;
								}
							
							.sidemenu li a:hover{
								text-decoration: none;
								color: #0075B2;
								font-size: 11px;
								font-weight: normal;
								}
								

/*---------------Contact form----------------*/
							

							#contact-area {
								width: 585px;
							}
							
							#contact-area input, #contact-area textarea {
								padding: 5px;
								width: 356px;
								margin: 0px 0px 10px 0px;
								border: 1px solid #CCCCCC;
							}
							
							#contact-area textarea {
								height: 90px;
							}
							
							#contact-area textarea:focus, #contact-area input:focus {
								border: 1px solid #0075B2;
							}
							
							#contact-area input.submit-button {
								width: 70px;
								float: right;
								background: #0075B2;
								color: #FFFFFF;
								border: 1px solid #E9E9E9; 
								padding: 5px;
								margin-right: 100px;
								cursor: pointer;
							}
							
							label {
								float: left;
								text-align: right;
								margin-right: 15px;
								width: 100px;
								padding-top: 5px;
							}			
						
/*---------------Footer----------------*/

#bottom {
	clear: both;
	margin: 30px 0px 30px 0px;
	padding-top: 10px;
	border-top: 1px solid #DFE1E2;
	text-align: right;
}
	
						
					
					
						