@charset "utf-8";
/*********************************************/
/* PAGE LAYOUT STYLES - Header / Footer, etc */
/*********************************************/
body {
	background: #130101 url("/images/layout/background.jpg") top center repeat-x;
	padding: 0px 5px 5px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a {
	color: #FC6;
	text-decoration: none;
}
a:hover {
	color: #FF6;
	text-decoration: underline;
}
hr {
	background: none;
	color: none;
	border: none;
	border-bottom: 1px dashed #FFC;	
	display: block;
	clear: both;
}
/*********************************************/
/* Heading and Title styles
/*********************************************/
.ContentHeader, h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC9;
	padding: 2px 0px;
	margin: 0px 0px 2px;
	display: block;
}
.SubTitle, h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FCC;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
}
.LineTitle, h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFC;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
}
	
li {
	list-style-image: url("/images/icons/arrow1.png");
	list-style-type: none;
	line-height: 1.65em;
	font-size: 12px;
}
img {
	border-color: #a77f28;
}
/*************** HEADER **************/
.HeaderBar {
	background: url("/images/layout/logo.png") top left no-repeat;
	width: 950px;
	height: 117px;
	text-align: left;
	display: block;
	padding: 0px;
	margin: 0px;
}
.MenuBar {
	background-image: url("/images/layout/buttonend.png");
	background-position: 518px 0px;
	background-repeat: no-repeat;
	width: 950px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	display: block;
}

.MenuBox {
	float: left;
	position: relative;
}
.MenuBox ul {
	display: none;
	width: 100px;
	background: #333;
	color: #FFF;
	border: 1px solid #222;
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
	padding: 2px;
	margin: 0px;
	position: absolute;
	top: 44px;
	left: 25px;
}

.MenuBox ul li {
	display: list-item;
	list-style: circle inside;
	color: #FFF;
	padding: 2px 5px;
}
.MenuBox ul li a {
	color: #FFF;
}
.MenuBox:hover ul {
	display: block;
}

#mnuHome { width: 107px; height: 34px; background: url("/images/toolbar/1homeup.png"); }
#mnuHome:hover { background: url("/images/toolbar/1homedown.png"); }

#mnuPortfolio { width: 132px; height: 34px; background: url("/images/toolbar/2portfolioup.png"); }
#mnuPortfolio:hover { background: url("/images/toolbar/2portfoliodown.png"); }

#mnuServices { width: 128px; height: 34px; background: url("/images/toolbar/3servicesup.png"); }
#mnuServices:hover { background: url("/images/toolbar/3servicesdown.png"); }

#mnuContact { width: 151px; height: 34px; background: url("/images/toolbar/4contactup.png"); }
#mnuContact:hover { background: url("/images/toolbar/4contactdown.png"); }

#mnuLogin { width: 155px; height: 34px; background: url("/images/toolbar/5loginup.png"); }
#mnuLogin:hover { background: url("/images/toolbar/5logindown.png"); }

/************** CONTENT BAR ***************/
.ContentBar {
	background: url("/images/layout/footer.jpg") top left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 950px;
	height: 2px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	color: #fce5b5;
}
.ContentBox {
	background: url("/images/layout/bodyback.jpg") top left repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 920px;
	_width: 950px;
	padding: 2px 15px;
	text-align: left;
	color: #fce5b5;
}

.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.jpg") top left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	height: 10px;
	width: 950px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.FooterInfo2 {
	float: left; 
	text-align: left; 
	margin-left: 15px; 
	margin-top: 4px;
}
.FooterText {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 950px;
	background: none;
	font-size: 10px;
	padding: 0px;
	text-align: left;
	vertical-align: text-top;
	white-space: nowrap;
	color: #666;
}
.FooterText a {
	color: #666;
}
.FooterText a:hover {
	color: #CCC;
}
.FooterInfo1 {
	float: right; 
	text-align: right; 
	margin-right: 0px; 
}
/***************************************/
/*  ADMIN HEADER / FOOTERS
/***************************************/
.AdminBody {
	background: none;
	padding: 0px;
	margin: 0px;
	background: #E6E6E6 url("/images/layout/smallback7.jpg");
}
.AdminBody a {
	color: #300;
}
.AdminBody a:hover {
	color: #600;
}
.AdminHeaderBar {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 100%;
	background: #47210A url("/images/layout/pattback1.jpg");
	border: none;
	border-bottom: 2px solid #a77f28;
	position: relative;
}
.AdminHeaderBox {
	background: url("/images/layout/adminarea.png") bottom right no-repeat;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.AdminTitle {
	color: #fce5b5;
	font-size: 36px;
	padding: 12px 0px 12px 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: 12px;
}

.AdminBody .ContentHeader {
	background: none;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 1px 0px 4px;
	height: auto;
	width: auto;
	text-align: left;
	color: #47210A;
	border-bottom: 1px dashed #47210A;
}
.AdminBody .SubTitle {
	background: none;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	height: auto;
	width: auto;
	text-align: left;
	color: #600;
}
.AdminBody .LineTitle {
	background: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	height: auto;
	width: auto;
	text-align: left;
	color: #300;
}
.AdminBody hr {
	border: none;
	background-color: #FFF;
	color: #FFF;
	border-bottom: 1px dashed #47210A;
	margin: 0px 0px 5px;
	padding: 5px 0px 0px;
}
.AdminBody .boxData {
	background: #DFDFDF;
	color: #000;
}
.AdminBody .boxButton {
	width: auto;
	height: auto;
	background: url("/images/layout/buttonback.jpg") repeat-x;
	text-align: center;
	color: #CCC;
	font-size: 11px;
	padding: 3px 10px;
	float: right;
	margin: 2px 5px;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.AdminBody .boxButton a {
	text-decoration: none;
	color: #FF3;
}
.AdminBody .boxButton a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}
.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;
	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: #47210A	url("/images/layout/pattback1.jpg");
	border: none;
	border-bottom: 2px solid #a77f28;
	border-top: 2px solid #a77f28;
	position: relative;
	color: #FFF;
	text-align: center;
	font-size: 11px;
}
.AdminFooterBar a {
	color: #0CF;
}
/*------- ADmin Menu ----------------*/
.AdminMenuBar {
	width: 100%;
	background: #444;
	border: none;
	border-bottom: 2px solid #a77f28;
	display: block;
	clear: both;
	position: relative;
	height: auto;
}
#mnuAdmin {
	padding: 0px;
	margin: 0px;
	display: block;
	clear: both;
	position: relative;
}
#mnuAdmin li {
	padding: 5px 8px 4px;
	margin: 0px;
	font-size: 12px;
	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: 12px;
	font-weight: bold;
	color: #FFC;
	text-decoration: none;
}
#mnuAdmin li:hover {
	background-color: #a77f28;
}
#mnuAdmin li:hover a {
	text-decoration: none;
	color: #311606;
}
#mnuAdmin ul {
	width: 110px;
	display: none;
	position: absolute;
	background: #CCC;
	border: 1px solid #BE1F23;
	top: 25px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}
#mnuAdmin ul li {
	padding: 3px 7px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	list-style: disc;
	color: #000;
	border: none;
	width: 95px;
}
#mnuAdmin ul li a {
	font-size: 11px;
}
#mnuAdmin li:hover ul {
	display: block;
}

/*********************************************/
/*  BUTTONS */
/*********************************************/
.boxButton {
	width: auto;
	height: auto;
	background: url("/images/shade1.png");
	text-align: center;
	color: #CCC;
	font-size: 10px;
	padding: 1px 8px;
	float: right;
	margin: 2px 5px;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.boxButton a {
	text-decoration: none;
	color: #FF3;
}
.boxButton a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}



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

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

.boxGallery {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 430px;
	color: #FFF;
	font-size: 12px;
	padding: 5px;
	margin: 0px 12px 12px 0px;
	background: url("/images/shade1.png");
	border: 1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: left;
	float: left;
}
/*********** 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 
/*********************************************/
.boxError {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	background: #edb8b8 url("/images/layout/smallback3.jpg");
	text-align: center;
	padding: 3px 5px;
	border: 1px solid #edb8b8;
	color: #660000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.boxSuccess {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	background: #006600 url("/images/layout/smallback4.jpg");
	text-align: center;
	padding: 3px 5px;
	border: 1px solid #006600;
	color: #006600;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.boxNote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #0000FF;
}
.boxNote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #333333;
}
.boxData {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 12px;
	padding: 5px;
	background: url("/images/shade1.png");
	border: 1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: left;
}
.boxData2 {
	font-family: Georgia, "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: Georgia, "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: Georgia, "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: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	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: Georgia, "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;
}

/*=================================*/
.tablePages
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background: #FFF url("/images/layout/smallback5.jpg");
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
}
.tablePages td {
	border: 0px;
}
/*=================================*/
.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: 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.allowhover tr:hover {
	background-color: #FFE7CE;
}
/*=================================*/

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

#BuildPCType td {
	padding: 3px;
}

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




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

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

input, select {
	font-family: Georgia, "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: left;
	border: 1px solid #999;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	background-color: #E9E9E9;
	padding: 5px;
	margin: 0px 10px 0px;
	-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: Georgia, "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, .lnkGalleryHome {
	cursor: pointer;
	color: #036;
}
.StatusMessage {
	display: none;
}
