/* CSS Document */

body {
	background-color: #336;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #575656;

}
.buttons img {
	margin: 10px 20px 20px 0;
	float: left;
}
.buttons img.paypal {
	margin-right: 0;
	margin-bottom: 0;
}
a:link {
	color: #30F;
	text-decoration: underline;
}
a:visited {
	color: #30F;
	text-decoration: underline;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
a:active {
	color: #F90;
	text-decoration: underline;
}
#footer a:link {
	color: #F90;
	text-decoration: underline;
}
#footer a:visited {
	color: #F90;
	text-decoration: underline;
}
#footer a:hover {
	color: #30F;
	text-decoration: underline;
}
#footer a:active {
	color: #30F;
	text-decoration: underline;
}

#outerwrapper {
	background-color: #F3F1E9;
}
#innerwrapper {
	margin: 0 auto;
	width: 900px;
	background-color: #F3F1E9;	
}
#outer_header {
	xbackground-image: url(../i/header_bg.gif) 20px;
	background-repeat: repeat-x;
	height: 130px
}
#header {
	background-color: #336;
	width: 900px;
	margin: 0 auto;
}
#header h1 {
	position: relative;
	float: left;
	height: 71px;
	width: 239px;
	font-size: 2px;
	overflow: hidden;
	margin: 20px 0 0 0;
}
#header h1 span {
	background-image: url(../i/logo_and_name.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;	
}
#header h1 a {
	z-index: 500;
	position: absolute;
	height: 100%;
	width: 100%;
}
#header p {
	float: right;
	color: #FFF;
	font-weight: 200;
	font-size: 13px;
	margin: 17px 0 0;
}
#sidebar {
	float: right;
	width: 282px;
	clear: both;
	margin: 40px 0 0 0;
}
body.newinstall #sidebar {
	width: 262px;
}
#rivet_def p {
	position: relative;
	height: 226px;
	width: 282px;
	font-size: 2px;
	overflow: hidden;
}
#rivet_def p span {
	background-image: url(../i/rivet_def.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
}
#content {
	clear: left;
	float: left;
	width: 560px;
	margin: 40px 0 0 0;
}
#main_message h2 {
	position: relative;
	height: 63px;
	width: 550px;
	font-size: 2px;
	overflow: hidden;
	margin: 0 0 30px 0;
}
#main_message h2 span {
	background-image: url(../i/big_headline.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;	
}
p {
	line-height: 1.3em;
	margin: 0 0 12px 0;
}
body.install #content p {
	margin-bottom: 18px;
}
em {
	font-weight: 700;
	font-style: normal;
}
#contact {
	margin: 40px 0;
	padding-left: 28px;
}
#contact p {
	font-size: 14px;
}
#contact h2 {
	position: relative;
	height: 18px;
	width: 135px;
	font-size: 2px;
	overflow: hidden;
	margin: 0 0 15px 0;
}
#contact h2 span {
	background-image: url(../i/contactrivet.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;	
}
#web_portfolio h2 {
	position: relative;
	height: 19px;
	width: 112px;
	font-size: 2px;
	overflow: hidden;
	margin: 40px 0 15px 0;
}
#web_portfolio h2 span {
	background-image: url(../i/rivetwork.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;	
}
div.portfolio_item {
	margin: 25px 0 0 0;
	height: 168px;
}
.portfolio_item p {
	font-size: 13px;
	margin: 0 0 10px 200px;
}
.portfolio_item img {
	float: left;
	margin: 0 0 0 -200px;
	border: solid 1px #CCC;
}
#footer {
	width: 900px;
	margin: 30px auto;
}
#footer p {
	color: #FFF;
	font-size: 12px;
}
h2, body.install h1 {
	color: #FF9900;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 32px;
	margin: 0 0 24px 0;
}
body.index #content h2 {
	color: #336;
}
body.install h2, body.install h3, body.install h4 {
	color: #336;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 28px;
	margin: 45px 0 14px 0;
}
body.install h3 {
	font-size: 24px;
	margin: 40px 0 14px 0;
	color: #FF9900;
}
body.install h4 {
	font-size: 22px;
	font-weight: 700;
	margin: 35px 0 14px 0;
}
code, .code {
	font-family: "Courier New", Courier, monospace;
	background-color: #FFF;
	font-size: 85%;
}
ol {
	list-style: decimal;
	margin: 0 0 20px 20px;
	padding-left: 30px;
}
ul li {
	font-size: 14px;
	padding-bottom: 10px;
}
ol li {
	padding-bottom: 14px;
}
body.install #content img {
	padding: 5px;
	margin: 10px 0 0 0;
	border: 1px solid #CCC;
}
.image p {
	margin: 0 0 0 6px;
	font-style: italic;
	font-size: 90%;
	padding: 0 0 15px 0;
}
pre.code {
	font-size: 90%;
	margin-bottom: 20px;
	padding: 8px;
}
em {
	font-weight: 400;
	font-style: italic;
	line-height: 1.1em;
	font-size: 90%;
}
#sidebar img {
	padding: 5px;
	xbackground-color: #FFF;
	border: 1px solid #666;
	margin: 0 0 25px 0;
}
#mainnav {
	padding: 11px 0 0;
	margin: 0;
	clear: left;
}
#mainnav li {
	float: left;
	text-align: center;
	padding: 0 3px 0 0;
}
#mainnav li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	float: left;
	width: 90px;
	height: 22px;
	font-size: 12px;
	padding-top: 6px;
	background-color: #4B4B95;
}
#mainnav li a:hover {
	background-color: #7372E4;
	text-decoration: underline;
}
#mainnav li.active a {
	background-color: #F3F1E9;
	color: #336;
}
#mainnav li.active a:hover {
	text-decoration: none;
}
.rounded {
	background-color: #B2B2B2;
	color: #FFF;
}
.roundedinner {
	padding: 15px 15px 2px 25px;
}

test {
	font-family: Arial, Helvetica, sans-serif;
	font-family: "Times New Roman", Times, serif;
	font-family: "Courier New", Courier, monospace;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.rounded a:link {
	color: #336;
	font-weight: bold;
}
.rounded a:hover {
	color: #F90;
	font-weight: bold;
}
#sidebar .rounded img.videoscreenshot {
	padding: 0 0 15px 0;
	margin: 0;
	border: none;
}
#content ul li {
		background: url(../i/bullet.gif) no-repeat 13px 7px;
		padding-left: 30px;
		line-height: 1.2em;
}
body.index #content form {
	display: block;
	float: left;
	width: 200px;
	margin: 12px 0 0 0;
}
body.index #content form div {
	padding: 4px 0 0 12px;
	font-size: 90%;
	font-style: italic;
}
.testimonial h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
	color: #336;
}
.testimonial {
	background: #FFF;
	padding: 15px;
	border: 1px solid #666;
	
}
.testimonial p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.2em;
}
#sidebar img.scrsht {
	margin-top: 25px;
}
.tutorial-breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0 0 35px;
	padding: 0;
	color: #666;
}
.tutorial-breadcrumb li {
	margin: 0 20px 0 0;
	padding:0;
	line-height: 1.8em;
}
strong {
	font-weight: 700;
}
