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

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

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

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

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

#content p img {background: #F5F5F5; border: 1px solid #E9E9E9; float: left; padding: 4px; margin: 5px 10px 10px 0px;}
#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;}

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

blockquote {
  background: url(http://www.digitalninja.com.au/images/quote1.gif) left top no-repeat;
}
blockquote p {
  padding: 0 60px;
  background: url(http://www.digitalninja.com.au/images/quote2.gif) right bottom no-repeat;
  font-style: normal;
}

.listitem li {
	padding-left: 15px;
	margin-left: 4px;
	background: url(http://www.digitalninja.com.au/images/dn-listitem.png) no-repeat left ;
}

/*---------------Header Part----------------*/
	
#header {
	height: 175px;
	background: #990000 url(http://www.digitalninja.com.au/images/dn-bg-red.jpg) repeat-x;
	overflow: hidden;
	}

#logo {
	float: left;
	width: 310px;
	height: 90px;
	padding-top: 25px;
	overflow: hidden;
	}


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

#contentpart {
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF  url(http://www.digitalninja.com.au/images/dn-bg-pale.jpg) repeat-x;
	}

#content {
	clear: both;
}

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

/*---------------Menu----------------*/
		
		.menu {
			float: left;
			height: 50px;
			margin-bottom: 30px;
			list-style: none;
			font-weight: normal;
			}
		
		.menu li {
			float: left;
			
			}
		
		.menu li a{
			float: left;
			color: #555555;
			text-decoration: none;
			display: block;
			padding-left: 15px;
			padding-right: 15px;
			height: 36px;
			padding-top: 14px;
			min-width: 35px;
			text-align: center;
			font-weight: normal;
			}
		
		.menu li a:hover{
			background: #990000;
			color: #FFFFFF;
			font-weight: normal;
			}
		
		.menu li.current a {
			background: #990000;
			color: #FFFFFF;
			font-weight: normal;
			}
			
		#arrow {
			clear: both;
			height: 39px;
			padding-left: 750px;
			overflow: hidden;
		}
			
/*---------------3 Column Layout (3 equal columns)----------------*/
					
					#column1 {
						float: left;
						width: 280px;
					}
					
					#column2 {
						float: left;
						width: 280px;
						margin-left: 45px;
						margin-right: 45px;
					}
					
					#column3 {
						float: left;
						width: 280px;
					}
					
					#column4 {
						float: left;
						width: 930px;
						}
					
/*---------------2 Column Layout (with small sidebar)----------------*/
					
					#main {
						float: left;
						width: 585px;
					}
					
					#sidebar {
						float: left;
						width: 300px;
						margin-left: 45px;
					}
					
/*---------------Sidebar menu----------------*/
					
							.sidemenu {
								list-style: none;
							}
							
							.sidemenu li {
								border-bottom: 1px solid #E9E9E9;
								height: 27px;
								padding-top: 8px;
								padding-left: 10px;
								}
							
							.sidemenu li a {
								text-decoration: none;
								color: #555555;
								font-size: 11px;
								}
							
							.sidemenu li a:hover{
								text-decoration: none;
								color: #990000;
								font-size: 11px;
								}
								

/*---------------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 #990000;
							}
							
							#contact-area input.submit-button {
								width: 70px;
								float: right;
								background: #990000;
								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 #E9E9E9;
	text-align: right;
}
	
						
					
					
						
