/*** Website Design by MacStudio Design. Website: www.macstudio.co.nz ***/

body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
}
	
/******************** LAYOUT ********************/


#header {
	height: 50px;
	background-color: #000000;
	margin-bottom: 25px;
	background-image: url(header/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#header2 {
	height: 50px;
	background-image: url(header/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#header-limited {
	height: 50px;
	background-image: url(header/header-limited.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#holder {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#title {
	font-size: 14px;
	height: 75px;
	color: #FFFFFF;
}

#title25 {
	font-size: 14px;
	height: 25px;
	color: #FFFFFF;
}

#content{
	width: 850px;
	background-image: url(graphics/background.jpg);
	background-repeat: repeat-y;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	height: 525px;
}

#content_blog{
	width: 850px;
	background-image: url(graphics/background.jpg);
	background-repeat: repeat-y;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}

#content2{
	width: 900px;
	background-image: url(graphics/background.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#content3{
	width: 900px;
	background-image: url(graphics/background2.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#content_left {
	width: 175px;
	float: left;
	height: 400px;
}

#content_main {
	width: 450px;
	float: left;
	margin-left: 25px;
}	

#content_gallery {
	margin-left: 25px;
	width: 650px;
	height: 500px;
	float: left;
}	

#content_right {
	width: 175px;
	float: left;
	margin-left: 25px;
	font-size: 10px;
}

#content_right a:link {
	color: #000000;
	text-decoration: none;
}

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

#content_right a:active {
	color: #000000;
	text-decoration: none;
}

#content_right a:visited {
	color: #000000;
	text-decoration: none;
}

#content_right2 {
	width: 175px;
	float: left;
	font-size: 10px;
}

#content_right2 a:link {
	color: #000000;
	text-decoration: none;
}

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

#content_right2 a:active {
	color: #000000;
	text-decoration: none;
}

#content_right2 a:visited {
	color: #000000;
	text-decoration: none;
}

#content_right50 {
	width: 175px;
	float: left;
	margin-left: 25px;
	margin-top: 50px;
}

#content_full {
	width: 450px;
	float: left;
	height: 425px;
	margin-left: 200px;
}

/******************** LIMITED EDITION ********************/


#content-limited {
	width: 850px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #CCC;
	height: 475px;
}

#content-limited-left {
	width: 450px;
	float: left;
	height: 450px;
}

#content-limited-right {
	width: 375px;
	float: right;
	height: 375px;
	margin-top: 75px;
}


/******************** MENU ********************/

#menu {
	padding-top: 7px;
	padding-bottom: 7px;
	text-indent: 25px;
	font-size: 10px;
}

#menu a:link {
	color: #000000;
	text-decoration: none;
}

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

#menu a:active {
	color: #000000;
	text-decoration: none;
}

#menu a:visited {
	color: #000000;
	text-decoration: none;
}

/******************** NEW MENU ********************/



.menu-top {
	padding: 5px;
	width: 165px;
	border: 1px solid #FFF;
}

.menu-middle {
	width: 165px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.menu-bottom {
	padding: 5px;
	width: 165px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

/******************** FOOTER ********************/

#footer {
	padding-top: 5px;
	width: 900px;
	text-align: center;
	padding-bottom: 5px;
	color: #CCCCCC;
}

#footer-menu {
	width: 900px;
	background-color: #999;
	padding-top: 20px;
	padding-bottom: 30px;
}

/******************** LINKS ********************/


a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}


/******************** IMAGE FLOATS ********************/

img.float_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

img.float_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/******************** STYLES ********************/

p {
	margin: 0px;
	padding: 0px 0px 8px;
}

h1 {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}

h2 {
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}

h3 {
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}
.white {
	color: #FFFFFF;
	}
.red {
	color: #FF0000;
}
.line {
	text-decoration: line-through;
}
.cccccc {
	color: #CCCCCC;
}
.grey999999 {
	color: #999999;
}
.grey666666 {
	color: #666666;
}
.grey333333 {
	color: #333333;
}
.brown996600 {
	color: #996600;
}
.width350 {
	width: 350px;
}
.width275 {
	width: 275px;
}
.right {
	text-align: right;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-image: url(graphics/arrow.jpg);
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.fixedwidth175 {
	padding-right: 25px;
	color: #FF0000;
}


/******************** GALLERY ********************/

#gallery_main {
	height: 425px;
	text-align: center;
}

#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 600px; /* Set to gallery width, in px or percentage */
	height: 500px; /* Set to gallery height */
	margin-left: 25px;
	margin-top: 25px;
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
