/* Search Engine Design.com */

body {
   margin-top: 0px;
   padding-top: 0px;
   background-image: url(images/squiggly.gif);
   font-size: 10px;
}

body#home a#homenav,
body#advertising a#advertisingnav,
body#services a#servicesnav,
body#results a#resultsnav,
body#warning a#warningnav,
body#analysis a#analysisnav,
body#fees a#feesnav,
body#about a#aboutnav,
body#optimization a#optimizationnav,
body#clients a#clientsnav,
body#contact a#contactnav {
   color: #FFFFFF;
   background-color: #be1b1f;
   text-transform: uppercase;
}

#MainTable {
   border-right: 2px solid #3e3c3f;
   border-left: 2px solid #3e3c3f;
   border-top: 2px solid #3e3c3f;
   border-bottom: 2px solid #3e3c3f;
   background-color: #FFFFFF;
}

#RightTable {
   border-right: 1px solid #62241b;
   border-left: 1px solid #62241b;
   border-top: 1px solid #62241b;
   border-bottom: 1px solid #62241b;
   background-color: #ebe9e9;
   padding-top: 5px;
   margin-top: 5px;
}

#Padding {
   padding-top: 10px;
   padding-bottom: 10px;
}


#Text {
    background-color: #FFFFFF;
	margin-top: 3px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Tahoma, Arial, Helvetica;
	color: #1a1818;
	font-size: 11px;
	line-height: 1.8;
	text-align: justify;
}

#TextPicture {
    background-color: #FFFFFF;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Tahoma, Arial, Helvetica;
	color: #1a1818;
	font-size: 11px;
	line-height: 1.8;
	text-align: justify;
}

#Headline {
	 background-color: #FFFFFF;
	 margin-top: 20px;
	 padding-top: 20px;
	 margin-bottom: 5px;
	 padding-bottom: 20px;
	 margin-right: 2px;
	 padding-right: 2px;
}

#HeadlineRight {
     background-color: #ebe9e9;
	 margin-top: 10px;
	 padding-top: 10px;
	 margin-bottom: 5px;
	 padding-bottom: 10px;
	 margin-right: 2px;
	 padding-right: 2px;
	 border-bottom: 1px solid #FFFFFF;
}

#SubHeadline {
	 background-color: #FFFFFF;
	 margin-top: 10px;
	 padding-top: 10px;
	 margin-bottom: 3px;
	 padding-bottom: 3px;
	 margin-right: 2px;
	 padding-right: 2px;
	 border-bottom: 1px solid #CCCCCC;
}

h1 {
	 margin: 0px;
	 padding: 0px;
	 margin-right: 5px;
	 font-family: Tahoma, Optima, Arial, Helvetica;
	 color: #62241b;
	 font-size: 15px;
	 font-weight: bold;
	 text-align: right;
}

h2 {
     margin: 0px;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 padding: 0px;
	 margin-right: 5px;
	 margin-left: 2px;
	 font-family: Tahoma, Optima, Arial, Helvetica;
	 color: #62241b;
	 font-size: 13px;
	 font-weight: bold;
	 text-align: right;
}

h3 {
	 margin: 0px;
	 padding: 0px;
	 margin-right: 5px;
	 font-family: Tahoma, Optima, Arial, Helvetica;
	 color: #3e3c3f;
	 font-size: 13px;
	 font-weight: bold;
	 text-align: right;
}

#TextRight {
    background-color: #ebe9e9;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Tahoma, Arial, Helvetica;
	color: #1a1818;
	font-size: 11px;
	line-height: 1.8;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}

#Address {
    background-color: #ebe9e9;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Tahoma, Arial, Helvetica;
	color: #1a1818;
	font-size: 11px;
	line-height: 1.8;
	text-align: right;
	border-bottom: 1px solid #FFFFFF;
}

#Contact {
	margin: 0px;
	padding: 0px;
    font-family: Tahoma, Arial, Helvetica;
	color: #000000;
	font-size: 10px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom: 1px solid #FFFFFF;
}

#TextRight ul, #TextRight ul a:link, #TextRight ul a:visited {
     margin: 0;
     padding: 0;
     list-style-type: none;
	 color: #7e3226;
}

#TextRight ul a:active, #TextRight ul a:hover {
     margin: 0;
     padding: 0;
     list-style-type: none;
	 color: #62241b;
}

#Copyright {
    margin: 5px;
	padding: 5px;
	background-color: #400716;
	font-family: Tahoma, Optima, Arial, Helvetica;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 2px solid #3e3c3f;
}

a:link {
    color: #400716;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
    color: #400716;
	text-decoration: none;
	font-weight: bold;
}

a:hover {	
	 color: #be1b1f;
	 text-decoration: underline;
	 font-weight: bold;
}

a:active {
     color: #be1b1f;
	 text-decoration: underline;
	 font-weight: bold;
}

input, textarea {
     background: white;
	 font-size: 10px;
	 font-family: Tahoma, Arial, Verdana;
	 font-weight: bold;
}