/* color pallet

	Gold: #FFCC66
	Light Grey: #333333
*/

body {
	text-align: center;
	margin: 0px auto;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
	background-color: #000000;
	line-height: 1.2;
}
.center {
	text-align: center;
}
.thumb {
	position: relative;
	float: left;
	width: auto;
	height: 350px;
	text-align: center;
}
.thumbtext {
	position: relative;
}
.thumb-image {
	height: 250px;
}
a {
	color: #FFCC66;
}
a:hover {
	color: #999999;
}
#page {
	position: relative;
	margin: 0px auto;
	width: 900px;
	height: 550px;
	text-align: left;
}
#logo {
	position: relative;
	height:125px;
	left: 0px;
	top: 0px;
	margin-bottom: 3px;
}
#logo a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	text-decoration:none;
	color:#FFCC66;
}
#menu {
	position: relative;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 24px;
	background-image:url(../images/menu/menuback.jpg);
	background-repeat:no-repeat;
	padding: 0px;
	text-align:center;
}
#menu span {
	padding: 5px;
	color: #FFCC66;
}
#menulinks {
	padding-left: 7px;
	height: 24px;
	width: 900px;
}
#menulinks a {
	float:left;
	height: 24px;
	text-decoration: none;
}
.dot {
	float:left;
}
a.home {
	width: 35px;
	background: url(../images/menu/home.gif) 0 0 no-repeat;
	text-indent: -99999px;
	overflow: hidden;
}
a:hover.home {
    background-position: 0px -24px;
}
a.hist {
	width: 111px;
	background: url(../images/menu/hist.gif) 0 0 no-repeat;
	text-indent: -99999px;
	overflow: hidden;
}
a:hover.hist {
    background-position: 0px -24px;
}
a.diff {
	width: 113px;
	background: url(../images/menu/diff.gif) 0 0 no-repeat;
	text-indent: -99999px;
	overflow: hidden;
}
a:hover.diff {
    background-position: 0px -24px;
}
a.coll {
	width: 77px;
	background: url(../images/menu/coll.gif) 0 0 no-repeat;
	text-indent: -99999px;
	overflow: hidden;
}
a:hover.coll {
    background-position: 0px -24px;
}
a.spec {
	width: 124px;
	background: url(../images/menu/spec.gif) 0 0 no-repeat;
	text-indent: -99999px;
	overflow: hidden;
}
a:hover.spec {
    background-position: 0px -24px;
}
a.ccff {
	width: 194px;
	background: url(../images/menu/ccff.gif) 0 0 no-repeat;
	text-indent: -99999px;
	overflow: hidden;
}
a:hover.ccff {
    background-position: 0px -24px;
}
a.wish {
	width: 50px;
	background: url(../images/menu/wish.gif) 0 0 no-repeat;
	text-indent: -99999px;
	overflow: hidden;
}
a:hover.wish {
    background-position: 0px -24px;
}
a.cont {
	width: 70px;
	background: url(../images/menu/cont.gif) 0 0 no-repeat;
	text-indent: -99999px;
	overflow: hidden;
}
a:hover.cont {
    background-position: 0px -24px;
}


#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 896px;
	height: 450px;
	border-top: none;
	background-color: #000000;
	background-image:url(../images/mainback.jpg);
	border-left: solid 2px #333333;
	border-right: solid 2px #333333;
	text-align: left;
}
.chan {
	padding-right: 20px;
	float: right;
}
.chan2 {
	padding-left: 20px;
	float: left;
}
#text {
	float: left;
	width: 500px !important;
	width: 530px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
	padding: 15px;
}
#text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
}
#coloursframestext {
	float: left;
	margin-left: 100px;
	width: 620px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
	padding-top: 35px;
}
#hometext {
	float: left;
	width: 500px !important;
	width: 530px;
	padding: 15px;
	padding-top: 130px;
	text-align: left;
}
#hometext p {
	font-family:"Century Gothic", Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	letter-spacing: 1px;
	line-height: 17px;
	color: #FFF;
}
#scrollable-text {
	float: right;
	width: 500px !important;
	width: 530px;
	height: 400px !important;
	height: 430px;
	margin-top: 10px;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
	padding: 15px;
	overflow: auto;
}
#scrollable-text strong {
	color: #FFCC66;
}
.no-pad {
	padding: 0px;
	margin: 0px;
}

#collections {
	float: left;
	width: 870px !important;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
	padding: 15px;
}

#collections a {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#collections a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#footer {	
	position:inherit;
	top: 0;
	left: 0;
	padding: 0px;
	width: 900px;
	font-size: 8pt;
	height:21px;
	background-color:#222222;
	background-image:url(../images/footerback.jpg);
}
#copyright {
	padding-left: 10px;
	padding-top: 4px;
	float: left;
	color: #999;
	font-weight:bold;
}
#footermenu {
	position: relative;
	padding-right: 5px;
	padding-top: 4px;
	float: right;
	text-align: right;
}
#footermenu a {
	display: inline;
	padding: 5px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#footermenu a:hover {
	color: #FFCC66;
}

/* contact form css */
#form .label {
	color: #999999;
	font-size: 9pt;
}
#form strong {
	color: #FFCC66;
}
#form .input {
	border: 1px solid #666666;
	padding: 2px;
	margin-bottom: 3px;
	font-family: inherit;
	font-size: 10pt;
}
.button {
	border: 1px solid #CCC;
	color: #FFCC66;
	background-color: #666666;
	cursor: pointer;
}
