/**
 * @version: $Id$
 */

body {
	line-height: 1.4em;
	background: #565856;
	color: #525959;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*********************************************************************************************
 * CONTAINERS
 *********************************************************************************************/
html, body {
	margin: 0;
	padding: 0;
}

#menu {
	float: left;
	width: 570px;
	height: 18px;
}

#logo_company{
	float: right;
	text-align: right;
	width: 180px;
	height: 30px;
}

#logo_company img{
	width: 160px;
}

#centerDiv{
	width: 944px;
	height: 646px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin: -323px auto 0 -472px;	
}

#biggerWrapper{
	height: 454px;
	margin: 0 auto;
	background: #FFF;
	padding: 96px;
	border: solid 1px #7B7B7B;
}

#page_content{
	padding: 0;
	margin: 0;
	margin-top: 36px;
}

/* footer */
#footer {
	margin-top: 10px;
	color: #FFF;
	text-align: center;
	height: 15px;
}

#address{
	float:left;
}

#tandc{
	float:right;
}

/*********************************************************************************************
 * PAGE CONTENT
 *********************************************************************************************/
#page_text {
	float: left;
	width: 276px;
	line-height: 17px;
	padding-top: 15px;
	white-space: normal;
	height: 383px;
}

#page_quote {
	float: left;
	width: 256px;
	line-height: 17px;
	padding-top: 100px;
	white-space: normal;
	height: 281px;
}

#page_text_meta_image {
	height: 258px;
	padding-top: 100px;
}

#page_image{
	float: right;
	width: 458px;
	height: 398px;
	overflow: hidden;
}

#landing_background {
	
}

#landing_image{
	background-image: url('/images/home.jpg');
	text-align: center;
	height: 452px;
	width: 750px;
	line-height: 500px;
}

#landing_footer {
	text-align: center;
	font-size: 12px;;
	padding-top: 15px;
}

.landing-inner {
	line-height: 4em;
	padding-top: 235px;
}

.landing-inner a {
	color: #FFF !important;
	text-decoration: none;
}

/*********************************************************************************************
 * SLIDING GALLERY
 *********************************************************************************************/
.scroll-pane { 
	overflow: auto; 
	width: 750px;
	float:left;
	height: 400px;
}

.scroll-content { 
	width: 0px;
	float: left;
	padding-bottom: 36px;
}

.scroll-content-item { 
	width: auto; 
	height: 352px; 
	float: left; 
	margin-right: 15px; 
}

* html .scroll-content-item { 
	display: inline; /* IE6 float double margin bug */
}

.scroll-bar-wrap { 
	clear: left;
	margin: 0 1px 1px 1px;
	background: #000;
	height: 1px;
}

.scroll-bar-wrap .ui-slider { 
	background: none; 
	border:0; 
	height: 2em;
	margin: 0 auto;
}

.scroll-bar-wrap .ui-handle-helper-parent { 
	position: relative; 
	width: 100%; 
	height: 100%; 
	margin: 0 auto;
}

.scroll-bar-wrap .ui-slider-handle { 
	top:.2em; 
	height: 1.5em;
}

.scroll-bar-wrap .ui-slider-handle .ui-icon {
	margin: -8px auto 0; 
	position: relative; 
	top: 50%;
}

/*********************************************************************************************
 * TAGS
 *********************************************************************************************/

p {
	margin-bottom: 15px;
}

h1 {
	font-size: 2.7em;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 1em;
	color: #6B8D38;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1em;
	color: #6B8D38;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1em;
	color: #FFF;
}

::selection {
	background: #CCC;
	color: #333;
}

::-moz-selection {
	background: #CCC;
	color: #333;
}

a, a:visited {
	color:#525959;
	text-decoration: underline;
}

a:active, a:focus {
	color:#525959;
	outline: 0px;
}

#footer > a, a:visited {
	color:#525959;
	text-decoration: none;
}

#address a,
#tandc a {
	color: #FFFFFF;
	text-decoration: none;
}

img.inlay {
	float: left;
	margin: 0 15px 5px 0;
	border: 1px solid #fff;
}

.prices th {
	padding: 5px 0;
	text-align: left;
	background: transparent url(/images/transblock_black.png);
}

ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}

li {
	text-indent: 0;
	background: url(/images/bullet.gif) 0 6px no-repeat;
	padding: 0 0 0 9px;
	font-size: 10px;
	line-height: 1.3em;
}

.dark {
	background: transparent url(../images/transblock_black.png);
}

.prices td{
	padding: 3px 0;
	text-align: center;
	line-height: 1;
}

.prices .alt1{
	background: transparent url(/images/transblock_white.png);
}

.prices .alt{
	background: transparent url(/images/transblock_white_35.png);
}

table.nlform input[type=text] {
	padding: 5px;
	font-size: 11px;
	color: #FFF;
	border: 1px solid #CCC;
	background: none;
}

table.nlform input[type=submit] {
	padding: 5px;
	font-size: 11px;
	color: #FFF;
	border: 1px solid #666;
	background: #111;
	cursor: pointer;
}

div.inline {
	float: left;
	width: 110px;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.green{
	color: #6B8D38;
}

.clickable{
	cursor: pointer;
}

.noUnderLine{
	text-decoration:none
}

.clear_both{
	clear: both;
}

.bolder{
	font-weight: bolder; 
}

p.editor_info {
	padding: 3px 3px 3px 25px;
	background: url(/images/information.png) 5px center no-repeat #FFFFCC;
	border: 1px solid #ECEA9B;
	color: #666;
}

/* start of PRICE TABLE styling */

table.prices {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #85898B;
	border-top: 1px solid;
}

table.prices th {
	text-align: center;
	padding: 0 0 5px 0;
	border-bottom: 1px solid;
	font-size: 8px;
}

table.prices td {
	text-align: center;
	padding: 7px 0;
	border-bottom: 1px solid;
	border-left: 1px solid;
}

table.prices td.start {
	width: 20%;
	border-left: none;
	padding-left: 5px;
	text-align: left;
}

table.prices td.link {
	border-left: none;
	text-align: center;
}

/* end of PRICE TABLE styling */

.show {
	display: block;	
}

.hide {
	display: none;	
}

strong {
	font-weight: bold;
}

.rform label {
	width: 100px;
	display: block;
	float: left;
}

.rform input[type=text], .rform textarea {
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #EEE;
	border: 1px solid #CCC;
	color: #444;
	width: 145px;
}

.rform select {
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #EEE;
	border: 1px solid #CCC;
	color: #444;
	width: 155px;
}

