

html,
body {
	margin: 0;
	padding: 0;
	background-color: black;
	color: white;
	background-image: url(images/bg-bottom-swirl.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

body,
table,
li,
td,
div {
	font-size: 12px;
	font-family: arial,verdana,sans serif;	
	line-height: 150%;
}

body.Body_Text {
	background: none;
}


td {
	vertical-align: top;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	font-family: arial,verdana,sans serif;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 {  
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.orange-bold {
	color: #ff9100;
	font-weight: bold;
}

.price-list-item {
	border-top: 1px solid #333333;
	padding-top: 3px;
	padding-bottom: 3px;
}

a {
	color: #ff9100;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper-table {
	width: 100%;
	height: 100%;
}

#content-container {
	position: relative;
	width: 980px;
}

#content-table {
	width: 980px; 
	margin-top: 20px;
}

#left-column,
#right-column {
	width: 50%;
}

.header-tile {
	background: url(images/bg-header-tile.gif) repeat-x top left;
	width: 100%;
	height: 89px;
}

.navigation-tile {
	background: url(images/bg-navigation-tile.gif) repeat-x top left;
	width: 100%;
	height: 30px;
}

.banner-tile {
	background: url(images/bg-banner-tile.gif) repeat-x top left;
	width: 100%;
	height: 206px;
}

ul#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 30px;
	line-height: 30px;
}

#navigation li {
	display:inline-block;
	_display: inline;
	#display: inline;
	font-family: arial;
	font-size: 14px;	
}

#navigation li.on {
	background-color: red;
	background: url(images/bg-navigation-lines.gif) no-repeat top right;
}

#navigation li.first {
	border: 0px;
}

/*-------- Make appointment -----*/

h1#make-appointment {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

h2#trading-hours {
	color: #ff9100;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(images/bg-h1-underline.gif) no-repeat bottom left;
}

.contact-content {
	background: url(images/bg-make-appointment-tile.gif) repeat-y top left;
}

#make-appointment-content {
	background: url(images/bg-make-appointment.gif) no-repeat 10px 0px;
	width: 265px;
}

.make-appointment-padding {
	padding: 10px;
	font-size: 14px !important;
	
}	

/*---- LARGE BOX -----*/

#large-box-surround h2 {
	font-size: 16px;
	font-weight: normal;
	color: white;
}

#large-box-surround {
	margin-top: 10px;
	margin-bottom: 10px;
}

#large-box-content {
	background: url(images/bg-large-box-tile.gif) repeat-y top left;
	
	
}

#large-box-content-padding {
	padding: 10px;
}

.dotted-line {
	background: url(images/bg-dotted-line.gif) repeat-x top left;
	width: 100%;
	height: 1px;
	line-height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer {
	height: 18px;
	line-height: 18px;
	font-family: arial,verdana,sans serif;
	font-size: 11px;
	color: #666666;
	margin-top: 40px;
	margin-bottom: 10px;
}

/*------ admin ------*/

.admin_container {
	border: 1px dotted red;
	width: 100%;
	cursor: pointer;
	cursor: hand;
}

.admin_container_common {
	border: 1px dotted green;
	width: 100%;
	cursor: pointer;
	cursor: hand;
}

.admin_controls {
	/*background-color: #333333;*/
	cursor: pointer;
	cursor: hand;
}

.wysiwyg {
	width:100%;
	height:460px;
	padding:0px;
	margin:0px;
}

/*--------------- FILE LIBRARY --------*/



.filelibrary_main_table {
	width: 770;
	border-bottom: 1px solid #666666;
	margin-bottom: 1px;
}

.icon_column {
	width: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.file_title_column {
	padding-left: 20px;
}

.file_date_column {
	width: 150px;
}

.file_name_column {
	width: 200px;
}

.file_extension_column {
	width: 60px;
}

.folder_title {
	padding-left: 10px;
}

.folder_title a {
	display: block;
	padding-top: 3px;
	color: #999999;
	text-decoration: none;
}

.form_item {
	margin-bottom: 3px;
}


/*------------- CONTACT FORM ------------*/

.contact-input,
.contact-select,
.contact-textarea {
	width: 250px;
	margin-bottom: 6px;
	border: 1px solid #666666;
	margin-left: 20px;
	background-color: black;
	color: white;
	font-family: arial,verdana;
	font-size: 12px;
}
.contact-textarea {
	height: 120px;
}

html select {
border : 1px solid #666;
}

/*---------- select replace code ---------*/

ul.selectReplacement {
  margin: 0;
  padding: 0;
  height: 1.65em;
  width: 300px;
}
ul.selectReplacement li {
  background: #cf5a5a;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 11px;
  line-height: 1.7em;
  list-style: none;
  margin: 0;
  padding: 1px 12px;
  width: 276px;
}
ul.selectReplacement:hover li,
ul.selectOpen li {
  display: block;
}
ul.selectReplacement li.selected {
  color: #fff;
  display: block;
}
ul.selectReplacement:hover li.selected,
ul.selectOpen li.selected {
  background: #9e0000;
  display: block;
}
ul.selectReplacement li:hover,
ul.selectReplacement li.selectOpen,
ul.selectReplacement li.selected:hover {
  background: #9e0000;
  color: #fff;
  cursor: pointer;
}

select.replaced {
  display: none;
}

/*---- IMAGE FADER ---------*/

.banner-overlay-text {
	position: absolute;
	top: 50px;
	left: 110px;
	width: 400px;
	/*border: 1px solid white;*/
}

.banner-overlay-text div,
.banner-overlay-text {
	font-size: 28px;
	color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#image-container {
	position: relative;
	width: 980px;
	height: 206px;
	/*border: 1px solid #666666;*/  
	margin-bottom: 15px;
	background-color: black;
}

.fader-container {
	position: relative;
	/*border: 1px solid #999999;*/
	background: url(images/bg-banner-tile.gif) repeat-x top left;
	width: 980px;
	height: 206px;
}

#image-fader {
	width: 980px;
	height: 206px;
	overflow: hidden;
}

.visible {
	visibility:visible;
}
.hidden {
	visibility:hidden;
}
.hide {
	display: none;
}
.show {
	display:block;
}

/*------------ TESTIMONIAL BOX -----------*/

.testimonial-box {
	background: url(images/bg-testimonial-box.gif);
	width: 615px;
	height: 298px;
	paddng: 0px;
}


/*------------ IMAGE GALLERY PROPERTIES -----------*/

.gallery-large-surround {
	position: relative;
	/*width: 465px;*/
	width: 790px;
	height: 430px;
	overflow: hidden;
	border: 1px solid #333333;
	background-color: #191919;
	text-align: center;
}

.gallery-section-surround {
	position: relative;
	width: 980px;
	height: 430px;
	text-align: left;
	
}

.gallery-section-heading {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
}

.gallery-thumb-surround {
	position: relative;
	width: 143px;
	height: 390px;
	min-height: 50px;
	/*padding-top: 10px;*/
	/*padding-bottom: 10px;*/
	overflow: hidden;
	/*margin-top: 10px;*/
	/*border: 1px solid #333333;*/
	margin-left: 10px;
	
	
	/*padding: 20px;*/
	
}

.gallery-large-image {
	position: absolute;
	left: 13px;
	top: 20px;
	width: 760px;
	height: 390px;
	/*margin-left: 20px;*/
	overflow: hidden;
	
	
	
}

/*#gallery-caption {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 1;
	width: 790px; 
	background-color: black; 
	color: white; 
	text-align: left; 
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}*/

#sm-image-container-div {
}

#image-container-div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 790px;
	height: 430px;

}

#btn_main_left {
	position: absolute;
	left: -1px;
	top: 40%;
}

#btn_main_right {
	position: absolute;
	right: -1px;
	top: 40%;
}	

#btn_thumb_left {
	position: absolute;
	top: 0px;
	left: 833px;
}
#btn_thumb_right {
	position: absolute;
	bottom: 0px;
	left: 833px;
}

.gallery-image-cell {
	width: 790px; 
}

.inner-gallery-image-cell {
	width: 790px;
	height: 390px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.input_filter {
	display: none;
}	

#awards {
	margin-top: 20px;
}
