/* - - - - - - - - - - - - - - - - - - - - -

Title : Prestige Engraving (Australia)

Description : full site styles

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin: 0;
	padding: 0;
	}

body {
	font: 12px/17px arial, helvetica, verdana, sans-serif;
	background: #fff url(/common/template/imgs/bgMain.gif) repeat-x 0 0;
	color: #494949;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	}

ul,ol {
	list-style: none;
	}

img {
	border: 0;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}

small {
	color: #9a9a9a;
	line-height: 12px;
	}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}

LI.list1 {list-style: circle outside; color:#007C52;}

/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#wrapper {
	width: 771px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	}

#header {
	width: 771px;
	}
	#logo {
		float: left;
		width: 449px;
		height: 129px;
		}
	#contactBar {
		font: 11px/18px arial, helvetica, verdana, sans-serif;
		background: #a22a2a url(/common/template/imgs/bgContactBar.gif) no-repeat 0 0;
		float: left;
		color: #fff;
		width: 322px;
		height: 127px;
		}
		#contactBar p.pad {
			margin: 18px;
			}

#midSection {
	height: 160px;
	width: 771px;
	}
	#midLeft {
		background: #07814c url(/common/template/imgs/bgMidSection.gif) repeat-x 0 0;
		float: left;
		width: 449px;
		height: 160px;
		}
	#midRight {
		float: left;
		width: 322px;
		}

#container {
	background: #fff url(/common/template/imgs/bgContent.gif) repeat-y;
	width: 771px;
	min-height: 600px;
	}
	#content {
		float: left;
		margin: -2px;
		padding: 0 0 0 15px;
		}
	#content td{
		padding: 5px;
		}
	
#footer {
	background: url(/common/template/imgs/bgFooter.gif) repeat-x bottom left;
	width: 771px;
	height: 60px;
	font: 11px arial, helvetica, verdana, sans-serif;
	color: #7a7a7a;
	clear: both;
	}
	#footer p {
		padding: 15px;
		margin: 0;
		}


/*
----------------------------------------------------------------------------- 
NAVIGATION - Main Site
-----------------------------------------------------------------------------*/

#nav, #nav ul {
	background: #16523e;
	width: 449px;
	height: 30px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #288b29;
	}
	
#nav li { 
	background: #16523e;
	border-left: 1px solid #cce5dc;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 10px;
	}
#nav li.selected { 
	background: #fff;
	}
	
#nav li a {
	font: normal 12px/20px arial, helvetica, verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}
#nav li a:hover {
	color: #999;
	}

#nav li.selected a { 
	color: #16523e;
	}

/*
----------------------------------------------------------------------------- 
HEADINGS
-----------------------------------------------------------------------------*/

h1 {
	display: block;
	font: normal 2.4em "Times New Roman", Times, serif;
	color: #f4f4f4;
	margin: 0;
	margin-top: 90px;
	padding: 0;
	padding-left: 20px;
	}

h2 {
	font: bold 14px "Tahoma", arial, helvetica, verdana, sans-serif;
	color: #007c52;
	}
	
h3,h4 {
	font: bold 14px "Tahoma", arial, helvetica, verdana, sans-serif;
	color: #494949;
	}

/*
----------------------------------------------------------------------------- 
MISC
-----------------------------------------------------------------------------*/

.fade img {
	display: block;
	}

.thumb {
	padding: 1px;
	border: 1px solid #9a9a9a;
	}

ul.sideList {
	list-style-image: url(/common/template/imgs/bulletGrey.gif);
	list-style-position: inside;
	font: 11px arial, helvetica, verdana, sans-serif;
	color: #dc900a;
	margin-bottom: 20px;
	}

.bubble {
	float: left;
	}

p.quote {
	float: left;
	width: 238px;
	color: #007c52;
	border-left: 2px solid #007c52;
	padding-left: 5px;
	margin: 0;
	}

/*
----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/

a {
	color: #007c52;
	}
a:hover {
	color: #666;
	}

#footer a {
	color: #bbbbbb;
	text-decoration: none;
	}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}

#contactBar a {
	color: #fff;
	}
#contactBar a:hover {
	color: #666;
	}

/*
----------------------------------------------------------------------------- 
FORMS
-----------------------------------------------------------------------------*/

form {
	padding: 0;
	margin: 0;
	}


