@charset "utf-8";

/*
Theme Name: ArtCraft
Theme URI: http://wordpress.org/
Description: www.voodooweb.com.au.
Version: 1.6
Author: www.voodooweb.com.au
Author URI: http://www.voodooweb.com.au/
*/

* {
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	background-color: #000609;
	font-size: 12px;
	color: #00344D;
}

/* get rid of link outlines in firefox */
a {
	color:#3285A5;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}
a:hover {
	color:#33CCFF;
}
/*text heighlight colors*/
::-moz-selection{
background: #347189;
color: #ffffff;
} 
::selection {
background: #347189;
color: #ffffff;
} 



html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1px;
	background-image: url(layout/bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.push, .footer {
	height: 1px;
	font-size: 1px;
}
.footer{
	background-color: #666666;
}
#heading_bg {
	background-image: url(layout/heading_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#heading h1 {
	margin: 0px;
	padding: 0px;
}
#heading {
	height: 186px;
	width: 472px;
	overflow: hidden;
}

#centerCol {
	width: 472px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sideNav {
	position: absolute;
	z-index: 99;
	right: -187px;
	top: 130px;
}
#sideNav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sideNav li {
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
#sideNav li a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: 15px;
}
#sideNav li a:hover{
	background-image: url(layout/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
#contacts {
	font-size: 10px;
	margin-left: 15px;
	margin-bottom: 8px;
	color: #0082C1;
}
#contacts #ph {
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: bold;
}
#contacts #ph strong {
	color: #FFFFFF;
}



#contentCol {
	background-image: url(layout/col_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 12px;
	background-color: #FFFFFF;
}
.contentBlock {
	background-image: url(layout/col_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 43px;
}
.contentBlock p {
	padding: 10px;
}
.contentBlock ul{
	margin:20px;
	list-style-position: inside;
}
.contentBlock li{
	margin:10px 20px;
	list-style-position: inside;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 43px;
	color: #FFFFFF;
	background-image: url(layout/heading-img.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
}

#lillFoot {
	background-color: #FFFFFF;
	height: 54px;
}
#hr_scroll {
	background-image: url(layout/content_hr.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
}





#textfooter {
	font-size: 10px;
	color: #A3E1E4;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
}
#textfooter a{color:#FFFFFF}
