/* X1 

html { background: fixed url('/media/images/site-bg-bg.png') repeat-x bottom center; }
body { background: fixed url('/media/images/site-bg.png') no-repeat bottom center; }
*/

/* HEADERS*/
#content h1 { color: #0A74AF; }
#content h2 { color: #096A9F; }
#content h3 { color: #666666; }
#content h4 { color: #006AAA; }


/* LINKS */
#content a:hover, #container ol.process li a:hover, #container ol.process li a:hover 
{ border-bottom: 2px solid #0A74AF; color: #222; }


/* SIDEBAR */
#sidebar h4, #sidebar h4 a {
	color: #0A74AF !important;
}

#subpages ul li.current_page_item a {
	background-color: #0A74AF;
	color: #ffffff !important;
}

#subpages ul li.current_page_item ul li a {
	background-color: #f9f9f9;
	color: #a0a0a0 !important;
}

#subpages ul li a:hover, #subpages ul li ul li a:hover {
	background-color: #096A9F;
	color: #ffffff !important;
}


/* TABLES */
.packages td.highlight {
color: #006AAA;
}
.packages td.highlight, .packages th.highlight {
font-size: 14px;
padding: 0 7px;
}
.packages th.highlight {
background: #085A8C;
background: -webkit-gradient(linear, left top, left bottom, from(#085A8C), to(#0A74AF));
background: -moz-linear-gradient(top, #085A8C, #0A74AF);
color:#ffffff;
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#085A8C', endColorstr='#0A74AF');
font-size: 35px;
padding-top:5px;
padding-bottom:8px;
text-align: center;
text-shadow:1px 1px 5px #004367;
text-transform: uppercase;
width: 40%;
}

.packages th.highlight small {
font-size: 15px;
clear: both;
}

.packages td.arrow.highlight {
background: url('/media/images/package-arrow-web.png') no-repeat top center;
}

.packages tr.cost td.highlight {
color: #006AAA;
font-size: 55px;
font-weight: bold;
letter-spacing: -5px;
text-align: center;
padding-right: 25px;
text-shadow: 1px 1px 2px #888888;
}

.packages tr.alt td.highlight {
background-color:#EFF8FF !important;
}


/* CONTACT */

input.textsubmit, input.textsubmit:link, input.textsubmit:active {
background-color: #006AAA;
border: none;
color: #FFFFFF !important;
display: block !important;
float: right;
font-family: arial;
font-size: 30px;
font-weight: bold !important;
height: 50px;
margin: 15px auto;
outline: none none !important;
padding: 8px;
text-align: center !importantt;
text-transform: uppercase;
}

input.textsubmit:hover {
background-color:#006aaa;
color:#FFFFFF !important;
cursor: pointer;
}

textarea:focus, input:focus {
      background-color: #EFF9FF;
}

option {
background-color:#006AAA;
border:1px solid #006AAA;
color:#FFFFFF;
padding: 0 10px 3px;
}



.contact-left input, .contact-right input {
border: 1px solid #006AAA !important;
border-left: 4px;
}

.contact-right select, .contact-left select {
border: 1px solid #006AAA !important;
}
.contact-right textarea, .contact-left textarea {
border: 1px solid #006AAA !important;
}


/* PROCESS */

#container ol.process li {
background: url('/media/images/process-bullet-web.png') no-repeat 5px 5px;
}

/* SLIDER

#slider li { }

ol#controls li.current a { 
	background: #BEE5F2;
	border: 1px solid #0099CC;
	color: #006AAA;
}
 */

/* GALLERY start */
div#gallery a:hover img { background-color: #0A74AF; border: 1px solid #0A74AF; }

div#gallery h4, div#gallery h4 a { color: #0A74AF; }
div#gallery h4 a:hover { color: #07557F; }

#lbOverlay { background-color: #00314F !important; }
#lbCaption { color: #006aaa; }

/* GALLERY end */


/* BUTTON start */

.button, .button:visited {
	border: solid 1px #0A74AF;
	background: #0A74AF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0A74AF), to(#006AAA));
	background: -moz-linear-gradient(top, #0A74AF, #006AAA);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0A74AF', endColorstr='#006AAA');
}
.button:hover {
	background: #006AAA;
	background: -webkit-gradient(linear, left top, left bottom, from(#006AAA), to(#085F8F));
	background: -moz-linear-gradient(top,  #006AAA,  #085F8F);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#006AAA', endColorstr='#085F8F');
}
.button:active {
        background: -webkit-gradient(linear, left top, left bottom, from(#0A74AF), to(#006AAA));
	background: -moz-linear-gradient(top,  #0A74AF,  #006AAA);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0A74AF', endColorstr='#006AAA');
}


/*BUTTON end */


/* END X1 END */
