@charset "UTF-8";
/* CSS Document */
body {
	text-align:					center;
	margin-left:				auto;
	margin-right:				auto;
	font-family:				"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	background-color:			#111;
	background-image:			url(images/bubbleBack.jpg);
	background-position:		left top;
	background-repeat:			no-repeat;
	background-attachment:		scroll;
}
a:link {
	color:						#0485AE;
	text-decoration:			none;
}
a:visited {
	color:						#0485AE;
	text-decoration:			none;
}
a:hover {
	color:						#F60;
	text-decoration:			none;
}
#nav {
	margin-bottom:				0px;
	padding-bottom:             0px;
}
#h1box {
	margin-top:					0px;
	padding-top:                20px;
	background-image:			url(images/h1-bar.jpg);
	background-position:		top;
	background-repeat:			no-repeat;
	height:						69px;
	width:						800;
	text-align:					right;
}
#h1box h1 {
	padding-right:	            22px;
	color:						#3A3E41;
	font-style:					italic;
}
#container {
	margin-left:				auto;
	margin-right:				auto;	
	text-align:					left;
	background-color:			#FFF;
	background-image:			url(images/word-of-text.jpg);
	background-position:		right;
	background-repeat:			repeat-y;
	width:						800px;
}
#text {
	margin-left:				293px;
	padding-right:              22px;
	color:						#3A3E41;
}
#buttons {
	float:						left;
}
#bottom {
	background-color:			#191E21;
	color:						#555;
	clear:						both;
	height:						70px;
	padding-top:                0px;
}

ul li {
	list-style-image:			url(images/arrowBullet.jpg);
	font-size:					95%;
	margin-bottom:				8px;
}

blockquote {
	font-size:					90%;
	color:						#0485AE;
	background-image:			url(images/arrow.jpg);
	background-position:		left top;
	background-repeat:			no-repeat;
	margin-left:				0px;
	padding-left:               35px;
	
}
.voice {
	text-align:					right;
	font-size:					95%;
	margin-top:					-15px;
	padding-top:                0px;
	color:						#3A3E41;
}
.voice strong {
	font-size:					135%;
}
#footer {
	color:						#555;
}
.center {
	text-align:					center;
}
.facebook {
	padding-left:	            21px;
}
.code {
	color:						#F60
}
.small {
	font-size:					80%;
	color:						#0485AE;
}
.price {
	color:						#900;
}