@charset "utf-8";
/* CSS Document */

@import url(form.css);

*{
	padding:0;
	margin:0;
	font-family:Calibri, Arial, Verdana, sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
}

b,strong,h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}

img{
	border:0px solid;	
}

html{
	padding:0;
	margin:0;
	background:url(../images/bg.jpg) repeat-x #000;
	overflow:scroll;
	}
	
body{
	padding:0;
	margin:0;
	}
	
div#container{
	zoom:1; /* helps fix IE6 by initiating hasLayout */
	border:0px solid #990000;
	position:relative;
	}
	
div#branding{
	border:0px solid #000099;
	height:160px;
	width:940px;
	margin:0 0 0 10px;
}

div#branding h1{
	background:url(../images/howards_branding.png) no-repeat center;
	height:162px;
	text-indent:-9999px;
	border:0px solid #999;
	}
	
div#branding a.logo img{
	border:0px solid #990000;
	position:absolute;
	top:0;
	left:230px;
}

div#contact_info{
	position:absolute;
	top:10px;
	right:10px;
	border:0px solid;
	width:300px;
	text-align:right;
}

div#contact_info p.large{
	font-size:20px;
	letter-spacing:2px;
	color:#7ca4c3;
	padding:3px 0;
}

div#contact_info p.small{
	font-size:16px;
	color:#d4e5f3;
}

div#contact_info a.map{
	font-size:14px;
	color:#fff;
	letter-spacing:3px;
	text-decoration:none;
}


div#left{
	border:0px solid #999;
	text-align:left;
	padding-bottom:10px;
	background:url(../images/black-bg.png) repeat;
}


div#left h2{
	color:#fff;
	font-size:20px;
	letter-spacing:2px;
	padding:10px 20px;
	color:#9f834e;
}

div#myslides{
	border:0px solid;
	height:262px;
	width:940px;
	display:block;
	margin:0 0 5px 10px;
}

div#content{
	border:0px solid #990000;
	padding: 10px 20px;
	/*background:url(../images/black-bg.png) repeat;*/
	color:#fff;
}

div#content em{
	font-style:italic;
	color:#9f834e;
	width:300px;
	margin:0 auto;
	display:inline-block;
	
}

div#content h2{
	color:#fff;
	font-size:20px;
	letter-spacing:2px;
	padding:10px 0;
	color:#9f834e;
}

div#content strong{
	color:#fff;
	font-size:20px;
	letter-spacing:2px;
	padding:10px 0;
	color:#9f834e;
}

div#content ul{
	padding:5px 10px; 
}

div#content p{
	color:#fff;
	padding:5px 0;
}

div#content a{
	color:#9f834e;
	text-decoration:none;
}

div#content form{
	padding:10px;
	border:0px solid #999;
}

div#content form span{
	width:100px;
	border:0px solid;
	display:inline-block;
	
}

div#content label{
	padding:0 5px 0 20px;
	border:0px solid #999;
	display:block;
	padding:5px 0
}

div#content span{
	width:auto;
}

div#content span.pic{
	width:100px;
	display:inline-block;
	text-align:right;
	vertical-align:top;
	padding-right:4px;
	border:0px solid #990000;
	color:#fff;
	font-size:14px;
}

div#content span.radio{
	width:400px;
	display:block;
	text-align:left;
	padding:10px 0;
}

div#content span.textarea{
	width:500px;
	display:block;
	border:0px solid #990000;
	text-align:left;
}

div#content input{
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	padding:2px;
}

div#content input.radio_button{
	margin:0 5px 0 20px;	
	border:1px solid #999;
}

div#content textarea{
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}

div#content b.err{
	margin: 0 0 0 100px;
	color:#990000;
}

div#content small{
	font-size:11px;	
}

div#bars{
	border:0px solid #990000;
	width:110px;
	float:left;
}

div#bars img{
	cursor:pointer;
	margin:2px 0;
	border:1px solid #FF6;
	
}

div#text-area{
	border:0px solid #990000;
	float:left;
	width:530px;
}

div#text-area p{
	padding:10px;
}

div#thick-box{
	border:0px solid #999;
}

div#thick-box a{
	display:inline-block;
	width:50px;
	height:50px;
	padding:5px;
}


div#box{
	color:#fff;	
	border:0px solid #999;
}

div#box a.box{
	display:block;
	width:650px;
	border:1px solid #666666;
	text-align:left;
	margin:10px auto;
	text-decoration:none;
	color:#ae9568;
	background:url(../images/brown.png) repeat;
}

div#box h2{
	font-size:24px;
	display:block;
	padding:10px 10px 10px 10px;;
}

div#box p{
	color:#fff;	
	widty:600px;
}

div#box a:hover{
	border:1px solid #9f834e;
	background:url(../images/black-bg.png) no-repeat;
}


div#box img{
	cursor:pointer;
}

div#box span{
	display:inline-block;
	cursor:pointer;
	border:0px solid #999;
	width:500px;
	font-weight:bold;
	font-size:24px;
	}

div#box p{
	padding:0 10px;
	cursor:pointer;
}

div#middle{
	border:0px solid #990000;
	width:210px;
	margin:10px 0 0 0;
	text-align:left;
	position:absolute;
	top:10px;
	right:0px;
}

div#middle p{
	color:#fff;
	padding:10px 20px;
}

div#middle a{
	color:#999999;
	padding:10px 20px;
}




div#face{
	background:url(../images/face.png) no-repeat;
	width:300px;
	height:170px;
	border:0px solid #999;
}

div#face:hover{
	background:url(../images/face.png) no-repeat bottom;
}

div#face a{
	padding:70px 10px 0 50px;
	color:#FFF;
	border:0px solid #999;
	display:block;
	text-decoration:none;
}

div#breast{
	background:url(../images/breast.png) no-repeat;
	width:300px;
	height:170px;
}

div#breast:hover{
	background:url(../images/breast.png) no-repeat bottom;
}

div#breast a{
	padding:70px 10px 0 50px;
	color:#FFF;
	border:0px solid #999;
	display:block;
	text-decoration:none;
}

div#body{
	background:url(../images/body.png) no-repeat;
	width:300px;
	height:170px;
}

div#body:hover{
	background:url(../images/body.png) no-repeat bottom;
}

div#body a{
	padding:70px 10px 0 50px;
	color:#FFF;
	border:0px solid #999;
	display:block;
	text-decoration:none;
}

div#face-sub{
	background:url(../images/face-sub.png) no-repeat top;
	width:213px;
	height:100px;
	border:0px solid #999;
}

div#face-sub:hover{
	background:url(../images/face-sub.png) no-repeat bottom;
}

div#face-sub a{
	text-indent:-9999px;
	border:0px solid #999;
	display:block;
	text-decoration:none;
	cursor:pointer;
	width:213px;
	height:100px;
}

div#breast-sub{
	background:url(../images/breast-sub.png) no-repeat top;
	width:213px;
	height:100px;
	border:0px solid #999;
}

div#breast-sub:hover{
	background:url(../images/breast-sub.png) no-repeat bottom;
}

div#breast-sub a{
	text-indent:-9999px;
	border:0px solid #999;
	display:block;
	text-decoration:none;
	width:213px;
	height:100px;
}

div#body-sub{
	background:url(../images/body-sub.png) no-repeat top;
	width:213px;
	height:100px;
	border:0px solid #999;
}

div#body-sub:hover{
	background:url(../images/body-sub.png) no-repeat bottom;
}

div#body-sub a{
	text-indent:-9999px;
	border:0px solid #999;
	display:block;
	text-decoration:none;
	width:213px;
	height:100px;
}

div#right{
	border:0px solid #990000;
}

div#right p{
	color:#FC3;
}

div#right form{
	border:0px solid #000099;
	color:#FFF;
	font-size:16px;
	letter-spacing:2px;
	padding:0 5px;
}

div#right fieldset{
	border:0px solid;
	
}

div#right form span{
	display:block;
	margin:5px 0 0 0;
}

div#right input{
	background-color:#9f834e;
	padding:3px;
	border:1px solid #fff;
	width:180px;
}

div#right input.submit{
	width:100px;
}

div#right textarea{
	background-color:#9f834e;
	padding:3px;
	border:1px solid #fff;
	width:180px;
	margin:0 0 10px 0;
}

div#financing{
	background:url(../images/financing.png) no-repeat;
	width:200px;
	height:92px;
	margin:20px 0 0 0;
}

div#financing a{
	display:inline-block;
	padding:50px 0 0 30px;
	color:#CCC;
	text-decoration:none;
}

	
div#footer{

	}

	
div#nav{
	border:0px solid #fff;	
	color:#FFF;
	position:absolute;
	top:122px;
	left:100px;
	z-index:100;
}


div#nav a:hover{
	color:#d2a448;
}

div#wrapper{
	position:absolute;
	top:440px;
}

#jsddm li{
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
}

	#jsddm li a{	
		display: block;
		text-decoration: none;
		color: #EAFFED;
		white-space: nowrap;
		border:0px solid #999;
		font-size:16px;
		}
		
	#jsddm li a span{
		display:inline-block;
		border:0px solid;
		padding:0 25px 0 30px;
	}
		
		#jsddm li ul{	
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white
		}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a{
				width: auto;
				background: #333;
				color: #d2a448;
				padding:5px;
				width:120px;
			}
			
			#jsddm li ul li a:hover{	
				background: #b0aa99;
				color:#333;
			}
			
#luckylime{
	border:0px solid #666;
	text-align:right;
	padding:0 40px 40px 0;
}

#luckylime a{
	color:#666666;
	text-decoration:none;
	font-size:small;
}

#luckylime a:hover{
	color:#090;	
}

#luckylime a span{
	color:#0C0;
}



div#id_corner{
	position:absolute;
	right:0;
	bottom:0;
	text-align:right;
	background-color:#666;
}