/* Sites: sound-o-mat.com
   Last modified: 08 Dec 2008
   CSS Validated: 19 Aug 2008.
*/

/* Main XHTML Elements. */

/* Background RGB: 229, 235, 237 */

body {
	color: #e5ebed;
	background-image: url('/images/Background.gif');
	background-attachment: scroll;
	width: 100%;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 0.9em;
}

img {
	border: 0;
}

/* Paragraph and Definition Elements. */

p, p.zen, dd, dd.zen {
   font-family: 'Verdana, Arial, Tahoma, sans-serif';
   font-size: 0.8em;
   padding: 5px;
   width: 95%;
}

p, dd {
   color: #005066;
}

p.zen,dd.zen {
	color: #222222;
}

/* Header Elements. */

h5,h4,h3,h2 {
	color: #004056;
	font-family: 'Verdana, Arial, Tahoma, sans-serif';
	font-weight: bold;
}

h2 { font-size: 1.2em; }

h3 { font-size: 1.0em; }

h4 { font-size: 0.9em; }

h5 { font-size: 0.8em; }

/* Link Elements. */

a:link {
	color: #1b3972;
	font-family: 'Verdana, Arial, Tahoma, sans-serif';
}

a:visited {
	color: #003333;
}

a:hover, a:active {
	color: #1b3972;
	font-family: 'Verdana, Arial, Tahoma, sans-serif';
	font-weight: bold;
}

/* List Elements. */

li {
   color: #005066;
   font-family: 'Verdana, Arial, Tahoma, sans-serif';
   font-size: 0.9em; 
}

/*******************/
/* Custom classes. */
/*******************/

.center {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.grey {
	color: #666666;
	font-size: 0.75em;
	text-align: center;
	vertical-align: bottom;
	font-family: 'Arial, Tahoma, Verdana, sans-serif';
}

.small {
	font-size: 0.8em;
}

/* Service Mark. */

.sm {
	color: #000000;
	font-family: 'Arial, Tahoma, Verdana, sans-serif';
	font-weight: bold;
	font-size: 16px;
}

/***************/
/* Custom IDs. */
/***************/

#header {
	clear: both;
	text-align: center;
}

/* XHTML & CSS Validation Logos. */

#certified {
        clear: both;
        float: right;
        background-color: transparent;
        border: 0;
        height: 31px;
        width: 88px;
        margin: auto;
        padding: 5px;
        text-align: left;
	font-family: Georgia, "New Times Roman", serif;
        white-space: nowrap;
}
