/* peterwaterman.com.au CSS Document */
/* Last updated: June 2009 */

body {
	background: #f8fbff;
	margin: 0;
	padding: 0;
	border: 0;
	font: small Helvetica, Arial, sans-serif;
	color: #4f637d;
	}

img { border: 0; }

img.left { float: left; margin: 0 10px 0 0; border: 12px solid #eee; }

img.right { float: right; margin: 0 0 0 10px; border: 12px solid #eee; }

/* typography */

h1 {}

h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.2em;
	margin: 15px 0 7px 0;
	color: #232F3B;
	}
	
h2 {font-size: 26px; letter-spacing: 1px;}

h3 {font-size: 20px;}

h4 {font-size: 16px;}

.center { text-align: center; }

p { 
	margin: 0 0 1em 0;
	line-height: 1.4; 
	}
	
p.testimonial { margin: 0; }	

p.customer { font-style: italic;}

p.date { color: #1c64c2; font-weight: normal; font-size: 14px; font-style: italic; margin-bottom: 0.5em; }

blockquote { 
	background: transparent url(/images/quote_open.gif) no-repeat 0 2px; 
	border: 0; 
	margin: 0; 
	clear:left;
	}

blockquote cite { font-style: italic; }

blockquote > p:first-child { 
	text-indent: 22px; 
	font-size: 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	margin-bottom: 0.7em;
	}

.lastword { 
	padding: 0 22px 0 0; 
	background: transparent url(/images/quote_close.gif) no-repeat right top;
	}


/* main divisions */

#container {
	background: #fff url(/images/bg.gif) repeat-y 0 0;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 965px;
	}
	
#header { 
	margin:0 0 0 6px;
	padding: 0;
	border: 0;
	height: 225px;
	width: 953px;
	}	

#maincontent {
	margin: 0 0 0 14px;
	padding: 0;
	border: 0;
	width: 925px;
	}

.holder { 
	overflow: hidden;
	width: 100%;
	margin-bottom: 18px;
	}

.photo { 
	width: 195px;
	float: left;
	}
	
.photo img	{ border: 12px solid #eee; }

.testimonial {
	width: 715px;
	float: right;	
	}

#footer {
	clear:left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #eee;
	background: transparent;
	height: 50px;
	}
	
#footer p {
	padding: 10px 0 0 0;
	font-size: 11px;
	text-align: center;
	letter-spacing: 1px;
	}


/* menu */

#nav { 
	margin: 0;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 3px;
	}

html>body #nav {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 6px;
	}

#nav ul { margin: 0; }

#nav, #nav ul {
	
	padding: 0;
	background: #a9bdd4;
	list-style-type: none;
	width: 953px;
	float: left;  /* Contain floated list items */ 
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
}

#nav a {
	float: left;
	width: 158px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 2.5;
	text-align: center;
	border-right: 1px solid #4f637d;
}

#nav #nav_con a {
	border: none;
}

#nav a:hover {
	background: #93b1d4;
}

/* #nav {
	margin: 0;
	padding: 0;
	background: #A9BDD4;
	list-style-type: none;
	width: 215px;
	float: left; * Contain floated list items  
	}
	
#nav li {
	margin: 0;
	padding: 0;
	float: left;  * This corrects the 
	width: 100%;  * IE whitespace bug 
	}

#nav a {
	display: block; * to increase clickable area as a’s default to inline 
	color: #4f637d;
	text-decoration: none;
	padding: 0 15px;
	line-height: 2.5;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-weight: normal;
}

#nav #nav_con a {
	border: none;
}

#nav a:hover {
	background: #93B1D4;
	color:#fff;
	} */
	

/* lists styles 

div#maincontent ul 	{
	margin: 3px 0 1em 0;
	padding: 14px 0 5px 0;
	background: #ffcb30;
	border: 1px solid #E8A220;
	font-size: 14px;
	width: 318px;
	}
	
div#maincontent ol li		{
	list-style: decimal outside;
	line-height: 140%;
	margin: 0 5px 10px 0;
	padding: 0 0 0 5px;
	}

div#maincontent ul li	{
	line-height: 140%;
	margin-bottom: 5px; 
	margin-left: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background: transparent url(http://links.server101.com/kidspartymagic/images/listArrow.gif) no-repeat 0 0.35em;
	list-style: none;
	color: #2072df;
	} */
	

/* Default links 	*/

a:link, a:visited {
	font-weight: normal; 
	text-decoration: underline;
	color: #1c64c2;
	background: transparent; 
	}

a:hover {
	font-weight: normal; 
	text-decoration: none;
	color: #1c64c2;
	background: transparent; 
	}

a:active {
	font-weight: normal; 
	text-decoration: none;
	color: #1c64c2;
	background: transparent;  
	}	
	
	
/* Form Styles */	

fieldset {
	border: 1px solid #ccc;
	margin: 16px 0 10px 0;
	padding: 10px;
	background: #eee;
	}
	
form p {
	clear: left;
	margin: 0;
	padding: 5px 0;
	}
	
form p label {
	float: left;
	width: 20%;
	}
	
input.txt {
	width: 225px;
}

input.btn {
	margin: 0 0 0 131px;
	}

select {
	width: 231px;
	}

textarea {
	width: 230px;
	height: 50px;
	}
	
.labelCheckbox {
	float: none;
  	display: block;
  	width: auto;
  	zoom: 1;
  	padding: 0;
  	margin: 0 0 5px 181px;
  	text-align: left;
    }
    
fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 14.7em;
	background-color: transparent;
}
	
#privacypolicy {
	float: right;
	margin: 5px 0 0 0;
	padding: 5px;
	background: #4389e5; 
	border: 1px dotted #3e87e5; 
	width: 250px;
	height: auto;
	}
	
#privacypolicy h3 {
	margin-top: 0;
	margin-bottom: 10px;
	}

#privacypolicy h3, #privacypolicy p { 
	color: #fff;
	}	
	
table {width: 687px;}

table p { text-align: center; }