/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey
*/


#testwrapper { padding: 10px; border: thin solid #F00;}

#header { padding:15px 10px;}

#testlogin {width:200px; margin-left:610px; margin-top:20px;}

#nav ul { float:left; margin:0px; padding:0px 0px 0px 10px; height:25px; }

#banner { padding:0px 10px 10px 10px }

#banner #product { height:100%; overflow:hidden; text-align:center; position:relative; height:316px;   }

.startnow a { width:141px;  padding-right:5px; height:22px; font:bold 14px Arial, Helvetica, sans-serif; text-align:center; padding-top:6px;  display:block; text-decoration:none; margin-right:5px; margin-left:28px;}

/* BUY PAGE */

.buyImg {
	float: left;
	width: auto;
}
.buyText {
	margin-left: 100px;
	height: 88px;
}
.buyButton {
	margin-top: 10px;
}
.buyWrap {
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 20px;
	margin-left: 3px;
}
.easyImg {
	height: auto;
	width: auto;
	margin-bottom: 15px;
}
.easyWrap {
	margin-top: 20px;
	margin-right: 3px;
	margin-bottom: 20px;
	margin-left: 3px;
}
.featureHdr {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 15px;
}

.bluehdr {
	color: #6888BF;
}
