body {
	background-color: #D7D7D7;
	margin: 0;
	padding: 0;
	text-align: center;
}

BODY, TD, .NormalText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

a:link, a:visited, a:active {
	color: #1E1E1E;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #1E1E1E;
}

a:hover {
	color: #484848;
	border-bottom: 1px solid #484848;
}

UL,OL {
	margin-top: 0px;
	margin-bottom: 0px;
}

a img {
	border: 0;
}

/*--- Custom Styles ---*/

.PageTitle {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.ProductTitle {
	font-size: 13px;
	font-weight: bold;
}

.NoteText {
	color: #959595;
}

br.clear {
	clear: both;
}

/*--- Layout ---*/

div#frame {
	background-color: #fff;
	width: 756px;
	/*height: 570px;*/
	padding: 10px;
	margin: 20px auto 0 auto;
}

* html div#frame {
	width: 776px;
}

div#body {
	background: url(../images/bg_leftbar.gif) repeat-y top left;
	/*background-color: green;*/
	width: 100%;
}

* html div#body {
	padding: 0;
}

div#LeftBar {
	width: 125px;
	float: left;
	/*background-color: #1E1E1E;*/
	/*margin-top: 10px;*/
	/*margin-left: 10px;*/
	padding-top: 20px;
}

* html div#LeftBar { /*IE only*/
	height: 550px;
}

div#LeftBar a:link, div#LeftBar a:visited, div#LeftBar a:active, div#LeftBar a:hover {
	border: 0;
	font-weight: normal;
	margin: 0 0 3px 0;
	display: block;
}



/*Content Div for all internal pages*/
div#Content {
	float: left;
	width: 610px;
	margin-left: 20px;
	margin-top: 21px;
	text-align: left;
	/*background-color: green;*/
}

* html div#Content { /*IE only*/
	margin-left: 20px;
	margin-right: 0px;
	width: 611px;
	/*background-color: yellow;*/
}


/*--- Index Layout ---*/

img.HomeLogo {
	margin-top: 218px;
}

div#bodyIndex {
	background: url(../images/bg_index.gif) repeat-y top left;
	/*background-color: yellow;*/
	width: 100%;
}

/*Content Div for Index Only*/
div#ContentIndex {
	float: left;
	width: 404px;
	text-align: center;
	/*background-color: blue;*/
}

div#RightBar {
	float: left;
	position: relative;
	width: 227px;
	height: 550px;
	/*background-color: green;*/
	/*background-color: #1E1E1E;*/
	/*border: 1px solid red;*/
}

* html div#RightBar {
	height: 560px;
}

/*--- Index Image Roll Layout ---*/

div#introMovieBox {
	z-index: 1;
	margin-top: 198px;
}

div.divIndexRoll {
	position: absolute;
	top: 118px;
	left: 0;
	width: 227px;
	height: 314px;
	/*border: 1px solid red;*/
}

* html div.divIndexRoll {
	position: absolute;
}

/*--- Gallery Styles ---*/

div#GalleryBox{
	width: 576px;
	margin: 0 auto 0 auto;
	background-color: yellow;
	/*border: 1px solid red;*/
}

div.GalleryNav {
	text-align: right;
	font-weight: bold;
	padding-right: 15px;
}

div.ProductBox {
	float: left;
	width: 225px;
	height: 310px;
	border: 1px solid #D7D7D7;
	text-align: center;
	padding: 10px;
	margin-right: 40px;
	margin-bottom: 70px;
}

* html div.ProductBox {
	width: 245px;
}

div.ProductBox a:link, div.ProductBox a:active, div.ProductBox a:visited, div.ProductBox a:hover {
	border: 0;
}

table.ProductThumbBox {
	width: 225px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.ProductThumbBox td {
	padding: 0;
	margin: 0;
	height: 225px;
	vertical-align: center;
}

/*--- Vertical Centering CSS ---*/
/*div#outer {
	margin: 0 auto 0 auto;
	height: 100%;
	width: 775px;
	overflow: hidden;
	position: relative;
	text-align: left;
}*/


/*div#outer[id] {display: table; position: static;}*/
/*div#middle {position: absolute; top: 50%;}*/ /* for explorer only*/
/*div#middle[id] {display: table-cell; vertical-align: middle; position: static;}*/
/*div#inner {position: relative; top: -50%}*/ /* for explorer only */
/* optional: #inner[id] {position: static;} */

img.SideLogo {
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 0px;
}