@charset "utf-8";
/* CSS Document */
/* Clears all tags of any predefined settings by browser. */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote, button {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 0; list-style: decimal; }
ul { padding-left: 0; list-style:square; }
q:before, q:after { content:''; }

/*####################################################*/
/*####################################################*/
/*####################################################*/

body {
	background:#FFF;
	font-family: helvetica;
	font-size:14px;
}

#beta img{
	position:absolute;
	height:50px;
	left:47%;
	top:3%;
}

#Container {
	margin: 2% auto 0 auto;
	width: 65%;
}

#Logo {
	height: 100px;
}

#titleLogo {
	float:left;
	height:100px;
}

#faceLogo {
	float:right;
	height:100px;
}

#googleSearchDiv{
	float: right;
}

#Menu {
	margin-top:5px;
	clear: both;
	width:100%;
	background: url(../images/menuBackground.png) repeat-x;
	height:30px;
}

#Menu ul {
	list-style:none;
	float:left;
	
}

#Menu a {
	display:block;
	height:25px;
	background: url(../images/menuBackground.png) repeat-x;
	text-align:center;
	text-decoration:none;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	color:#d31f34;
	
}

#Menu a:hover {
	background: url(../images/menuBackgroundHover.png) repeat-x;
}

#googleAdTop {
	margin-top:10px;
	width: 100%;
}

#indexDesc {
	margin-top:10px;
	margin-left:10px;
}

#indexDesc h1 {
	font-size:24px;
	font-weight:bold;
	color:#d31f34;
}

#indexDesc h2 {
	font-size:16px;
	color:#d31f34;
	text-indent:10px;
	margin-top:10px;
}

#URLEnterDiv {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	background:url(../images/urlEnterBack.png) repeat-x;
	height:500px;
	-moz-box-shadow: 3px 3px 5px black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#URLEnterDiv p {
	margin-left:10px;
	margin-top:10px;
}

#URLEnterDiv h2 {
	font-size:16px;
	color:#d31f34;
	text-indent:10px;
	margin-top:20px;
}

#URLEnterDiv h3 {
	font-size:14px;
	color:#d31f34;
	text-indent:15px;
	margin-top:10px;
}

#URLEnterDiv table {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top: 10px;
}

#URLEnterDiv td {
	padding: 0px;
	text-align:center;
}

.url {
	text-decoration:none;
	font-size:12px;
	color:#d31f34;
}

#ittlyURL {
	position:relative;
	left:25%;
	top:10px;
	/*border-bottom: 1px solid #d31f34;*/
	width: 52%;
	padding-bottom:10px;
}

#ittlyURL a {
	text-decoration:none;
	font-size:12px;
	color:#d31f34;
}

#pWidth{
	width:140%;
	overflow:auto;
}

#faq {
	padding-top:10px;
}

.faqP {
	margin-top:10px;
	padding-left:10px;
}

#advert {
	text-align:center;
	margin-top:10px;
	position:relative;
}

#sponsor {
	font-weight:bold;
	position:absolute;
	top:5%;
	right:5%;
	font-size:9px;
}

#googlePicAd {
	text-align: center;
}

#footer {
	margin-top:10px;
	border-top:1px solid #eea053;
	font-size:10px;
	padding-top:10px;
	text-align:center;
	color:#d31f34;
}

#footer a {
	color:#d31f34;
	text-decoration:none;
}

/************************
******************************
****************************/
/* Toolbar */

#addToolbar {
	width: 65%;
	float: right;
	margin-right: 10px;
}
