@charset "utf-8";
body {
	font: 100% Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
	color: #333;
	background-image: url(../img/bodybackground.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
h1 {
	font-size: 16px;
	font-weight: bolder;
	color: #003;
	letter-spacing: 2px;
	padding-top: 50px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #003;
}
h2 {
	clear: left;
	font-size: 14px;
	font-weight: bold;
	color: #003;
	letter-spacing: 2px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	/* width: 70%; */
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #003;
}
#rightSideBar h2.new_service{
	position: relative;
}
#rightSideBar h2.new_service img{
	position: absolute;
	top: -40px;
	right: -30px;
	border: none;
	width: 70px;
	height: 70px;
}
h3 {
	clear: left;
	font-size: 14px;
	font-weight: bold;
	color: #003;
	letter-spacing: 2px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	/* width: 70%; */
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #003;
}
a:link {
	text-decoration: none;
	color: #00F;
}
a:visited {
	text-decoration: none;
	color: #660099;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
ol li h2 {
	clear: left;
	font-size: 12px;
	font-weight: bold;
	color: #003;
	letter-spacing: 2px;
	padding: 0;
	padding-top: 20px;
	display: inline;
	width: 100%;
	border: none;
	margin: 0;
}
ol li p {
	clear: left;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 20px;
	margin: 0;
}
#container {
	width: 65em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background-color: #E0FFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-color: #333;
	background-image: url(../img/headerbackground.jpg);
	background-repeat: repeat;
	padding: 0 10px 10px 0;
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#header img {
	border: 0;
}
#quickMenu {
	float: right;
	width: 78%;
	margin: 0;
	padding: 0;
	text-align: right;
}
#quickMenu li {
	display: inline;
	list-style-type: none;
	font-size: 11px;
}
#quickMenu li a {
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: rgba(255, 255, 255, 0.05);
}
#quickMenu li a:visited {
	text-decoration: none;
	color: #FFF;
	color: rgba(255, 255, 255, 0.7);
}
#quickMenu li a:hover, #quickMenu li a:active, #quickMenu li a:focus {
	text-decoration: underline;
	color: #FFF;
	background: rgba(255, 255, 255, 0.15);
}
#social {
	float: right;
	text-align: right;
}
#headerImage {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#headerImage a img {
	opacity: 0.80; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 hack */ 
	filter: alpha(opacity = 80); /* IE 5-7 hack */ 
	-webkit-transition: 
	opacity 0.2s ease-in-out; 
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
#headerImage a:hover img, #headerImage a:focus img {
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 hack */ 
	filter: alpha(opacity = 100); /* IE 5-7 hack */ 
}
/* Navegation Menu */
#navContainer { 
	margin-top: -20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/* background: #DDDDDD; */
	padding: 0;
}
#nav ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #003;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; 
	/* font-weight: bold; */
}
#nav ul li { display: inline; }
#nav ul li a {
	padding: 0.4em 1em;
	/* background-color: #036; */
	background-color: #003;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#nav ul li a:hover, #nav ul li a:focus {
	background-color: #369;
	color: #fff;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 12px Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	color: #333;
}
#mainContent img {
	display: block;
	float: left;
	margin: 0px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #aaa; 
}
#quickMenu li a[target="_blank"], #footer a[target="_blank"], #mainContent a[target="_blank"] {
	display: inline-block;
	line-height: 18px;
	background: url(../img/new_window_icon.png) center right no-repeat;
	padding-right: 15px;
}
.video {
	display: block;
	float: left;
	margin: 0px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #aaa; 	
}
#content {
	width: 65%;
	/*margin-right: 50%;*/
	min-height: 450px;
}
#content p {
	text-align: justify;
}
#rightSideBar {
	width: 30%;
	float: right;
	margin-top: 20px;
}
#footer { 
	padding: 0 10px;
	background: #003;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 11px;
	color: #FFF;
}
#footer a:link {
	text-decoration: underline;
	color: #FFF;
}
#footer a:visited {
	text-decoration: underline;
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFF;
}
#footer a:active {
	text-decoration: underline;
	color: #FFF;
}
#footer img {
	border: none;	
}
#content .highlight {
	display: block;
	border: 1px solid #aaa; 
	margin: 20px 0 20px 0;
	padding: 10px;
	background-color: #CCFFFF;
}
#content .highlight h2 {
	clear: left;
	font-weight: bold;
	color: #003;
	letter-spacing: 2px;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
}
#content .highlight img {
	display: block;
	float: left;
	margin: 0px;
	padding: 10px;
	padding-left: 0;
	border: none; 
}
#content .highlight img.centerimg {
	display: block;
	float: none;
	border: none;
	margin: 10px;
	padding: 0;
}
.news {
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #CCFFFF;
	border: 1px solid #aaa; 
}
.news h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #003;
}
.news p {
	text-align: justify;
}
.clear {
	clear: left;	
}
/* Sale List Navigation Menu */
#salelistnavcontainer {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
#salelistnavcontainer ul {
	margin: 0;
	padding: 0;
}
#salelistnav li {
	display: inline;
	list-style-type: none;
	font-size: 12px;
}
#salelistnav li a, #salelistnav li a[target="_blank"]{
	margin: 0;
	padding: 0.4em 1em;
	line-height: 1.2;
	font-weight: bold;
	color: #333;
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: rgba(0, 0, 51, 1.0);
}
#salelistnav li a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #333;
	color: rgba(255, 255, 255, 0.7);
}
#salelistnav li a:hover, #salelistnav li a:active, #salelistnav li a:focus {
	text-decoration: underline;
	font-weight: bold;
	color: #333;
	color: rgba(255, 255, 255, 1.0);
	background: rgba(0, 0, 51, 0.7);
}
/* Image Gallery */
#gallery {
	background-color: #444;
	padding: 10px;
	width: 600px;
	overflow: auto;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
	margin-bottom: 10px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

/*End of Sale List Navigation Menu */

