@charset "utf-8";
/* CSS Document */
html {
	background:url(../images/html-background.jpg) repeat-x top left #000;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#888;
}

body {
	margin:0;
}

p, h1, h2 {
	margin:0 0 11px 0;
	line-height:1.5em;
}

.small-text { font-size:9px; }

strong { color:#ff4444; font-weight:bold; }

h1, h2 { color:#ff4444; font-family:Georgia, "Times New Roman", Times, serif; }

h3 {
	display:block;
	text-align:center;
	height:34px;
	padding-top:10px;
	background:url(../images/heading-background.jpg);
	width:240px;
	color:#fff;
	font-size:17px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:100;
	margin:0 0 10px; 0;
}

#wrapper {
	width:900px;
	margin:0 auto;
}

#header {
	width:800px;
	padding:175px 50px 0 50px;
	height:15px;
	margin:0 auto;
	background:url(../images/jenfil-header.png) no-repeat;
	color:#ff4444;
	text-align:right;
}
	#header a { color: #ff4444; text-decoration:none; }

.content {
	width:800px;
	min-height:200px;
	background:#fff;
	padding:10px 50px;
}


/* Two Column Set Up */
.col-a2 { float:left; width:380px; margin-right:40px; text-align:justify; }
.col-b2 { float:left; width:380px; text-align:justify; }

/* Three Column Set Up */
.col-a3 { float:left; width:240px; margin-right:40px; }
.col-b3 { float:left; width:240px; margin-right:40px; }
.col-c3 { float:left; width:240px; }

#footer {
	width:900px;
	padding-top:30px;
	margin:0 auto;
	background:url(../images/content-base.gif) no-repeat top center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	#fff;
}
	#footer_l { float:left; }
	#footer_r { float:right; }
	#footer a { color:#fff; text-decoration:none; }
	#footer a:hover { color:#FC0; }
	
	
.clear {
	clear:both;
	height:1px;
}

.expandable { display:none; }
.little-link { font-size:10px; color:#ff4444; text-decoration:none; }

.dnr-form {
	background: url(../images/domain-name-registration.jpg) no-repeat;
	padding-top:150px;
	height: 59px;
	width: 380px;
}

label { 
	display:inline-block;
	width:70px;
	color:#ff4444;
	margin-left:20px;
	vertical-align:top;
}

.contact-form label {
	width:110px;
}
.contact-form p { margin:0 0 3px 0; }

label.error {
	margin-left: 10px;
	margin-top:6px;
	font-size:10px;
	color:red;
	padding-left: 22px;
	background:url(../images/error.gif) no-repeat left center;
}


/* FAQ Page */
.faq { padding:0; margin:0; list-style-type:none; }
.faq .q { background:url(../images/list-question.jpg) left top no-repeat; min-height:30px; padding-left:30px; padding-top:12px; color:#060; font-weight:bold; }
.faq .a { background:url(../images/list-answer.jpg) left top no-repeat; min-height:30px;  padding-left:30px; padding-top:12px; margin-bottom:35px; }

/* Biz Listings */
.biz-listings { padding:0; margin:0; list-style-type:none; }
.biz-listings li { display:block; width:600px; padding:5px; margin:1px auto; background: #fafafa;}
.biz-listings li:hover { background:#FFC;}
.biz-listings label { width: 300px; }

/* Service List */
.service-list a { text-decoration:none; color: #666; }
.service-list a:hover { text-decoration:underline; color: #333; }


/* Print Listings */
.printing { padding:0; margin:0; list-style-type:none; }
.printing li { display:block; width:380px; padding:5px; margin:1px 0; }
.printing label { width: 60px; text-align:right; padding-right:20px; }

#navigation {
	height:44px;
	width:780px;
	background:url(../images/navigation.jpg) center no-repeat;
	font-size:17px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:100;
	margin-top:15px;
	margin-bottom:25px;
	padding:0 10px;
}