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

/*
Socius Marketing 2010
===================================== */


/* written for - www.awtvinyl.com
======================================================================================= */

/* LAYOUT
===================================== */
body {
	background-color: #ADB0B7;
	margin-top: 0px;
}


/* TYPE
===================================== */
h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.topnav {
font-family: Arial, Helvetica, sans-serif;
color: #fff;
font-weight:bold;
font-size: 16px;
}

.nav {
font-family: Arial, Helvetica, sans-serif;
color: #0099FF;
font-size: 18px;
}

.subnav {
font-family: Arial, Helvetica, sans-serif;
color: #fff;
font-size: 13px;
}

.footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size:11px;
}

.products {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333;
font-size:9px;
}

/* LINKS
===================================== */
.main a:link, .main a:visited, .main a:active {
	color: #990000;
	text-decoration: underline;
}
.main a:hover {
	color: #990000;
	text-decoration: underline;
}

.topnav a:link, .topnav a:visited, .topnav a:active {
	color: #fff;
	text-decoration:none;
}
.topnav a:hover {
	color: #013A7F;
	text-decoration: none;
}

.nav a:link, .nav a:visited, .nav a:active {
	color: #0099FF;
	text-decoration:none;
}
.nav a:hover {
	color: #0099FF;
	text-decoration: none;
}

.subnav a:link, .subnav a:visited, .subnav a:active {
	color: #fff;
	text-decoration: none;
}
.subnav a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #fff;
	text-decoration: underline;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.products a:link, .products a:visited, .products a:active {
	color: #333;
	text-decoration:none;
}
.products a:hover {
	color: #013A7F;
	text-decoration: underline;
}


/* IMAGE STYLE
=========================================== */
.imgRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.imgLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.imgCenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.google-voice {
	height: 85px;
	width: 230px;
	position: absolute;
	float: right;
	margin-left: 375px;
	margin-top: 10px;
}

