@charset "utf-8";
/* CSS Document */


/* SUN COUNTRY CLEANERS 2009
================================== */


/* LAYOUT
================================== */
body {
	background-image: url(images/bg-new2.jpg);
	background-repeat: repeat;
	margin-top: 12px;
}


/* TYPE
================================== */
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #68a4d6;
padding-left: 12px;
padding-right: 15px;
}

.main {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
padding-left: 12px;
font-size: 12px;
padding-right: 15px;
}

.footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 10px;
line-height: 20px;
}

.nav {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
background-color: #0001B3;
line-height: 20px;
padding-left: 10px;
}

.subnav {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #68a4d6;
font-size: 11px;
line-height: 20px;
padding-left: 6px;
}


/* LINKS
================================== */
.main a:link {
	color: #e45600;
	text-decoration: none;
}
.main a:visited {
	text-decoration: none;
	color: #e45600;
}
.main a:hover {
	text-decoration: underline;
	color: #e45600;
}
.main a:active {
	text-decoration: none;
	color: #e45600;
}

.footer a:link {
	color: #000000;
	text-decoration: underline;
}
.footer a:visited {
	text-decoration: underline;
	color: #000000;
}
.footer a:hover {
	text-decoration: underline;
	color: #000000;
}
.footer a:active {
	text-decoration: underline;
	color: #000000;
}

.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.nav a:hover {
	text-decoration: none;
	color: #e45600;
}
.nav a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.subnav a:link {
	color: #68a4d6;
	text-decoration: none;
}
.subnav a:visited {
	text-decoration: none;
	color: #68a4d6;
}
.subnav a:hover {
	text-decoration: none;
	color: #e45600;
}
.subnav a:active {
	text-decoration: none;
	color: #68a4d6;
}

/* IMAGE STYLE
================================== */
.imgRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}

.imgLeft {
	float: left;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}
