@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bground.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	margin: 0px 0px 20px 0px;
	min-width:930px;
	text-align:center;
	
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-style:normal;
}

#table {
	margin:0 auto;
	position:relative;
	width: 930px;
	text-align:left;
}


#logo {
	height:155px;
	width:602px;
	background: url(images/seattle_garage_doors_Sound-door-logo.png) no-repeat;
	margin-bottom:-125px;
}

.slogan {
	font-size:14pt;
	font-weight: bold;
	font-style:italic;
}

.form { 
	font-size: 12px;
}

/*------------------------Border---------------------------*/

.upleft {
	background: url(images/border_upleft.png) no-repeat;
	height: 25px;
	width: 25px;
}

.upedge {
	background: url(images/border_upedge.png) repeat-x;
	height: 25px;
	width: inherit;
}

.upright {
	background: url(images/border_upright.png) no-repeat;
	height: 25px;
	width: 25px;
}

.leftedge {
	background: url(images/border_leftedge.png) repeat-y;
	height: inherit;
	width: 25px;
}

.rightedge {
	background: url(images/border_rightedge.png) repeat-y;
	height: 25px;
}

.lowleft {
	background: url(images/border_lowleft.png) no-repeat;
	height: 25px;
	width: 25px;
}

.lowedge {
	background: url(images/border_lowedge.png) repeat-x;
	height: 25px;
	width: inherit;
}

.lowright {
	background: url(images/border_lowright.png) no-repeat;
	height: 25px;
	width: 25px;
}

/*-----------------------Text------------------------------*/

.Normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
}

.Normal h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

.Normal ul li {
	list-style-type: disc;
	line-height: 20px;
}

.ContentPane {
	padding: 10px;
}

.InfoPane {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color:#fff;
	text-align:right;
}

.FooterPane a, .FooterPane a:visited {
	color:#0033FF;
	text-decoration:underline;
}
	

/*------------------------Menu-----------------------------*/

.SEOMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	width:240px; 
	margin:0;
	padding:0;
	vertical-align:top;
}

.SEOMenu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.SEOMenu ul li a, .SEOMenu ul li a:visited {
	font-weight: bold;
	color:#000;
	display: block;
	width: 240px;
	text-align: left;
	text-indent: 20px;
	line-height:60px;
	text-decoration: none; 
	background: url(images/btn_orig.jpg) no-repeat;
	padding: 0px;
	margin: 0px;
}
	
.SEOMenu ul li a:hover, .SEOMenu ul li a:hover {
	color:#000066;
	background:url(images/btn_over.jpg) no-repeat;
}

.SEOMenu ul li {
	list-style-type: none;
	padding:0;
	margin:0;
}

/*------------------------Footer--------------------------*/

.LoginPane, .LoginPane a, .LoginPane a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color:#fff;
}

.LoginPane a:hover {
	text-decoration: underline;
	color:#fff;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active {
	text-decoration: none;
	color:#fff;
}

A.SkinObject:hover {
	text-decoration: underline;
	color: #00CCFF;
}


