/*
Artsmartdesign
http://www.artsmartdesign.com.au
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background-image: url(images/grey_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

.style2 {
	font-size: 14px
}

.style3 {color: #999999}

h1 {
	font-weight: normal;
	color: #990000;
}

h2 {
	font-weight: normal;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

h3 {
	font-weight: normal;
	color: #990000;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 140%;
	font-size: 85%;
}

a:link {
	color: #0AAAFD;
}

a:hover {
	text-decoration: none;
	color: #ED2024;
}

#header {
	width: 770px;
	height: 60px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo {
	float: left;
	width: 330px;
	height: 60px;
}

#logo h1 {
	padding-top: 0px;
	text-align: center;
}

#logo h1 a {
	font-weight: normal;
	font-size: 24px; 
	color: #3B3B3B;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: left;
	width: 440px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #3B3B3B;
	padding-top: 33px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#menu a:hover {
	color: #ED2024;
}

#splash {
	width: 770px;
	height: 240px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 730px;
	padding: 20px;
	background-color: #FFFFFF;
}

#content ol, #content ul {
}

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	height: 17px;
	padding: 0 10px;
	background: #3B3B3B url(images/img4a.gif) no-repeat;
	color: #FFFFFF;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #3B3B3B;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}

/*
HOVER STYLING FOR THUMBNAILS ------------------*/

.img {
	padding: 3px;
	background: #fff;
	border:1px solid #C0D6EC;
	list-style-type: none;
	display: block;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-left: 0;
	float: left;
}

.left p img {
	padding: 3px;
	background: #fff;
	border:1px solid #C0D6EC;
	list-style-type: none;
	display: block;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-left: 0;
	float: left;
}

.left img li { 
	list-style-type: none;
}	
	
.left a:hover { /* hack for ie6!*/
	border:0px;
	list-style-type: none;
}
      
.left a:hover img {
	background: #fff;
	padding: 2px;
	border: 2px solid #66CCFF;
	list-style-type: none;
}
      
.left a:active img {
	padding: 2px;
	border:2px solid black;
	list-style-type: none;
}

/* jQuery lightBox plugin - Gallery style */

#gallery {
	width: 100%;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #666666;
}
#gallery ul a:hover img {
	border: 5px solid #CCCCCC;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

