/**********************************************/
/*   Author:  scoopy@kernow-webhosting.com    */
/*   Version: 1.0                             */
/*   Date:    Dec 15, 2008                    */
/**********************************************/

body {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	font-family: Verdana,Tahoma, Arial,sans-serif;
	background: transparent url('../images/background_01.jpg') repeat-x top center; 
	}

a.link, a:visited.link { color: #996600; text-decoration: underline; }
a:active.link, a:hover.link { color: #FFF; background: #ffcc00; text-decoration: none; }

h1 {
	font-size: 1.8em;
	line-height: 1.2em;
	}

h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	}

#header {
	margin: 0 auto;
	width: 980px;
	height: 37px;
	background: transparent url('../images/background_02.png') no-repeat top center; 
	}

#page {
	margin: 0 auto;
	width: 980px;
	color: #333;
	text-align: center;
	background: transparent url('../images/background_03.png') repeat-y top center;
	}

#banner {
	margin: 0 20px 0 20px;
	width: 920px;
	height: 125px;
	}

.logo {
	float: left;
	width: 340px;
	padding-right: 20px;
	border: 0;
	}

.quotes {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.8em;
	font-weight: bold;
	font-style: italic;
	padding: 0 20px;
	color: #999;
	vertical-align: top;
	line-height: 2em;
	}

.content {
	font-size: 1.2em;
	margin: 0 20px 0 50px;
	width: 620px;
	text-align: left;
	float: left;
	clear: left;
	line-height: 1.3em;
	}

.sidebar {
	margin: -20px 40px 0 20px;
	width: 184px;
	text-align: left;
	float: right;
	font-size: 1.0em;
	vertical-align: top;
	}

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

#footer {
	margin: 0 auto;
	width: 980px;
	height: 45px;
	text-align: center;
	background: transparent url('../images/background_04.png') no-repeat bottom center; 
	}

.paypal {
	font-style: italic;
	font-weight: bold;
	color: #999999;
	}

.checkmark {
	font-weight: bold;
	list-style-image: url('../images/checkmark-20x20.png');
	}

/* Domain Search */

.domain-box {
	background-image: url('../images/domain-bg.png');
	color: #FFFFFF;
	font-family: verdana,arial,helvetica;
	font-weight: bold;
	font-size: 90%;
	width: 600px;
	height: 60px;
	}

.freedomain {
	font-variant: normal;
	text-decoration: underline;
	}


/* Opacity Button Images */

.opacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}

.opacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
