/* CSS Stylesheet for The Paula G. Company */

/* General Formatting */

body{
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#000000;
}

h1 {
	font-size: 130%;
	text-align: left;
	line-height: 1.4em;
	font-weight: bold;
	color: #007DC3;
	text-transform:uppercase;
	margin-top: 20px;
	padding-bottom: 8px;
	}

h2 {
	font-size: 120%;
	text-align: left;
	line-height: 1.4em;
	font-weight: bold;
	color: #007DC3;
	padding-bottom:1px;
	
	}

h3 {
	font-size: 110%;
	text-align: left;
	line-height: 1.4em;
	color: #007DC3;
	margin-top: 12px;
	margin-bottom: 2px;
		}
		
p {
	font-size: 90%;
	line-height: 1.5em;
	padding-bottom: 4px;
	color:#000000;
		}

table tr td {
	font-size: 90%;
	
	
		}
		
table th {
	font-size: 90%;
	font-weight:bold;
		}

ul li {
	font-size: 90%;
	line-height: 1.5em;
	
	}
	
ol li {
	font-size: 90%;
	line-height: 1.5em;
	}
		
a:link {
	background-position: center;
	color: #007DC3;
	text-decoration:underline;
}
a:visited {
	background-position: center;
	color: #007DC3;
}
a:hover {
	background-position: center;
	color: #ffce34;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	background-position: center;
	color: #007DC3;
}

/* footer */

#footer {
	padding-top:20px;
	text-align:left;
	font-size: smaller;
	}

#footer a {
	color: #007DC3;
	text-decoration: underline;
	
}
		
#footer a:link, #navcontainer a:visited {
	color: #007DC3;
	}

#footer a:hover {
	color: #007DC3;
	font-weight:bold;
		}

/* Navigation Menu */


#menu {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size:11px;
	
}


#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	text-align:center;

}

#menu a:hover {
color: #ffce34;
}
		
		

blockquote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight:bold;
	line-height: 1.5em;
	padding: 3px;	
	
	}
	
blockquote .box{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight:bold;
	line-height: 1.5em;
	border: 1px solid #007DC3;
	padding: 3px;	
	
	}
	
/* Element Specific Designs */

#signupbox {
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	text-align: center;		
	background-color:fdb913;
}

#signupbox .small {
font-size:80%;

}

#signupbox .testimonial {
text-align:left;
padding: 3px;
/*border: 1px solid black;*/

}

#signupbox form {
border: 1px hidden black;
padding: 2px;

}

.promoBox {
border: 2px solid #007DC3;
background-color:fff;
padding: 5px;
}