@charset "utf-8";
/*********************************************/
/* PAGE LAYOUT STYLES - Header / Footer, etc */
/*********************************************/
body {
	background: url("/images/layout/repeatbackground.jpg") top center repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.BodyBox {
	width: 100%;
	height: auto;
	background: url("/images/layout/background.jpg") top center no-repeat;
}	
a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #663300;
	text-decoration: underline;
}
hr {
	border: none;
	border-bottom: 1px dashed #CCC;	
}
/*************** HEADER **************/
.HeaderBar {
	background: none;
	width: 770px;
	height: 150px;
	text-align: left;
	display: block;
	padding: 0px;
	margin: 0px;
}


/*************** MENU **************************/
.MenuBar {
	background: url("/images/layout/buttonbar.png") top left no-repeat;
	width: 775px;
	height: 43px;
	display: block;
	padding: 0px;
	margin: 0px;
	z-index: 1000;
}

#mnuMain {
	background: none;
	width: 775px;
	height: 43px;
	padding-left: 0px;
	margin: 0px;
}
#mnuMain ul {
	margin: 0px; 
	padding: 0px;
}

#mnuMain ul li {
	display: inline; 
	float: left; 
	list-style: none;
	padding: 5px 25px 0px;
	margin: 5px 0px 0px;
	_margin-bottom: 5px;
	position: relative;
	font-size: 12px;
}
#mnuMain ul li.navmenu_first {
	border-right: 2px solid #333;
	padding-left: 30px;
}
#mnuMain ul li.navmenu_mid {
	border-right: 2px solid #333;
}
#mnuMain ul li.navmenu_end {
	padding-right: 0px;
}
#mnuMain ul li.navmenu_firstg {
	border-right: 2px solid #333;
	padding-left: 21px;
}
#mnuMain ul li.navmenu_midg {
	border-right: 2px solid #333;
	padding: 5px 20px 0px;
}
#mnuMain ul li.navmenu_endg {
	padding-right: 0px;
}
#mnuMain li a {
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: #333;
}
#mnuMain li a:hover {
	color: #993300;
}

#mnuMain li ul {
	margin:0px; 
	padding: 0px 0px 6px; 
	display: none;
	position: absolute;
	left: 20px;
	top: 25px;
	background-color: #f1f4f5;
	background-image: none;
}

#mnuMain li:hover ul {
	display: block; 
	width: auto; /*180px*/
	min-width: 175px;
	background-image: none;
	border-bottom: groove 1px #000066;
}

#mnuMain li li {
	background-image: none;
	font-size: 10px;
	list-style: inside;
	list-style-image: url('/images/icons/arrow1.gif');
	display: list-item;
	margin: 0px;
	text-align: left;
	padding: 7px 0px 4px 0px;
}

#mnuMain li li a {
	font-size: 11px;
	text-decoration: none;
	color: #000066;
}
#mnuMain li li a:hover {
	color: #FF9900;
}
#mnuMain li li:hover {
	list-style: inside;
	list-style-image: url('/images/icons/arrow2.gif');
}
/************** CONTENT BAR ***************/
.ContentBar {
	background: url("/images/layout/bodyback.png");
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	width: 775px;
	height: auto;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.ContentBox {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 1.19em;
	width: 735px;
	_width: 775px;
	padding: 5px 20px 5px;
	text-align: left;
}

.ContactForm {
	/* background: url("/images/layout/boxgradient.png") top center no-repeat;*/
	height: auto;
	text-align: left;
}

.datatab {
	background: url("/images/layout/pencil2.png") top left no-repeat;
	color: #FFF;
	height: 25px;
	_height: 28px;
	width: 130px;
	text-align: center;
	padding: 3px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}
/************** FOOTER BAR ****************/
.FooterBar {
	background: url("/images/layout/footer.png") no-repeat top;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	height: 16px;
	width: 775px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.FooterInfo1 {
	float: right; 
	text-align: right; 
	margin-right: 15px; 
	margin-top: 4px;
}
.FooterInfo2 {
	float: left; 
	text-align: left; 
	margin-left: 15px; 
	margin-top: 4px;
}
.FooterText {
	font-family: "Times New Roman", Times, serif;
	width: 775px;
	background: none;
	font-size: 11px;
	padding: 0px;
	text-align: center;
	vertical-align: text-top;
	white-space: nowrap;
	color: #3e0c0b;
}

/*********************************************/
/*  BUTTONS */
/*********************************************/
.boxAdminMenu {
	float: left;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 1.25em;
	border: 1px solid #DDD;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 85px;
	height: 65px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #F3FCFC;
}
.boxAdminMenu:hover {
	background-color: #FFFFCC;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
}

.boxButtonLg {
	width: 125px;
	height: 23px;
	_height: 26px;
	background: url("/images/buttons/button125.png") no-repeat;
	text-align: center;
	color: #FFE0C1;
	font-size: 12px;
	padding: 2px 0px 2px;
	margin: 2px 0px 0px 5px;
	float: right;
}
.boxButtonLg a {
	text-decoration: none;
	color: #FFE866;
}
.boxButtonLg a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}

.boxButtonMed {
	width: 100px;
	height: 23px;
	_height: 26px;
	background: url("/images/buttons/button100.png") no-repeat;
	text-align: center;
	color: #FFE0C1;
	font-size: 12px;
	padding: 2px 0px 2px;
	margin: 2px 0px 0px 5px;
	float: right;
}
.boxButtonMed a {
	text-decoration: none;
	color: #FFE866;
}
.boxButtonMed a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}


.boxButtonSm {
	width: 75px;
	height: 23px;
	_height: 26px;
	background: url("/images/buttons/button75.png") no-repeat;
	text-align: center;
	color: #FFE0C1;
	font-size: 12px;
	padding: 2px 0px 2px;
	margin: 2px 0px 0px 5px;
	float: right;
}
.boxButtonSm a {
	text-decoration: none;
	color: #FFE866;
}
.boxButtonSm a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}

.boxClear {
	width: 700px;
	height: 1px;
	clear: both;
	display: block;
}

/*********************************************/
/* Client slideshow boxes
/*********************************************/

#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;
	margin: 6px;
}
#gallery ul img {
	border: 1px solid #ccc;
}
#gallery ul a:hover img {
	border: 1px solid #c00;
}



#tableSubmitPhoto input, #tableSubmitPhoto textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
}
#gallerypreview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}



#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;
}

/*********************************************/
/* Data and error boxes 
/*********************************************/


.boxError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background: #edb8b8 url("/images/layout/smallback3.jpg");
	text-align: center;
	padding: 5px;
	border: 1px solid #edb8b8;
	color: #660000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.boxSuccess {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background: #006600 url("/images/layout/smallback4.jpg");
	text-align: center;
	padding: 5px;
	border: 1px solid #006600;
	color: #006600;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.boxNote {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #0000FF;
}
.boxNote {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #333333;
}
.boxData {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	padding: 5px;
	background-color: #F9FFFF;
	border: 2px solid #CCC;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: left;
}
.boxData2 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #BDBDEF;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #000066;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.boxNews1 {
	font-family: "Times New Roman", Times, serif;
	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 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #000066;
	-moz-border-radius: 6px;
	-webkit-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
/*********************************************/
table {
	border: 1px solid #BBB;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
table tbody tr {
	background-color: #eee;
	border: none;
}
table tbody td {
	background-color: #fcfbef;
	border: 1px solid #BBB;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
.tableClear
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	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-family: "Times New Roman", Times, serif;
	font-size: 11px;
	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: none;
	margin: 0 auto;
	width: 100%;
	clear: both;	
	padding: 0px;
	background-color: #CCCCCC;
	font-size: 12px;
}
.tableData thead tr {
	background: none url("/images/layout/hl.png");
}
.tableData thead tr td {
	font-weight: bold;
	text-align: center;
	border: none;
	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 tbody td {
	font-weight: normal;
	border-width: 0px;
	border-bottom: 1px solid #F0F0F0;
	background: none;
}
.tableData tbody td.cellmid {
	border-right: 1px solid #E0E0E0;
	padding-left: 2px;
}
.tableData tbody tr.row1 {
	background-color: #FCFCFC;
}
.tableData tbody tr.row2 {
	background-color: #eff9fe;
}
.tableData tbody tr:hover {
	background-color: #FFE7CE;
}
/*=================================*/

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

#BuildPCType td {
	padding: 3px;
}

.tableMenu
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	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 New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:visited {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:active {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}


/*********************************************/
/* Heading and Title styles
/*********************************************/
.Label1 {
	font-family: "Times New Roman", Times, serif;
}
.ContentHeader, h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: bold;
	border-bottom: 1px dashed #CCC;
	width: 100%;
	color: #4B250E;
	padding: 2px 0px;
	margin: 0px 0px 2px;
	display: block;
}
.SubTitle, h2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
	color: #660000;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
}
.LineTitle, h3
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000066;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
}
	
li {
	list-style-image: url("/images/icons/arrow31.gif");
	list-style-type: none;
	line-height: 1.65em;
	font-size: 12pt;
}

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

.input1 {
	font-family: "Times New Roman", Times, serif;
}

input, select {
	font-family: "Times New Roman", Times, serif;
	font-size: inherit;
}
.watermark {
	color: #999 !important;
}
.watermark2 {
	color: #999 !important;
	font-style: italic !important;
}
.watermark3 {
	color: #c77 !important;
}

/***************************************/
/* Divider styles
/***************************************/
div.hr {
  height: 15px;
  background: url("/images/icons/paw_sm5.gif") no-repeat scroll center;
}
div.hr hr {
  display: none;
}

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


/***************************************/
/* Floating Div Styles */
/***************************************/
.EditContactForm {
	display: none;
	width: 290px;
	height: auto;
	float: right;
	border: 1px solid #999;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	background-color: #fdfcf0;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.PriceBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 200px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.NewsBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 670px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.EditBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 550px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.CalBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 670px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.PhoneBoxHide {
	display: none;
	font-size: 10px;
	border: solid 1px #000;
	width: 250px;
	background-color:#FFCCCC;
	padding:5px;
	position: absolute;
}

/******* Input Form Styles **************/

.DropSmall {
	font-family: "Times New Roman", Times, serif;
	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;
}

.ImageClick {
	cursor: pointer;
}