@charset "UTF-8";

/* CSS reset from  http://developer.yahoo.com/yui/reset/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
ol,ul {
	list-style:none;
}
/* end CSS reset */

/*
 * andygock.com.au styling
 * AGP green = #d4de33
 */
body {
	background: #000;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color: #ccc;
}
h1 {
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1.0px;
	line-height: 1.2em;
	color: #d7df23;
}
h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -0.7px;
	line-height: 1.2em;
	color: #d7df23;
	padding-top: 0.5em;
}
h3 {
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -0.7px;
	line-height: 1.2em;
	color: #d7df23;
	padding-top: 0.5em;
}
a {
	color: #fff;
	text-decoration: none;
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: #000;
	padding-top: 10px;
}
#contact-header {
	background: #222;
	padding: 3px;
	clear: both;
	font-size: 11px;
}
#contact-header-inside {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#contact-header p {
	text-align: right;
}
#main-header {
	width: 100%;
	clear: both;
}
#main-header a {
	text-decoration: none;
}
#header-left {
	float: left;
	clear: left;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	letter-spacing: 0.2pt;
}
#header-right {
	float: right;
	clear: right;
}
#header-right ul, #header-right li { /* menu items */
	display: inline;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	letter-spacing: 0.2pt;
	word-spacing: 2.8pt;
}
#header-right li a:hover, #header-right li a.current {
	color: #d4de33;
}
#info {
	padding: 5px;
}
ul {
	display: block;
	padding: 0 2em 0 2em;
	list-style-type: disc;
}
#menu ul {
	list-style:none;
}
#info p, #content p {
	margin-top: 1em;
	line-height: 1.4em;
}
li {
	line-height: 1.4em;
}
#footer {
	width: 100%;
	background: #222;
	border-top: solid 1px #666;
	height: 100px;
	clear: both;
}
#footer-inside {
	width: 960px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#footer-left {
	float: left;
	clear: left;
}
#footer-right {
	float: right;
	clear: right;
	font-size: 11px;
}
strong {
	font-weight: bold;
}
.green {
	color: #d4de33;
}

/* slideshow */
#slideshow {
	width: 960px;
	height: 640px;
}
#slideshow img {
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #333;
	position: absolute;
	cursor: pointer;
	display: none;	
}

#slideshow img.first {
	display: block;	
}

/* */
strong {
	font-weight: bold;
}

#content, #info-page {
	clear: both;
	padding: 0px 0 10px 0;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	text-align: justify;
}
#content p, #info-page p {
	margin-top: 7px;
}
#slideshow-nav p, #caption p {
	margin-top: 0px;
}
#content a, #footer a, #info-page a {
	color: #d7df23;
	border-bottom: dotted #d7df23 1px;
	font-size: 1.1em;
}
#content a:hover, #footer a:hover, #info-page a {
	border-bottom: solid #d7df23 1px;
}
img.float-right { float: right; margin: 10px 0px 10px 10px; border: solid #fff 1px; }
img.float-left { float: left; margin: 10px 10px 10px 0px; border: solid #fff 1px; }
.contact td {
	padding: 5px;
} 
#slideshow-nav {
	padding-top: 3px;
	text-align: center;
	clear: both;
}
#info a, #info a:hover {
	border-bottom: 0;	
}
#info-page {
	padding: 15px;	
}
#specials {
	width: 85%;
	padding: 10px;
	border: solid #999 1px;
	margin-left: auto;
	margin-right: auto;	
}
#content a.noborder {
	border: none;
	border-bottom: none;
}