/* ____________________________________  Peter Buckley dot com dot au  _______________________________________ */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background:#000;
	color: #BBB8AE;
}
* html body {
	padding-left: 1px;
}

#container {
 width: 725px;
 background: url(c_back.jpg) repeat-y;
 margin: 0 auto;
 margin-bottom: 15px;
 padding: 0px;
 text-align: left;
}

/*classes*/
.hide {
	display: none;
}
.clearer {
	clear: both;
}
.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top:3px;
}
.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	border: 1px solid #1c1e2e;
	padding:3px;

}
.divider {
	clear: both;
	height: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	background: url(bg_divider.gif) repeat-x 50% 50%;
}
.sidedivider {
	clear: both;
	height: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	background: url(bg_divider.gif) repeat-x 50% 50%;
}
/*classes-end*/


/* __________ Page Titles    _____________*/

#pageHeader {
 width: 725px;
 height: 45px;
 background: url(headerBG.jpg) no-repeat;
}


#keynote h3 { background: url(title_keynote.jpg) no-repeat; width: 725px; height: 56px;}
#services h3 { background: url(title_services.jpg) no-repeat; width: 725px; height: 56px; }
#mc h3 { background: url(title_mc.jpg) no-repeat; width: 725px; height: 56px; }
#presentation h3 { background: url(title_presentation.jpg) no-repeat; width: 725px; height: 56px; }
#media h3 { background: url(title_media.jpg) no-repeat; width: 725px; height: 56px; }
#voiceover h3 { background: url(title_voiceovers.jpg) no-repeat; width: 725px; height: 56px; }
#oncamera h3 { background: url(title_oncamera.jpg) no-repeat; width: 725px; height: 56px; }
#profile h3 { background: url(title_profile.jpg) no-repeat; width: 725px; height: 56px; }
#services h3 { background: url(title_news.jpg) no-repeat; width: 725px; height: 56px; }
#testimonials h3 { background: url(title_testimonials.jpg) no-repeat; width: 725px; height: 56px; }
#clients h3 { background: url(title_clients.jpg) no-repeat; width: 725px; height: 56px; }
#clients1 h3 { background: url(title_clients.jpg) no-repeat; width: 725px; height: 56px; }
#clients2 h3 { background: url(title_clients.jpg) no-repeat; width: 725px; height: 56px; }
#clients3 h3 { background: url(title_clients.jpg) no-repeat; width: 725px; height: 56px; }
#contact h3 { background: url(title_contact.jpg) no-repeat; width: 725px; height: 56px; }

/* __________ End Page Titles    _____________*/

/* __________ Navigation    _____________*/
#nav { 
	width:650px; 
	height:33px;
	float: left;
	margin-left: 20px;
	margin-top: 67px;
	 }

/*  Menu   */

.preload1 {background: url(dropmenu_2a.gif);}
.preload1 {background: url(dropmenu_2b.gif);}

.dropmenu {padding:0 0 0 15px; margin:0; list-style:none; height:36px; background:transparent url(dropmenu_back.gif); position:relative; z-index:500; font-family:arial, verdana, sans-serif; font-size:11px;}
.dropmenu li.top {display:block; float:left;}
.dropmenu li a.top_link {display:block; float:left; height:36px; line-height:27px; color:#1c1e2e; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 3px; cursor:pointer; background: url(dropmenu_0a.gif) no-repeat;}
.dropmenu li a.top_link span {float:left; display:block; padding:0 10px 0 9px; height:36px;background:url(dropmenu_0b.gif) right top; font-size:11px;}
.dropmenu li a.top_link:hover {color:#1c1e2e; background: url(dropmenu_2a.gif) no-repeat; line-height:25px;}
.dropmenu li a.top_link:hover span {background:url(dropmenu_2b.gif) no-repeat right top;}

.dropmenu li:hover > a.top_link {color:#1c1e2e; background: url(dropmenu_2a.gif) no-repeat; line-height:25px;}
.dropmenu li:hover > a.top_link span {background:url(dropmenu_2b.gif) no-repeat right top;}


.dropmenu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.dropmenu a:hover {visibility:visible; position:relative; z-index:200;}
.dropmenu li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.dropmenu ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.dropmenu ul.sub1 {width:245px;}
.dropmenu ul.sub2 {width:175px;}
.dropmenu ul.sub3 {width:130px;}
.dropmenu ul.sub4 {width:100px;}

.dropmenu :hover ul {left:0; top:35px; background: #000; filter: alpha(opacity=80);
           -moz-opacity: 0.8;
   opacity: 0.80; padding:3px; border:1px solid #000; color:#fff; border-width:0 1px 1px; white-space:nowrap; height:auto; z-index:1;}
.dropmenu :hover ul li {display:block; height:20px; position:relative; font-weight:bold; width:auto;}
.dropmenu :hover ul li a {display:block; font-size:11px; height:20px; line-height:20px; width:auto; padding:0 10px; color:#fff; text-decoration:none;}
.dropmenu :hover ul li a:hover {background:#efc85f; filter: alpha(opacity=80);
           -moz-opacity: 0.8;
   opacity: 0.80; color:#000;}
/* __________ End Navigation    _____________*/


/* __________ Titles    _____________*/



#title {  width:725px; height:45px; background:url(name.jpg) no-repeat; }
#header {  width:725px; height:278px; background:url(head.jpg) no-repeat; }
#header2 {  width:725px; height:112px; background:url(head2.jpg) no-repeat; }

/* __________ End Titles    _____________*/

blockquote {
	margin: 10px;
	padding: 0 0 0 28px;  
  	border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

blockquote2 {
	margin: 10px;
	padding: 0 0 0 28px;
	width: 425px;  
  	border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

/* __________ Forms    _____________*/

input, textarea {
	font: 10px verdana, arial, sans-serif;
	color: #1c1e2e;
	border: 1px solid #A1A19F;
	margin: 1px 2px;
	-moz-border-radius: 4px;
	background-color: #fff;
	padding-left:30px;
	height: 20px;
	}

input:hover, textarea:hover { 
	border-color: #52535d; 
	background-color: #fff;
	}
input:focus, textarea:focus {
	border-color: #52535d; 
	background-color: #fff;
	}
	
input2, textarea {
	font: 10px verdana, arial, sans-serif;
	color: #1c1e2e;
	border: 1px solid #A1A19F;
	margin: 1px 2px;
	-moz-border-radius: 4px;
	background-color: #fff;
	padding-left:55px;
	}	
	
.button {
	outline:none;
	margin:0;
	padding-left: 0;
	text-align:center;
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	color:#1c1e2e;
	width:55px;
	height:18px;
	background-color:#fff;
	border: 1px solid #d0d0d0;
}	
	
SELECT {FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 9px; COLOR: #000; FONT-WEIGHT: normal; BACKGROUND-COLOR: #fff;
}


/* __________ End Titles    _____________*/


/* __________ Footer    _____________*/

#footer {
	clear: both;
	height: 81px;
	background: url(footer.jpg) no-repeat;
	width: 725px;
	text-align: right;
	position: relative;
}
#footer p {
	padding: 14px 30px;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	line-height: 1.3em;
}
#footer a {
	color: #545872;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* __________ End Footer    _____________*/

/* __________ Main Content    _____________*/
#content {
 text-align: left;
 width: 685px;
 margin-right: 30px;
 margin-left: 30px;
}
#content p {
 margin: 0 0 12px 0;
}

#contentspace {
 width: 685px;
 height: 15px;
}

#content h1 {
	font: normal 18px "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BBB8AE;
	background-color: #fff;
	letter-spacing: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
	letter-spacing: -1px;
	margin: 2px 0px 10px;
	padding-bottom: 5px;
	border-bottom:1px solid #E9E8DF;
}

.block        {
	margin:  0;
	padding:  5px 20px;
	line-height: 13px;
	font-size: 11px;
	color: #1c1e2e;
	font-weight:normal;
	background: transparent;
                }
.block p     {
                text-align:left;
				font-size: 12px;
                }

.block a {
	padding: 1px;
}

.block a:link, .block a:visited {
	color: #1c1e2e;
	background: #edebec;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}
.block a:hover, .block a:active, .block a:focus {
	color: #edebec;
	background: #1c1e2e;
}

.block ul {
    margin:0;
    list-style:inside;
	padding-bottom: 10px;
}

.block li {
    list-style-image: url(bullet2.jpg);
	padding-left: 30px;

}

.block ol { list-style-type: upper-roman; }

#content h2 {
	font: normal 1.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #40322C;
	margin: 10px 20px;
	padding-bottom: 5px;
}

#content a h2, #content h2 a  {
	color: #ccc;
	border-bottom: 1px dotted #636C76;
	padding-bottom: 2px;
	text-decoration: none;
	display: block;
}

#content h4{
	width: 630px;
	height: 30px;
	color: #40322C;
	background:url(h4_bg.jpg) repeat-x bottom left;
	margin: 5px 5px;
	font: bold 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content h5{
	width: 630px;
	height: 30px;
	color: #40322C;
	background:url(h4_bg.jpg) repeat-x bottom left;
	margin: 5px 5px;
	font: bold 1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content a:hover h2, #content h2 a:hover,
#content a:hover h3, #content h3 a:hover  {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#content a h3, #content h3 a {
	color: #ccc;
	border-bottom: 1px dotted #636C76;
	padding-bottom: 2px;
	text-decoration: none;
	display: block;	
}

#content p {
	font-size: 11px;
	line-height: 13px;
	color: #1c1e2e;
	margin: 15px 10px;
	text-align: left;
}

#content p a {
	color: #1c1e2e;
	background: #dedede;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

#content p a:hover {
	color: #1c1e2e;
	background: #f5ce65;
}
	
#content a img {
	border: 0px solid #FFFFFF;
	margin-top: 5px;
	text-decoration: none;
}

#content a:hover {
	border: 0px;
}

#content a:hover img {
	border: 0px solid #1c1e2e;
}

#content fieldset {
	background: #4E5C6D url(bg_info_top.gif) no-repeat 0px 0px;
	border-style: none;
	margin: 10px 20px;
}
#content form {
	background: url(bg_info_bottom.gif) no-repeat 0px 100%;
	padding: 15px;
}
#content form p {
	margin: 0;
}
#content label {
	float: left;
	width: 120px;
	font-size: 1.2em;
	color: #fff;
}
#content textarea {
	width: 300px;
	height: 155px;
}





#content2 {
 text-align: left;
 width: 685px;
 margin-right: 30px;
 margin-left: 30px;
}
#content2 p {
 margin: 0 0 12px 0;
}

#content2 h1 {
	font: normal 18px "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BBB8AE;
	background-color: #fff;
	letter-spacing: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
	letter-spacing: -1px;
	margin: 2px 0px 10px;
	padding-bottom: 5px;
	border-bottom:1px solid #E9E8DF;
}


#content2 h2 {
	font: normal 1.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #40322C;
	margin: 10px 20px;
	padding-bottom: 5px;
}

#content2 a h2, #content2 h2 a  {
	color: #ccc;
	border-bottom: 1px dotted #636C76;
	padding-bottom: 2px;
	text-decoration: none;
	display: block;
}

#content2 h4{
	width: 630px;
	height: 30px;
	color: #40322C;
	background:url(h4_bg.jpg) repeat-x bottom left;
	margin: 5px 5px;
	font: bold 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content2 h5{
	width: 630px;
	height: 30px;
	color: #40322C;
	background:url(h4_bg.jpg) repeat-x bottom left;
	margin: 5px 5px;
	font: bold 1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content2 a:hover h2, #content2 h2 a:hover,
#content2 a:hover h3, #content2 h3 a:hover  {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#content2 a h3, #content2 h3 a {
	color: #ccc;
	border-bottom: 1px dotted #636C76;
	padding-bottom: 2px;
	text-decoration: none;
	display: block;	
}

#content2 p {
	font-size: 11px;
	line-height: 13px;
	color: #1c1e2e;
	margin: 15px 10px;
	text-align: left;
}

#content2 p a {
	color: #1c1e2e;
	background: #dedede;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

#content2 p a:hover {
	color: #1c1e2e;
	background: #f5ce65;
}
	
#content2 a img {
	border: 0px solid #FFFFFF;
	margin-top: 5px;
	text-decoration: none;
}

#content2 a:hover {
	border: 0px;
}

#content2 a:hover img {
	border: 0px solid #1c1e2e;
}

#content2 fieldset {
	background: #4E5C6D url(bg_info_top.gif) no-repeat 0px 0px;
	border-style: none;
	margin: 10px 20px;
}
#content2 form {
	background: url(bg_info_bottom.gif) no-repeat 0px 100%;
	padding: 15px;
}
#content2 form p {
	margin: 0;
}
#content2 label {
	float: left;
	width: 120px;
	font-size: 1.2em;
	color: #fff;
}
#content2 textarea {
	width: 300px;
	height: 155px;
}





































h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, verdana, sans-serif;
	padding-left: 2px;
}

 
h1 {
	margin-top: 0;
	font-size: 218%;
	font-variant:small-caps;
	line-height: 1em;
	color:#2a2213;
	border-bottom:1px solid #E9E8DF;
}

.drop1 {
	background-color: transparent;
	margin-top: 5px;
	border: 0px;
	float: left;
}

.drop1 a {
	color: none;
	BACKGROUND-COLOR: transparent; 
	TEXT-DECORATION: none;
}

.drop1 hover, .drop1 visited, .drop1 visited {
	color: none;
	BACKGROUND-COLOR: transparent; 
	TEXT-DECORATION: none;
}
 
/* __________ End Main Content    _____________*/
