/*
CSS for USA Auto Glass Repair
http://www.usaautoglasswa.com
*/

/*
PALETTE
Blue: 003366
Blue-Grey: 456886
Red: CC0033
Grey: f2f2f2
*/

body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_stripes_blue.gif);
	background-repeat: repeat;
	background-position: left top;
}

#container {
	padding: 0;
	margin: auto;
	text-align: left;
	width: 960px;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
}

#container table {
	padding: 0;
	margin: 0;
}

#container table tr {
	padding: 0;
	margin: 0;
}

#container table tr td {
	padding: 0;
	margin: 0;
	background-color: #ffffff;

}

#logomenu_contain {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #fff;
}

#logo {
	padding: 0;
	margin: 0;
	width: 320px;
	height: 220px;
}

#logo a {
	padding: 0;
	margin: 0;
	border: 0;
}

#logo a img {
	padding: 0;
	margin: 0;
	border: 0;
}

#logo img {
	padding: 0;
	margin: 0;
	border: 0;
}

#rt_header {
	padding: 0;
	margin: 0;
	width: 640px;
}

#menu {
	padding: 0;
	margin: 0;
	width: 320px;
	border-bottom: 1px solid #fff;
	font-family: Georgia, "Times New Roman", Times, serif;

}

#menu a {
	display: block;
	padding: 7px 15px 7px 7px;
	margin: 0;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	color: #456886;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #f2f2f2;
	text-decoration: none;
	background-image: url(images/bg_bigtab.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#menu a:hover {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	color: #CC0033;
	background-color: #f2f2f2;
	text-decoration: none;
	background-image: url(images/bg_bigtab_active.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#menu a.actlnk {
	display: block;
	padding: 7px 15px 7px 7px;
	margin: 0;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	color: #CC0033;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #fff;
	text-decoration: none;
	background-image: url(images/.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#menu a.actlnk:hover {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	color: #CC0033;
	background-color: #f2f2f2;
	text-decoration: none;
	background-image: url(images/bg_bigtab_active.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#menu a.subcat {
	display: block;
	padding: 4px 30px 4px 4px;
	margin: 0;
	text-align: right;
	font-weight: normal;
	font-size: 12px;
	color: #456886;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #f2f2f2;
	text-decoration: none;
	background-image: url(images/.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#menu a.subcat:hover {
	display: block;
	text-align: right;
	font-weight: normal;
	font-size: 12px;
	color: #CC0033;
	background-color: #f2f2f2;
	text-decoration: underline;
	background-image: url(images/.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#menu a.subcatact {
	display: block;
	padding: 4px 30px 4px 4px;
	margin: 0;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: #CC0033;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #fff;
	text-decoration: none;
	background-image: url(images/.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#menu a.subcatact:hover {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: #CC0033;
	background-color: #fff;
	text-decoration: underline;
	background-image: url(images/.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#menu img {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
}

#lt_contact {
	margin: 0;
	width: auto;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #003366;
	color: #fff;
	line-height:150%;
	background-image: url(images/bg_grad.gif);
	background-repeat: repeat-y;
	background-position: center top;

}

#rt_sec {
	margin: 0;
	width: auto;
	padding: 3px;
	text-align: center;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0033;
}

#rt_contain {
	margin: 0;
	padding: 0;
	background-color: #fff;
	line-height: 110%;
	background-image: url(images/.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.content {
	margin: 20px 20px 20px 20px;
	width: auto;
	padding: 0;
	text-align: justify;
	font-size: 11px;
}

.content2 {
	margin: 0;
	width: auto;
	padding: 0;
	text-align: justify;
	font-size: 11px;
}

.coupon {
	margin: 0px 10px 0px 10px;
	width: 260px;
	padding: 0;
	text-align: justify;
	font-size: 11px;
	line-height: 165%;
	border: 3px dashed #CC0033;
}

#top_content {
	margin: 20px 20px 20px 20px;
	width: auto;
	padding: 0;
	text-align: justify;
	font-size: 11px;
	line-height: 165%;
}

#top_content table tr td {
	background-color: #fff;
	font-size: 11px;
}

#top_content h1.active {
	display: block;
	width: auto;
	color: #CC0033;
	background-color: #fff;
	padding: 5px 0px 7px 7px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #CC0033;
}

#top_content .content {
	margin: 0 10px 0 10px;
	padding: 0;
	text-align: justify;
	font-size: 11px;
	line-height: 165%;
}

#top_content .content2 {
	margin: 0 10px 0 10px;
	padding: 0;
	text-align: justify;
	font-size: 11px;
	line-height: 165%;
}

.content_sec {
	margin: 5px 20px 5px 20px;
	width: auto;
	padding: 0;
	text-align: justify;
	font-size: 11px;
}

.content_sec h1 {
	display: block;
	width: auto;
	color: #CC0033;
	padding: 5px 0px 5px 7px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

.content h1 {
	width: auto;
	color: #003366;
	padding: 10px 0px 0px 0px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content h1.active {
	display: block;
	width: auto;
	color: #CC0033;
	background-color: #fff;
	padding: 5px 0px 7px 7px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #CC0033;
}

.content h1 a {
	width: auto;
	color: #456886;
	padding: 1px 3px 3px 35px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #f2f2f2;
	display: block;
	background-image: url(images/bg_fronttab.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top: 1px solid #456886;
}

.content h1 a:hover {
	width: auto;
	padding: 1px 3px 3px 35px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #CC0033;
	background-color: #f2f2f2;
	display: block;
	background-image: url(images/bg_fronttab.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top: 1px solid #CC0033;
}

.content2 h1 {
	width: auto;
	color: #003366;
	padding: 10px 0px 0px 0px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content2 h1.active {
	display: block;
	width: auto;
	color: #CC0033;
	background-color: #fff;
	padding: 5px 0px 7px 7px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #CC0033;
}

.content2 h1 a {
	width: auto;
	color: #456886;
	padding: 3px 3px 4px 35px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #f2f2f2;
	display: block;
	background-image: url(images/bg_fronttab.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top: 1px solid #456886;
}

.content2 h1 a:hover {
	width: auto;
	color: #CC0033;
	padding: 3px 3px 4px 35px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #f2f2f2;
	display: block;
	background-image: url(images/bg_fronttab.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top: 1px solid #CC0033;
}

.content_sec h1 a {
	width: auto;
	color: #456886;
	padding: 1px 3px 3px 8px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #f2f2f2;
	display: block;
	border-top: 1px solid #456886;
}

.content_sec h1 a:hover {
	width: auto;
	color: #CC0033;
	padding: 1px 3px 3px 8px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #f2f2f2;
	display: block;
	border-top: 1px solid #CC0033;
}

.content a {
	color: #003366;
}

.content a:hover {
	color: #CC0033;
}

.content2 a {
	color: #003366;
}

.content2 a:hover {
	color: #CC0033;
}

h3.servlist {
	color: #CC0033;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 5px 0px 5px 20px;
	margin: 0;
}

#fltlt_content {
	float: right;
	width: 340px;
	padding: 5px 10px 5px 10px;
	margin: 5px 20px 5px 15px;
	text-align: justify;
	font-size: 12px;
	border: 1px solid #CC0033;
	background-image: url(images/bg_stripes.gif);
	background-repeat: repeat;
	background-position: left top;
}

#fltlt_content h1 {
	color: #CC0033;
	padding: 3px 0px 0px 3px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#fltlt_content a {
	color: #003366;
}

#fltlt_content a:hover {
	color: #CC0033;
}

#services_main {
	width: auto;
	background-color: #fff;
	padding: 0;
	margin: 0px 20px 0px 20px;
	text-align: justify;
	font-size: 11px;
}

#services_main table tr td {
	background-color: #fff;
	font-size: 11px;
}

.services_content {
	margin: 3px 10px 10px 10px;
	padding: 0;
	text-align: justify;
	font-size: 11px;
	line-height: 165%;
}

.services_content_top {
	margin: 20px 20px 5px 20px;
	width: auto;
	padding: 0;
	text-align: justify;
	font-size: 11px;
	line-height: 165%;
}

.services_content h1 {
	width: auto;
	color: #003366;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/bg_fronttab.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.services_content_top h1.active {
	display: block;
	width: auto;
	color: #CC0033;
	background-color: #fff;
	padding: 5px 0px 7px 7px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #CC0033;
}

.services_content h1 a {
	width: auto;
	color: #456886;
	padding: 3px 3px 4px 35px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #f2f2f2;
	display: block;
	background-image: url(images/bg_fronttab.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top: 1px solid #456886;
}

.services_content h1 a:hover {
	width: auto;
	color: #CC0033;
	padding: 3px 3px 4px 35px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #f2f2f2;
	display: block;
	background-image: url(images/bg_fronttab.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top: 1px solid #CC0033;
}

.services_content a {
	color: #003366;
}

.services_content a:hover {
	color: #CC0033;
}

#services_list {
	width: auto;
	padding: 5px 10px 5px 10px;
	margin: 5px 20px 5px 20px;
	text-align: justify;
	font-size: 11px;
	border: 1px solid #CC0033;
	line-height: 165%;
}

#services_list ul li {
	background-color: #fff;
	font-size: 11px;
	line-height: 165%;
}

#services_list table tr td {
	background-color: #fff;
	font-size: 11px;
	line-height: 165%;
}

#services_list a {
	color: #003366;
}

#services_list a:hover {
	color: #CC0033;
}

#submenu {
	width: 100%;
	padding: 10px 0px 1px 0px;
	margin: 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	background-image: url(images/bg_stripes.gif);
	background-repeat: repeat;
	background-position: left top;
	border-top: 3px solid #003366;
}

#submenu a {
	color: #003366;
	margin: 0 10px 0 10px;
	text-decoration: none;
}

#submenu a:hover {
	color: #CC0033;
	text-decoration: underline;
}

#legal {
	width: 100%;
	padding: 1px 0px 10px 0px;
	margin: 0;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	background-image: url(images/bg_stripes.gif);
	background-repeat: repeat;
	background-position: left top;
}

#legal a {
	color: #999;
	text-decoration: none;
}

#legal a:hover {
	color: #999;
	text-decoration: underline;
}

#bbb {
	background-color: #003366;
	color: #fff;
	text-align: center;
	padding: 7px 0 7px 0;
	border-top: 1px dotted #fff;
	font-size: 11px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/bg_grad.gif);
	background-position: center top;
}

.lttd {
	background-image: url(images/bg_grad.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.side_warranty {
	float: right;
	padding: 10px;
	margin: 10px;
	width: 160px;
	text-align: left;
	border: 1px dotted #003366;
	background-color: #f2f2f2;
}

p {
	margin: 5px 0 5px 0;
	padding: 0;
}

.side_warranty h3 {
	width: auto;
	color: #003366;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.side_warranty h3 a {
	color: #CC0033;
	text-decoration: none;
}

.side_warranty h3 a:hover {
	color: #003366;
	text-decoration: underline;
}

.phone {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.city {
	font-weight: normal;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#quoteform p.announce {
	padding: 10px;
	border: 1px dotted #CC0033;
	color: #CC0033;
	background-color: #fff;
}

#quoteform p.announce a {
	color: #CC0033;
}

a.firstlnk {
	color: #003366;
}

a.firstlnk:hover {
	color: #CC0033;
}