@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#E5E5E5;
	font-family:Arial, Helvetica, sans-serif;
	color:#222;
	font-size:small;
}


/* TEXT */

p { text-align:justify; }

.midp { text-align:center; }
.error { color:#990000; font-weight:bold; }

h1 { font-size:large; margin-top:0px; text-align:center; }

h2 { text-align:center; }

h3 { text-align:center; }


/* LINKS */

a, a:visited {
	text-decoration: none;
	color:#222;
}

a:hover, a:active {
	text-decoration: underline;
	color:#222;
}

a.dotty, a.dotty:visited {
	text-decoration: none;
	color:#222;
	border-bottom:1px dotted #222;
}

a.dotty:hover, a.dotty:active {
	text-decoration: none;
	color:#222;
	border-bottom:1px solid #222;
}

a img { border-width:0px; border-bottom:0px; }

a img.menulinkON, a img.menulinkON:visited {
	border:2px solid #C5B358;
	margin-bottom:4px;
}

a img.menulink, a img.menulink:visited {
	border:2px solid #BBB;
	margin-bottom:4px;
}

a img.menulink:hover, a img.menulink:active, a img.menulinkON:hover, a img.menulinkON:active {
	border:2px solid #778899;
	margin-bottom:4px;
}


/* DIVS */

#headercontainer {
	width:100%;
	background-color:#D5D5D5;
	border-bottom:1px solid #999;
}

#header {
	width:960px;
	position:relative;
	margin:0px auto;
	padding-top:20px;
	clear:both;
}

	#logo {
		width:425px;
		float:left;
	}
	
	#topright {
		width:425px;
		padding-left:110px;
		padding-top:20px;
		text-align:justify;
		font-size:x-small;
		float:right;
	}

.clear20 {
	clear:both;
	height:20px;
}

.hr960 {
	width:960px;
	position:relative;
	margin:0px auto;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
}

#mainbit {
	width:960px;
	position:relative;
	margin:0px auto;
	clear:both;
	padding-top:10px;
}

	#menu {
		width:184px;
		padding-right:46px;
		float:left;
	}
	
	#content {
		width:500px;
		float:left;
	}
	
	#ads {
		width:184px;
		padding-left:46px;
		float:left;
		text-align:center;
		font-size:x-small;
	}

.pricebox {
	width:500px;
	float:left;
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
}

	.price_reg {
		width:200px;
		text-align:center;
		float:left;
		font-size:large;
	}
	
	.price_price {
		width:150px;
		text-align:center;
		float:left;
		font-size:large;
		font-weight:bold;
	}
	
	.price_go {
		width:150px;
		text-align:center;
		float:left;
	}

#footer {
	width:960px;
	position:relative;
	margin:0px auto;
	font-size:x-small;
	text-align:center;
	clear:both;
	padding-bottom:20px;
}

#footer a, #footer a:visited {
	border-bottom:0px;
}


/* FORMS */

form {
	padding:0px;
	margin:0px;
}

.buttongo {
	width:100px;
	padding-top:5px;
	padding-bottom:3px;
	font-size:small;
	cursor:pointer;
}

.form_text_1 {
	background-color:#FFF;
	border:1px solid #222;
	color:#222;
	width:200px;
	padding:3px;
}

.form_submit_1 {
	font-family:"Arial", Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:5px;
	color:#222;
	width:208px;
	cursor:pointer;
}

/* ADD THIS */

.addthis_toolbox .custom_images a
{
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}

