/* CSS Document */

body {
	background-image: url("images/background.gif");
	background-repeat: repeat-x;
	background-color:#446173; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font: 70%/160% Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	color: #A0A0A0;
	min-width:1000px;
}
a {
	color: #3E8CBC;
	text-decoration: none;
}

a:hover {
	color: #FFC000;
	text-decoration: none;
}
input {
	color: #266F9E;
	background-image: url("http://www.makequick.com/images/inputbg.gif");
	border: 1px solid #3E8CBC;
}

.button2 input {
	color: #266F9E;
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #3E8CBC;
}
#maindiv {
	width: 950px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-bottom: 15px;
}

#logodiv{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 21px;
}

ul.packagemenu {
    margin-top: 10px;
	font-size: 10px;
	line-height: 1.3;
}

ul.packagemenu li {
	color: #606060;
	margin-top: 0px;
	font-size: 10px;
	line-height: 1.3;
}

/*Navigation Menu*/
 #menu {
	height:42px;
	background-color: #FFFFFF;
}

#menu a {
	height:32px;
	float:left;
	text-align:center;
	color:#0D2738;
	text-decoration:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: none;
}

#menu a:hover {
	height:32px;
	background-image:url("images/menu-hover.gif");
	color: #6E9BB9;
	font-size: 13px;
	border-right: 1px dashed #B2CCDF;
	border-left: 1px dashed #B2CCDF;
	border-bottom: none;
}

#menu-wrap{
	width: 950px;
	height: 42px;
}

 #buildermenu {
	height:33px;
}

#buildermenu a {
	height:26px;
	float:left;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: none;
}

#buildermenu a:hover {
	height:26px;
	background-image:url("http://www.makequick.com/images/builder-nav-bg-2.gif");
	color: #EBF7FF;
	font-size: 11px;
	border-right: 1px solid #1B72A8;
	border-left: 1px solid #1B72A8;
	border-bottom: none;
}

#buildermenu-wrap{
	width: 950px;
	height: 33px;
	background-image: url("http://www.makequick.com/images/builder-nav-bg.gif");
}

/*Categories Menu*/

ul.sidemenu {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 254px;
}

ul.sidemenu li a {
	text-decoration: none;
	display: block;
	color: #6AB1DA;
	padding: 2px 10px;
	background-image:url(images/arrow2.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
}

ul.sidemenu li a:hover {
	color: #81C4EB;
	padding: 2px 20px;
	background-image:url(images/arrow2.gif);
	background-repeat:no-repeat;
	background-position:10px 6px;
	}
	
	
ul.sidemenu2 {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 254px;
}

ul.sidemenu2 li {
	text-decoration: none;
	display: block;
	padding: 2px 10px;
	background-image:url(images/arrow2.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
}

/*Header Stuff*/

#header {
	height: 185px;
	width: 950px;
	background-image: url("http://www.makequick.com/images/header-bg.gif");
}

#header-bottom{
	width: 950px;
	height: 15px;
	background-image: url("http://www.makequick.com/images/header-bottom.gif");
	margin-bottom: 10px;
	
}

#header-bottom2{
	width: 950px;
	height: 15px;
	background-image: url("http://www.makequick.com/images/header-bottom.gif");
}
#header-left{
	width: 620px;
	height: 185px;
	float: left;
	overflow: hidden;
}

#header-right{
	width: 330px;
	height: 185px;
	float: right;
}

#headertext{
	width: 588px;
	color: #FFFFFF;
	margin-left: 15px;
	margin-top: 10px;
}

#buttons{
	margin-top: 20px;
	margin-left: 15px;
}

h1 {
	font-size: 18px;
	color: #85C5EE;
	font-weight: normal;
}
#content {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.floatingheader {
	width: auto;
	background-color: #FFFFFF;
	color: #3E8DC0;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	height: 15px;
	float: right;
	margin-top: -23px;
}

.box {
	border: 1px solid #C6E0F1;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 250px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 135px;
}

#box1 {
	float: left;
}

#box2 {
	float: right;
}

#box3 {
	float: left;
	height: 193px;
	margin-top: 10px;
}

#box4{
	border: 1px dashed #F1D2C3;
	background-color: #FFFAF4;
	width: 582px;
	height: 213px;
	float: right;
	margin-right: 13px;
	margin-top: 10px;
}

#box5 {
	float: right;
}

#box6 {
	float: left;
	height: 150px;
	margin-top: 10px;
	padding-left: 9px;
	padding-bottom: 0px;
}

#box7 {
	border: 1px dashed #F1D2C3;
	background-color: #FFFAF4;
	width: 572px;
	height: 160px;
	float: right;
	margin-right: 13px;
	margin-top: 10px;
	padding-left: 10px
}

#footer {
	background-color: #486678;
	color: #BBCDD8;
	height: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 300px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #BBCDD8;
	border-bottom: 1px dashed #FFFFFF;
}

.previewwrap1 {
	float: left;
	width: 273px;
	margin-left: 10px;
	margin-top: 10px;
}

.previewwrap2 {
	float: right;
	width: 273px;
	margin-top: 10px;
	margin-right: 10px;
}

.previewleft {
	float: left;
}

.previewright {
	float: right;
	margin-left: 10px;
}

/*Image Border*/
img.img_border, a img.img_border {
	border: 4px solid #FAEAE0;
}

a:hover img.img_border{
	border-color: #FFFFFF;
}

#insideleft {
	width: 271px;
	float: left;
}

#insideright {
	float: right;
	width: 610px;
	margin-left: 20px;
}

.sidebox {
	width: 251px;
	border: 1px dashed #F1D2C3;
	background-color: #FFFAF4;
	height: auto;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.sidebox2 {
	border: 1px dashed #C6E0F1;
	width: 250px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: auto;
	margin-bottom: 10px;
}


.termsheader {
	color: #4594C5;
	border-bottom: 1px dashed #BEE3FA;
	font-size: 15px;
}

h2 {
	font-size: 13px;
	color: #93654F;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 5px;
}

h3 {
	font-size: 13px;
	color: #4592C4;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

.sidetext {
color: #D19F87;
}

.toolbutton2 {
border: 1px solid #FFFFFF;
}
#interface-background {
	background-image: url("http://www.makequick.com/images/interface-background.gif");
	width: 950px;
	background-repeat: repeat-x;
	background-color:#E2F3FC; 
}