/*  
Theme Name: ASI
Description: ASI theme developed by Inkbox Studio.
Version: 2.0
Author: Shawn Pfunder
Author URI: inkboxstudio.com

*/


body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: small;
}

h1 {
	margin: 0px 40px 25px 40px;
	padding: 0px;
}

#wrap {
	width: 750px;
	background-image: url(images/top-back1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid gray;
	border-top: none;
	margin: 0px auto 0px auto;
}

#banner {
	padding: 0px;
	margin: 0px;
}

p.call_us {
	//float: right;
       text-align: right;
       padding: 50px 30px 0px 0px;
	color: #C0D1E5;
}

p.call_us strong {
	color: #fff;
}

#header {
	padding: 0px 0px 15px 0px;
       margin: 0px;
       clear: both;
}

h1 {
	
}

#big_message {
	float: right;
	width: 365px;
	font-size: 30px;
	padding-right: 60px;
	margin-top: 0px;
	color: #C0D1E5;
	font-family: Georgia;
}

#big_message strong {
	font-weight: normal;
	color: #fff;
}

#small_message {
	//clear: left;
       margin: 30px 450px 20px 40px;
	font-size: 85%;
	color: #fff;
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 22px;
}

#menu {
	clear: both;
	background-color: #000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	background-image: url(images/black.png);
	background-repeat: repeat-x;
	background-position: top;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display: block;
	padding: 16px 40px 18px 41px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #C0D1E5;
	text-decoration: underline;
}

#content {
	clear: both;
	font-size: 85%;
}

#content dt {
	font-weight: bold;
	font-size: 110%;
}

#content dd{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#generalinfo {
	padding: 0px 5px;
	margin-left: 270px;
        .margin-left: 265px;
	margin-right: 275px;
        .margin-right: 270px;
	margin-top: 0px;
}

#generalinfo img {
	border: 1px solid #333;
}

#sideproducts {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px 30px;
	margin-right: ;
}

#sideproducts dt {
	background-image: url(images/bullet_black.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 14px;
}

#sideproducts dd {
	padding-left: 14px;
}

#sidenews {
	float: right;
	width: 195px;
	margin: 0px;
	margin-left: ;
	padding: 0px 45px 0px 10px;
}

#sidenews dd p {
   margin: 0px;
}

#footer {
	clear: both;
	margin-top: 50px;
	background-color: #000;
	font-size: 80%;
	padding: 5px 10px;
	color: #fff;
}

h2 {
	margin: 0px 0px 12px 0px;
	text-transform: uppercase;
	font-size: 120%;
	color: #467AD1;
}


p.learnmore {
	text-align: right;
	margin-top: -5px;
	
}

p.learnmore a {
	font-weight: bold;
	text-decoration: none;
	color: #B00000;
	margin-top: 0px;
	background-image: url(images/bullet_red.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
}

p.learnmore a:hover {
	text-decoration: underline;
}

#footer p.foot_contact {
	float: right;
}

#footer p.foot_contact a {
	padding-left: 20px;
}

#footer p.foot_contact a.contact {
	background-image: url(images/email.png);
	background-repeat: no-repeat;
	background-position: left -1px;
	color: #C0D1E5;
	text-decoration: none;
}

#footer p.foot_contact a:hover {
	text-decoration: underline;
}

#postpage div.post {
        font-size: 120%;
        padding-right: 50px;
        margin-left: 260px;
        padding-top: 0px;
      
}

#postpage div.post h2{
        font-size: 32px;
        font-family: Georgia;
        text-transform: none;
        font-weight: normal;
        margin-top: 0px;
        padding-top: 0px;
}

#postpage div.post h2 a {
        color: #000;
        text-decoration: none;
}

#sideproducts a{
   color: #8B8AAC; 
   text-decoration: none;
display: block;
}

#content #sideproducts a:hover { 
   background-color: #c0d1e5;
   background-color: #8B8AAC;
   color: #fff;
}