<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html { height: 100%; margin-bottom: 1px; }  

html,body{height:100%;}

p, td, li, ul,ol, h1, h2, h3 ,h4 ,h5 ,h6, label, input {
	font: normal 12px "arial", Arial;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}

body {
	margin: 0px;
	padding: 0px;
	color: black;
	background: #6acaf0;
	font-family: "arial", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#main_container {
	width: 900px;
	height: 200px; 
	margin: auto;
	position:relative;
}

#header {
	float: left;
	height: 59px;
	width: 900px;
	margin-top: 10px;
}

#header img {
	border: outset 2px transparent;
}

#header img:hover {
	border: outset 2px #888888;
}

#column_container {
	float: left;
	width: 900px;
}

#left_col {
	float: left;
	width: 220px;
	padding-right: 10px;
} 

#middle_col {
	float: left;
	width: 658px;
	border-right: 1px solid #6acaf0;
	border-left: 1px solid #6acaf0;
	--padding-left: 10px;
	--padding-right: 10px;	
}

#right_col {
	float: left;
	width: 220px;/*245*/
	padding-left: 10px;
}


#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	color: white;
  text-align:left;
	font:  12px Arial, Helvetica, sans-serif;
	padding:0px 0 12px 35px;
	background: no-repeat url(images/nav_bg.jpg);
}

#nav a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

#nav a:hover {
	text-decoration: none;
	padding-bottom:0px;
	--border-top: 1px Solid #ff9900;
	--border-bottom: 5px Solid #ff9900;
	--background: white;
	--color: blue;
	font-weight: bold;
}

#menu li {
	background-image: url(images/bullit1.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding:2px 0 0 20px;
	margin: 1px 1px 1px 1px;
	height: 18px;
}

#menu li  a {
	text-decoration:none;
	font-size: 12px;
	color:#666666;
}

#menu li  a:hover {
	text-decoration: none;
	padding-bottom:2px;
	border-bottom: 1px dotted #FFCCFF;
	
}

/*Image Popup Start (Credit: http://www.dynamicdrive.com/style/csslibrary/item/css_smart_image_enlarger/)*/
&lt;style type="text/css"&gt;

/* smart image enlarger starts here */
/* If your images are not linking to other pages leave the links as &lt;a href="#nogo"&gt; Otherwise enlarger won't work in IE6 */

.ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
}

.ienlarger a { 

	width: 70px
	text-decoration: none;
	cursor:default;/* add cursor:default; to this rule to disable the hand cursor DB:Added*/
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger span img {
	border: 1px solid #6acaf0; /* adds a border around the image DB:Was ffffff*/
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #6acaf0; /* caption text colour DB: Was ffcc00 */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: black; /* DB: Was 000000 */
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlarger img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger a:hover span { 
	display:block;
	bottom: -150px; /* means the pop-up's top is 50px away from thumb's top - DB: was top:50px changed to bottom -100px */
	right: 170px; /* means the pop-up's left is 90px far from the thumb's left - DB: was left: 90px changed to right 170px*/
	z-index: 100;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb1Col {
	width: 150px; /* enter desired thumb width here */
	height : auto;
	padding-top: 5px;
}

.resize_thumb2Col {
	width: 90px; /* enter desired thumb width here */
	height : 90px;
	padding-top: 5px;
	padding-right: 5px;
}

/* smart image enlarger ends here */

&lt;/style&gt;


/* Image Popup End */

#text_box {
	width: 400px;
	float: left;
	font-size: 11px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}

#offer{
	font-size: 20px;
	border-right: 2px solid #ff0000;
	border-left: 2px solid #ff0000;
	border-top: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

#quote p{
	font-size: 11px;
}

#contact {
	float: left;
	width: 240px;
	padding-left: 5px;
}

#contact a:hover{
	text-decoration:none;
	color: #0000ff;
	background: #6acaf0;
}

#contact a.mail:link {
	text-decoration:underline;
	color: #0000ff;
}

#contact a.mail:visited {
	text-decoration:underline;
	color: #0000ff;
}

#contact a.mail:hover {
	text-decoration:underline;
	color: red;
}

#facebook {
	float: left;
	height: 34px;
	margin-top:8px;
}

ul {
	margin: 0 0  10px 15px;
	padding: 0 0 10px 15px;
	}
	
ul a { 
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}	

	
p { 
    line-height:140%;
}

li {
	line-height:140%;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: black;
	padding: 0 0 5px 4px;
	}
	
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: black;
	padding: 0 0 10px 5px;
	}
	
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: black;
	padding: 0 0 5px 4px;
	}
	
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	padding: 0 0 5px 0;
	}

#info p {margin-left:5px; margin-right:20px;}
#info img {margin-right:5px; margin-top:2px; float:left; border:none}
#info h1 {margin-left:15px;}
/* the style starts here */
a.tooltip {color:#776250;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:-10px; left:-390px; padding:10px; font-size: 16px; font-weight:normal; color:#000; border:3px solid #776250; background:#ffc; width:300px;}
a.tooltip:hover b em {position:absolute; right:-43px; top:5px; width:43px; height:21px; background:#fff url(images/RightArrow.gif) 0 0; display:block; font-size:1px;}
.clear {clear:both;}



</pre></body></html>