@charset "utf-8";
/*********************************************/
/* PAGE LAYOUT STYLES - Header / Footer, etc */
/*********************************************/
@font-face {
    font-family: myHandelGothic;
    src: url('/include/fonts/handel_gothic_d_light-webfont.woff2') format('woff2'),
         url('/include/fonts/handel_gothic_d_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #f6f6f6 url("/images/layout/filmback.png") top center repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	position: relative;
}
.BodyPopup {
	padding: 5px;
}
.BodyPopup .ContentHeader {
	color: #FFF;
	font-size: 22px;
}
a {
	color: #03C;
}
a:hover {
	color: #09F;
}
hr {
	border: none;
	background: #FFF;
	border-bottom: 1px solid #999999;
	display: block;
	clear: both;
}
img {
	border-color: #500305;
}
/*********************************************/
/* Heading and Title styles
/*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: MyHandelGothic, "Trebuchet MS", Times, serif;
	font-weight: bold;
	line-height: 1.5em;
	text-shadow: 1px 1px #999;
	padding: 3px 0px 3px;
	margin: 0px;
}
h1 {
	font-size: 28px;
	color: #500305;
}
h1.redback {
	background: #500305;
	color: #fff;
	padding: 1px 6px;
	width: auto;
	text-shadow: none;
}
h2{
	font-size: 24px;
	color: #111;
}
h3 {
	font-size: 22px;
	color: #222;
}
h4{
	font-size: 20px;
	color: #333;
}	
h5{
	font-size: 18px;
	color: #444;
}	
h6{
	font-size: 16px;
	color: #555;
}	


li {
	list-style-image: url("/images/icons/arrow1.png");
	list-style-type: none;
	line-height: 1.65em;
}
/*************** HEADER **************/

.HeaderBar {
	width: 1006px;
	height: 120px;
	text-align: center;
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
	z-index: 200;
}
.HeaderBox {
	background: #FFF url("/images/layout/headerback.png") top center repeat-x;
	height: 120px;
	padding: 0px;
	margin: 0px;
	position: relative;
	display: block;
	z-index: 201;
}

.RotateBar {
	width: 100%;
	height: 350px;
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 102;
}
.RotateBar2 {
	background: url("/images/layout/flashback.png") top center repeat-x;
	width: 100%;
	height: 345px;
	_height: 350px;
	padding: 5px 0px 0px;
	margin: 0px;
	position: relative;
	z-index: 103;
}
.RotateBox {
	width: 975px;
	height: 320px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	border: 2px solid #222;
	z-index: 104;
}

.HeaderLogo {
	width: 180px;
	height: 150px;
	position: absolute;
	top: 2px;
	left: 50%;
	margin: 0px 0px 0px -500px;
	z-index: 205;
}

.HeaderText1 {
	width: 300px;
	height: 30px;
	position: absolute;
	top: 85px;
	right: 20px;
	font-size: 24px;
	text-align: right;
	font-weight: bold;
	font-family: MyHandelGothic, "Trebuchet MS", Times, serif;
	color: #500305;
	text-shadow: 1px 1px #999;
	z-index: 206;	
}
.HeaderText2 {
	width: 300px;
	height: 30px;
	position: absolute;
	top: 80px;
	left: 210px;
	font-size: 32px;
	text-align: left;
	font-family: MyHandelGothic, "Trebuchet MS", Times, serif;
	color: #500305;
	text-shadow: 1px 1px #999;
	z-index: 207;	
}
/*************** MENU **************************/

.MenuBar {
	font-family: MyHandelGothic, "Trebuchet MS", Times, serif;
	width: 630px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	position: absolute;	
	display: block;
	top: 0px;
	right: 15px;
	z-index: 208;
}

.mnuMain {
	width: 765px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	position: relative;	
	display: block;
	z-index: 209;
}


.mnuMain li {
	height: 32px;
	width: auto;
	float: left;
	padding: 5px 12px 2px;
	margin: 0px 0px;
	display: inline;
	list-style: none;
	font-size: 16px;
	position: relative;
	z-index: 210;
}
.mnuMain li.mnuLast {
	padding-right: 0px;
}
.mnuMain li a {
	color: #300;
	text-decoration: none;
}
.mnuMain li:hover {
	background: #A00;
}
.mnuMain li:hover a {
	color: #FFF;
}
.mnuMain li:hover .mnuSub {
	display: block;
}
.mnuMain .mnuSub {
	background: #a00;
	display: none;
	list-style: none;
	margin: 0px 0px 0px -75px;
	padding: 3px 0px;
	position: absolute;
	top: 35px;
	left: 50%;
	width: 150px;
	z-index: 211;
}
.mnuMain .mnuSub li {
	list-style: none;
	float: none;
	display: list-item;
	padding: 3px 0px 0px;
	margin: 0px;
	font-size: 14px;
	height: 25px;
	line-height: 1.3em;
	text-align: center;
	z-index: 212;
}
.mnuMain .mnuSub li a {
	color: #FFF;
}
.mnuMain .mnuSub li:hover {
	background: #f00;
}
.mnuMain .mnuSub li:hover a {
	color: #000;
}

/************** CONTENT BAR ***************/
.ContentBar {
	/* background: url("/images/layout/bodyback.png") top center repeat-y; */
	background: url("/images/layout/filmcorner.png") top left;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px 0px;
	text-align: left;
	color: #000;
}
.ContentBar2 {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left;
	color: #000;
}

.ContentBox {
	background: #FFF;
	font-size: 14px;
	line-height: 1.5em;
	width: 980px;
	_width: 1010px;
	padding: 3px 15px 3px;
	text-align: left;
	color: #000;
}

.ContactMap {
	width: 450px;
	height: 500px;
	border: 3px solid #600;
	border-right: 3px solid #800;
	border-bottom: 3px solid #800;
	float: right;
	margin: 0px 0px 10px 0px;
}

.ContactForm {
	background: #DDD;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	padding: 10px;
	margin: 10px;
	width: 450px;
	height: auto;
	position: relative;
}

/**************************************/
.SearchBox {
	display: block;
	height: auto;
	margin: 5px 0px;
	padding: 0px;
	width: 300px;
	font-size: 14px;
}
.SearchBox .boxButton {
	margin: 0px;
	padding: 3px 8px;
}
.SearchList {
	width: 675px;
	display: block;
	height: auto;
}
/**************************************/

.RightBar {
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	width: 300px;
	height: 100%;
	position: relative;
	margin: 0px 0px 0px 10px;
}

.RightBox {
	background: #500305;
	font-family: Tahoma, Geneva, sans-serif;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	position: relative;
	display: block;
	padding: 10px 12px;
	color: #FFF;
	margin: 0px 0px 20px 0px;
}

.RightBox h1 {
	font-size: 20px;
	color: #FFF;
	text-align: center;
	padding: 2px 0px 3px;
}
.RightBox h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}
.RightBox h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: center;
}
.RightBox a {
	color: #FFF;
}
.RightBox a:hover {
	color: #FFC;
}
.RightBox img {
	borer-color: #333;
}
.btnSubmit {
	cursor: pointer;
}
/************** FOOTER BAR ****************/
.FooterBar {
	background: url("/images/layout/footer.jpg") top center repeat-x;
	font-size: 9px;
	height: 31px;
	_height: 36px;
	width: 100%;
	padding: 5px 0px 0px;
	margin: 0px;
	text-align: left;
	position: relative;
	color: #FFC;
	font-size: 12px;
}
.FooterBar a {
	color: #FFF;
	text-decoration: none;
}
.FooterBar a:hover {
	color: #FF0;
}
.FooterBox {
	font-size: 11px;
	height: auto;
	width: 955px;
	padding: 0px;
	margin: 0px;
	position: relative;
	display: block;
}
.FooterText {
	width: 955px;
	font-size: 11px;
	line-height: 1.5em;
	padding: 10px 0px 10px;
	text-align: center;
	vertical-align: text-top;
	white-space: nowrap;
	color: #222;
}


/***************************************/
/*  ADMIN HEADER / FOOTERS
/***************************************/
.AdminBody {
	background: none;
	padding: 0px;
	margin: 0px;
	background: #CCC url("/images/layout/smallback5.jpg");
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.AdminBody a {
	color: #066;
}
.AdminBody a:hover {
	color: #C00;
}
.AdminHeaderBar {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 100%;
	background: #c00 url("/images/layout/flashback.png") top center;
	border: none;
	border-bottom: 2px solid #000;
	position: relative;
}
.AdminHeaderBox {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 100%;
	background: url("/images/layout/adminarea.png") bottom right no-repeat;
	border: none;
	position: relative;
}
.AdminTitle {
	color: #FFF;
	font-size: 42px;
	padding: 10px 0px 10px 10px;
	float: left;
}
.AdminTitle2 {
	color: #FFF;
	font-size: 18px;
	font-style: italic;

	padding: 25px 10px 0px 0px;
	float: right;
}
.AdminContentBar {
	width: 100%;
	background: #FFF;
}
.AdminContentBox {
	padding: 10px;
	font-size: 14px;
}

.AdminBody h1, .AdminBody h2, .AdminBody h3, .AdminBody h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: none;
	font-weight: normal;
}
.AdminBody h1 {
	font-size: 26px;
}
.AdminBody hr {
	border: none;
	background-color: #FFF;
	color: #FFF;
	border-bottom: 1px dashed #393;
	margin: 0px 0px 5px;
	padding: 5px 0px 0px;
}
.AdminBody .boxData {
	background: #DFDFDF;
	color: #000;
}
.boxAdminMenu {
	float: left;
	padding: 5px;
	text-align: center;
	border: 1px solid #DDD;
	background-color: #EAE3C6;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 85px;
	height: 65px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.boxAdminMenu:hover {
	background-color: #E9E9E9;
	border-bottom: 2px solid #AAA;
	border-right: 2px solid #AAA;
}

.AdminFooterBar {
	padding: 5px 0px;
	margin: 0px;
	height: auto;
	width: 100%;
	background: #c00 url("/images/layout/flashback.png") center center;
	border: none;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	position: relative;
	color: #FFF;
	text-align: center;
	font-size: 11px;
}
.AdminFooterBar a {
	color: #0CF;
}
/*------- ADmin Menu ----------------*/
.AdminMenuBar {
	width: 100%;
	background: #666;
	border: none;
	border-bottom: 2px solid #000;
	display: block;
	clear: both;
	position: relative;
	height: auto;
}
#mnuAdmin {
	padding: 0px;
	margin: 0px;
	display: block;
	clear: both;
	position: relative;
	z-index: 90;
}
#mnuAdmin li {
	padding: 3px 8px 2px;
	margin: 0px;
	font-size: 14px;
	color: #DDD;
	list-style: none;
	display: inline;
	float: left;
	border: none;
	border-right: 1px solid #999;
	position: relative;
}
#mnuAdmin li.LastButton {
	float: right;
	border: none;
	border-left: 1px solid #999;
}
#mnuAdmin li a {
	font-size: 14px;
	font-weight: bold;
	color: #FFC;
	text-decoration: none;
}
#mnuAdmin li:hover {
	background-color: #eedd66;
}
#mnuAdmin li:hover a {
	text-decoration: none;
	color: #500305;
}
#mnuAdmin ul {
	width: 125px;
	display: none;
	position: absolute;
	background: #ccc;
	border: 1px solid #440011;
	top: 28px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}
#mnuAdmin ul li {
	padding: 3px 7px;
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
	list-style: disc;
	color: #FFC;
	border: none;
	width: 110px;
}
#mnuAdmin ul li a {
	font-size: 13px;
}
#mnuAdmin li:hover ul {
	display: block;
}
.AdminMenu .boxButton {
	float: right;
	width: auto;
	height: auto;
	background: #E0E0E0;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #666;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	padding: 3px 5px;
	margin: 2px 0px 2px 5px;	
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url("/images/layout/buttonback.jpg");
}
.AdminMenu .boxButton a {
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.AdminMenu .boxButton a:hover {
	text-decoration: none;
	color: #00D;
}

.lnkFileFolder {
	width: 200px;
	margin: 3px 2px;
	padding: 2px 0px 3px;
	border-bottom: 1px solid #e6d79d;
}
.lnkFileActive a {
	color: #090;
}
.lnkFileActive {
	background: #FFD;
}
.lnkFileFolder a:hover {
	color: #600;
}

/*********************************************/
/*  BUTTONS */
/*********************************************/
.boxButton, .boxButton2, .boxButton3 {
	background: #500305;
	float: right;
	width: auto;
	height: auto;
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	border: none;
	border-radius: 3px;
	padding: 5px 12px;
	margin: 1px 0px 1px 5px;
	line-height: normal;
	text-align: center;
}
.boxButton2 {
	float: left;
	margin: 2px 5px 2px 0px;	
}
.boxButton3 {
	float:none;
	display: inline-block;
	margin: 3px 5px;	
	padding: 7px 12px;
}
.boxButton a, .boxButton2 a, .boxButton3 a {
	color: #FFF;
	text-decoration: none;
}
.boxButton a:hover, .boxButton2 a:hover, .boxButton3 a:hover {
	color: #0FF;
}
.boxClear {
	width: 1px;
	height: 1px;
	clear: both;
	display: block;
}


/***************************************/
/*********** CALENDAR ******************/
/***************************************/
.EventCalendarTable {
	background: #AAA url("/images/layout/smallback1.jpg");
	border: 2px solid #c00;
	width: 100%;
	position: relative;
	border-radius: 8px;
}

.EventCalendarTable .monthRow {
	height: 40px;
}
.EventCalendarTable .monthCell {
	background: #c00 url("/images/layout/flashback.png") top center;
	font-size: 24px;
	font-weight: normal;
	padding: 5px 3px;
	color: #FFF;
	height: auto;
	border: none;
}

.EventCalendarTable .monthCell a:link, .EventCalendarTable .monthCell a:visited {
	text-decoration: none;
	color: #252216;
}

.EventCalendarTable .monthCell a:hover {
	color: #FF0000;
}

.EventCalendarTable .dayNamesRow {
	background: #FFF url("/images/layout/hl.png") bottom center repeat-x;
	font-size: 14px; 
	font-weight: normal; 
	color: #222;
	height: 22px;
	width: 102px;
}

.EventCalendarTable .daysRows {
	font-size: 12px;
	color: #433D27;
	min-height: 75px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	position: relative;
}
.EventCalendarTable .daysRows a {
	font-weight: normal;
	color: #0080C0;
}
.EventCalendarTable tbody td {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #999;
	position: relative;
	width: 102px;
	min-height: 75px;
}

.EventCalendarTable .dayWeekend {
	background: #ffe;
	color: #666666;
	position: relative;
}
.EventCalendarTable .dayWeekday {
	background: #fff;
	color: #333333;
	position: relative;
}
.EventCalendarTable .dayToday {
	color: #C00;
	position: relative;
	background-color: #FFF0F0;
}
.EventCalendarTable .boxCalendarDay {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	min-height: 75px;
	z-index: 35;
}
.EventCalendarTable .boxDayNum {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 100%;
	text-align: right;
	font-size: 18px;
	color: #999;
	z-index: 56;
}
.EventCalendarTable .sOther {
	background-color: #EFEEC9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
}
.EventCalendarTable .EventBox {
	font-size: 12px;
	line-height: 1.4em;
	padding: 3px;
	margin: 3px;
	border-radius: 5px;
	border: 1px solid #eee;
	z-index: 105;
	position: relative;
	color: #000;
}
.EventCalendarTable .lnkShowEvent, .lnkCloseEvent {
	cursor: pointer;
}
.EventCalendarTable .EventBox a {
	color: #6C300B;
}
.EventCalendarTable .EventImp {
	font-size: 13px;
	font-weight: bold;
}
/*-------------------------------------------*/


.EventsLoading {
	display: none;
	width: 100px;
	height: 100px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #500305;
	border: 3px solid #500305;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 10px;
	background: #FFF;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -75px 0px 0px -50px;
	z-index: 900;	
}	
.EventsTemp {
	margin: 0px;
	padding: 0px;
	width: 1px;
	height: 1px;
	display: block;
}
.EventsFrame {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 450px;
	height: 350px;
	margin: -225px 0px 0px -225px;
	padding: 10px;
	font-size: 13px;
	background: #FFF url("/images/shade1.jpg") bottom center repeat-x;
	border: 3px solid #500305;
	border-radius: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: none;
	z-index: 910;
	overflow-y: scroll;
	overflow-x: hidden;
}

.EventPopup .EventDesc {
	font-size: 15px;
	margin: 5px 0px 10px;
}
.EventLarge .EventDesc {
	background: #f0f0f0;
	border: 1px solid #ccc;
	padding: 10px;
	width: 90%;
	margin: 10px 0px 10px 4%;
}

/*********************************************/
/* PRODUCTS
/*********************************************/
.boxProdList {
	width: 300px;
	height: 400px;	
	float: left;
	margin: 5px 12px 5px 0px;
	padding: 5px;
	font-size: 14px;
	border: none;
	position: relative;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #dfdfdf;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.boxProdList .ProdTitle {
	font-size: 20px;
	text-align: center;
	color: #500305;
	height: 55px;
	line-height: 1.3em;
	text-shadow: 1px 1px #ccc;
	background: #f3f3f3;
	border-radius: 10px;
	margin: 0px 0px 5px;
}
.boxProdList .ProdImage {
	width: 240px;
	height: 240px;
	margin: 0px 0px 5px 30px;
	position: relative;
	overflow: hidden;
}
.boxProdList .ProdImageFrame {
	background: url("/images/layout/imageframe.png") top left no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 240px;
}
.boxProdList .ProdPrice {
	float: right;
	font-size: 15px;
	margin: 0px 0px 5px 0px;
}
.boxProdList .ProdCat {
	font-size: 15px;
	margin: 0px 0px 5px 0px;
}
.boxProdList .ProdStars {
	float: left;
	width: 200px;
}

/*-------------------------------------------*/

.boxProduct {
	border: none;
	position: relative;
	margin: 5px 0px;
	font-size: 14px;
}
.boxProduct .ProdTitle {
	text-align:left;
	font-size: 28px;
	text-shadow: 1px 1px #CCC;
	color: #500305;
	line-height: 1.35em;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid #500305;
}
.boxProduct .ProdImage {
	width: 240px;
	height: 240px;
	margin: 0px 10px 5px 0px;
	float: left;
	position: relative;
	overflow: hidden;
}
.boxProduct .ProdImageFrame {
	background: url("/images/layout/imageframe.png") top left no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 240px;
}
.boxProduct .ProdStars {
	float: right;
	margin: 0px 0px 10px 0px;
	width: 175px;
	text-align:center;
}
.boxProduct .ProdCat {
	margin: 3px 0px;
	font-size: 15px;
	display: block;
}
.boxProduct .ProdPrice {
	margin: 3px 0px;
	font-size: 15px;
	display: block;
}
.boxProduct .ProdBuy {
	margin: 5px 0px 2px;
	display: block;
}

/*********************************************/
/*   REVIEW FORMS
/*********************************************/

.ReviewForm {
	width: 425px;
	height: 350px;
	padding: 10px;
	border-top: 3px solid #C90A0F;
	border-left: 3px solid #C90A0F;
	border-bottom: 3px solid #500305;
	border-right: 3px solid #500305;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.ReviewProduct {
	width: 425px;
	height: 350px;
	max-height: 350px;
	padding: 10px;
	border-top: 3px solid #C90A0F;
	border-left: 3px solid #C90A0F;
	border-bottom: 3px solid #500305;
	border-right: 3px solid #500305;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}
/*--------------------------------------*/
.ReviewMedium {
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	margin: 5px 0px;
	padding: 5px 0px;
}
.ReviewMedium .ReviewDesc {
	font-size: 13px;
}
.btnSubmitReview {
	pointer: cursor;
}

/*********************************************/
/* Client slideshow boxes
/*********************************************/
#scrollcontainer {
	position: relative;
	height: 600px;
	width: 100%;
	display: block;
	margin: 5px 0px 0px;
	padding: 0px;
	text-align: center;
}
#scrollcontainer span {
	position:absolute;
	top:0;
	left:0;
	z-index: 8;
	width: 100%;
  opacity: 0.0;
	_filter: alpha(opacity=0);
	display: none;
}

#scrollcontainer span.active {
	z-index:10;		
	opacity:1.0;
	_filter: alpha(opacity=100);
	display: block;
}

#scrollcontainer span.lastactive {
   z-index:9;
	display: none;
}
.prevclientslide {
	float: left; 
	text-decoration: none;
	cursor: pointer;
}
.nextclientslide {
	float: right; 
	text-decoration: none;
	cursor: pointer;
}
.scrollpagesbox {
	float: right;
	width: auto;
}
.scrollpage {
	float: left;
	border: 1px solid #999;
	background-color: #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px 2px 0px;
	margin: 0px 2px 0px;
	width: 12px;
	height: 16px;
	text-align: center;
	vertical-align: middle;
}
.scrollpagejump {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.scrollpage span.pageactive {
	color: #0099FF;
}
.scrollpagejump:hover {
	color: #CC0000;
}

#gallery ul { 
	list-style: none; 
	margin: 0px;
	padding: 0px;
}
#gallery ul li { 
	display: inline; 
	padding: 5px;
	float: left;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 6px;
}
#gallery ul img {
	border: 1px solid #ccc;
}
#gallery ul a:hover img {
	border: 1px solid #c00;
}

.boxGallery {
	width: 565px;
	color: #FFF;
	font-size: 12px;
	padding: 5px;
	margin: 10px 0px;
	background: url("/images/shade1.png");
	border: 1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
	display: block;
}
/*********** FAQs **********************/

.FaqQuestion {
	color: #000066;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
}

.FaqAnswer {
	width: auto;
	padding: 0px;
	margin-left: 25px;
	margin-right: 30px;
	border-bottom: 1px dotted #E9E9E9;
	font-size: 12px;
}
/*********************************************/
/* Data and error boxes 
/*********************************************/
.FadeFrame {
	width: 98%;
	border: 1px solid #CCC;
	background: url("/images/shade1.png");
	text-align: center;
}
.btnSubmitContact {
	cursor: pointer;
}
.boxError {
	background: #FFCCCC url("/images/layout/smallback3.jpg");
	font-size: inherit;
	text-align: center;
	padding: 5px;
	border: 1px solid #990000;
	color: #990000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.boxSuccess {
	background: #090 url("/images/layout/smallback4.jpg");
	font-size: inherit;
	text-align: center;
	padding: 5px;
	border: 1px solid #060;
	color: #060;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.boxNote {
	font-size: 11px;
	color: #333;
}
.boxData {
	background: #F0F0F0;
	font-size: inherit;
	padding: 3%;
	color: #000;
	border: 1px solid #CCC;
	border-radius: 8px;
	text-align: left;
	width: 80%;
	margin: 10px 0px 10px 7%;
}
.boxData2 {
	color: #000000;
	background-color: #BDBDEF;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #000066;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.boxNews1 {
	color: #000000;
	background: #d8e7ea url("/themes/theme1/newstop2.png") bottom right no-repeat;
	width: 700px;
	font-size: 10px;
	margin: 5px 0px;
}
.boxNews2 {
	color: #000000;
	background: url("/themes/theme1/newstop.png");
	background-repeat: no-repeat;
	width: 700px;
	padding: 10px 0px;
}
.boxNews3 {
	text-align: left;
	width: 670px;
}
.boxBorder {
	color: #000000;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #000066;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.boxClient {
 width: 100%; 
 display: block; 
 height: auto;
 border-top: 2px groove #663300;
}
.boxClientImage {
  float: left; 
	width: 200px; 
	height: auto; 
	text-align: center;
	padding: 8px 0px;
}
.boxClientText {
  float: left; 
	width: 510px; 
	height: auto; 
	text-align: left;
	padding: 8px 0px;
}


.boxBook {
 width: 650px; 
 display: block; 
 height: auto;
 border-top: 2px groove #663300;
}
.boxBookImage {
  float: left; 
	width: 200px; 
	height: auto; 
	text-align: center;
	padding: 8px 0px;
}
.boxBookText {
  float: left; 
	width: 430px; 
	height: auto; 
	text-align: left;
	padding: 8px 0px;
}
/*********************************************/
/* Data Table styles
/*********************************************/

.tablePages {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}
.tablePages tr {
	background: none;
	border: none;
}
.tablePages td {
	background: none;
	border: none;
}

.tableClear
{
	font-size: inherit;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}
.tableClear tr {
	background: none;
	border: none;
}
.tableClear td {
	background: none;
	border: none;
}
.tableClear2
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}
.tableClear2 tr {
	background: none;
	border: none;
}
.tableClear2 td {
	background: none;
	border: none;
}
/*=================================*/
.tableData {
	border: 1px solid #CCC;
	background: #FFF;
	margin: 0 auto;
	width: 100%;
	clear: both;	
	padding: 0px;
	font-size: 13px;
	z-index: 10;
	position: relative;
}
.tableData thead tr {
	background: url("/images/layout/hl.png");
}
.tableData thead td {
	font-weight: bold;
	text-align: center;
	border: none;
	font-size: 12px;
	padding: 3px 0px;
	border-right: 2px groove #CCC;
	border-bottom: 1px solid #999;
	background: url("/images/layout/hl.png");
}
.tableData thead tr td.headerlast {
	border-right: none;
}
.tableData thead.smallfont td {
	font-size: 11px;
}
.tableData thead.largefont td {
	font-size: 14px;
}

.tableData tbody tr {
	border: 0px;
	_border-bottom: 1px solid #EEE;
}
.tableData tbody td {
	font-weight: normal;
	border-bottom: 1px solid #EEE;
	font-size: 13px;
	position: relative;
}
.tableData tbody td.cellmid {
	border-right: 1px solid #DDD;
	padding-left: 2px;
}
.tableData tbody td.cellnote {
	color: #666;
	font-size: 12px;
}
.tableData tbody td.cellred {
	background-color: #FFD9D9;
}

.tableData tbody td.cellreq {
	color: #900;
}
.tableData tbody tr.row1 {
	background-color: #FCFCFC;
}
.tableData tbody tr.row2 {
	background-color: #E9F8FE;
}
.tableData tbody tr.row3 {
	background-color: #FFF;
	color: #603;
	font-style: italic;
}
.tableData tbody tr.row4 {
	background-color: #FFE7CE;
	color: #006;
}

.tableData tbody tr.row5 {
	background-color: #FFFFB9;
	color: #300;
}
.tableData tbody.allowhover tr:hover {
	background-color: #FFE7CE;
}
.tableData tbody td.allowhover:hover {
	background-color: #FFE7CE;
}
.tableData tbody.smallfont td {
	font-size: 11px;
}
.tableData tbody.largefont td {
	font-size: 14px;
}


/*=================================*/

#rowPart:hover {
	background-color: #DABEBE;
	border-color: #DABEBE;
}

#BuildPCType td {
	padding: 3px;
}

.tableMenu
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: thin solid #000000;
	background-image: url("/themes/theme1/buttonback.gif");
}

/*********************************************/
/* Search Box Styles
/*********************************************/
.boxSearch {
	position: relative;
	height: auto;
	top: 140px;
	left: 600px;
}
.textboxBack {
	background: url("/themes/theme1/back3_sm.png");
	border: solid 1px #000;
	height: 25px;
	width: 160px;
	float: right;
	position: relative;
	margin-right: 30px;
}
.textboxCenter {
	display: table-cell;
	height: 25px;
	width: 160px;
	font-size: 10px;
	color: #000;
	text-align: center;
	padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	_position: relative;
	_top: 0px;
	_margin_top: auto;
	_vertical-align: top;
	border: none;
	background: none;
}
.textboxCenter a:link {
	font-family: Tahoma, Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:visited {
	font-family: Tahoma, Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:active {
	font-family: Tahoma, Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}




/**************************************/
/** Input Boxes
/**************************************/

input, select, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: inherit;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 3px;
	padding: 2px;
}

/***************************************/
/* Other Text Styles
/***************************************/
.NoteStar {
	font-size: 10px;
	color: #B00;
}


.ReqStar {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
/******* Input Form Styles **************/

.DropSmall {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	border: solid 1px black;
}

/************ ADMIN EDIT CONTENT *********************/

.RTEditBox {
	width: 700px; 
	height: auto; 
	background: #FFF; 
	color: #000;
}

.RTEditArea {
	width: 700px; 
	height: 400px;
	background: #FFF; 
	color: #000;
}

#FloatSaveBox {
	position: fixed;
	_position: absolute; 
	top: 0; 
	right: 0; 
	padding: 5px; 
	background: #FFFFCC; 
	border: solid 1px black; 
	text-align: center; 
	width: 125px;
}