@charset "UTF-8";
/* CSS Document */
/* [ FRAMEDWAY ] website styled and designed by Gary Weston @ Spaghetti Weston */
/* www.spaghettiweston.com */

/* ~~~~~~~~~~ reset styles ~~~~~~~~~~ */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}


/*------------------------------start styles------------------------------*/

body {
	background-color: #202020;
}

body, select, input, textarea {
	font: 100%/1.2 "century gothic", verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
}

#wrapper {
	background: url(../images/bg_top.gif) top left no-repeat;
}

#container {
	font-size: 0.8em;
	margin: 0 auto;
	width: 900px;
	background: url(../images/bgBtm.gif) no-repeat bottom right;
	border-bottom: #FFCC00 1px solid;
} 

#header {
	
}

#galleryTab {
	height: 60px;
	width: 200px;
	float: right;
}

#logo {
	height:63px;
	width: 367px;
	padding-left: 16px;
	padding-top: 36px;
	float: left;
}

/*-----------------minitabs start here-----------------------------------*/

#navcontainer {
	width: 900px;
	padding-top: 70px;
}

ul#minitabs{
	list-style: none;
	margin: 0;
	padding: 7px 0;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

ul#minitabs li {
	display: inline;
	margin: 0 14px;
}

ul#minitabs a {
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 4px solid #FFF;
	color: #999
}

ul#minitabs a#current {
	border-color: #FFCC00;
	color:#FFCC00;
}

ul#minitabs a:hover {
	border-color: #FFCC00;
	color: #666;
}


/*---------------------content-----------------------*/ 

#leftContent {
	width: 440px;
	background: url(../images/bgContentTop.png) top left no-repeat;
	float: left;
	margin-bottom: 80px;
}

.contentBtm {
	background: url(../images/bgContentBtm.png) bottom right no-repeat;
	height: 120px;
	width: 440px;
	clear: both;
}

#rightContent {
	background: url(../images/bgContentTop.png) top no-repeat;
	width: 440px;
	float: right;
	margin-bottom: 80px;
}

#accordianHolder {
	width: 540px;
	float: left;
	margin-bottom: 80px;
	background: url(../images/bgContentTop.png) top left no-repeat;
}

#featured {
	float: right;
	padding-top: 30px;
}

#zoom {
	width: 880px;
	float: left;
	margin-bottom: 80px;
	background: url(../images/bgContentTop.png) top left no-repeat;
}

#player {
	margin-left: 20px;
	}


.clear {
	clear: both;
}

#footer {
	height: 80px;
	clear: both;
	padding-top: 8px;
	width: 900px;
	margin: auto;
}

.copy {
	font-size: 10px;
	padding-left: 36px;
}

.copy a:link {
	text-decoration: none;
	color:#FFFF99;
}

.copy a:visited {
	text-decoration: none;
	color:#FFFF99;
}

.copy a:hover {
	text-decoration: none;
	color:#FFF;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 2em;
	margin-top: 3em;
}
h1 {
	font-size: 1.2em;
	padding: 44px 0px 4px 0px;
	border-bottom: #FFCC00 1px solid;
	margin: 0px 40px 20px 40px;
}
h2 {
	font-size: 1.1em;
	margin: 0px 40px 20px 40px;
}
h3 {
	font-size: 1.1em;
	margin: 0px 40px 20px 40px;
	color: #69B0D9;
}
h4 {
	font-size: 1.1em;	
}
h5 {
	font-size: 1.1em;	
}
h6 {
	font-size: 1em;	
}
p {
	margin-bottom: 1.4em;
	font-size: 1em;
	line-height: 1.4em;
	padding: 0 40px 0 40px;
}

.highlightTxt {
	color: #69B0D9;
}

a:link {
	color: #FFCC00;
}

a:hover {
	color: #FFFFFF;
}

a:visited {
	color: #FFCC00;
}

/* ~~~~~~~~~~ images ~~~~~~~~~~ */

.imgMain {
	margin-top: 50px;
}

.imgMosaic {
	border: #FFCC00 1px solid;
}

.imgFloatL {
	float: left;
	margin-right: 20px;
}

/* ~~~~~~~~~~ ie png fix ~~~~~~~~~~ */

img, div { behavior: url(script/iepngfix.htc; }

/********************************************************** // End // ********************************************************/

