/* Main site styles for kingcage.com  copyright 2009 J3media Inc. */

body {
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	font-weight: normal;
	color: #333333;
}

a { text-decoration:none;
	font-weight:bold;
	color:#DF1C0D;
}

a:hover {
	color:#003366;
}

h2 {
	color:#CC3300;
	font-size:1.6em;
	margin:0;
	padding:0;
}

h3 {
	font-style:italic;
	color:#113F8F;
	margin:0;
	padding:0;
}

h4 {
	color:#EFAE00;
	font-size:1.4em;
	text-transform:uppercase;
	text-decoration:underline;
	margin:0;
	margin-top:10px;
	padding:0;
}

#dictator {
	margin:0;
	padding:0;
	height:650px;
}

#header {
	width:680px;
	background:url(../img/kingcagelogo.jpg) no-repeat;
	height:219px;
	margin-bottom:-100px;
	padding-left:185px;
}

#left {
	width:220px;
	float:left;
	padding:10px;
	padding-top:100px;
	height:100%;
}

#left ul {
	width:75%;
}

#right {
	width:650px;
	float:left;
	background:url(../img/logomark.jpg) no-repeat fixed center bottom;
	/*min-height:550px;*/
	padding:20px;
	height:160%;
}

#right ul {
	margin:14px;
	padding:0;
}

#right li {
	line-height:1.8em;
	color:#000;
	display:block;
	margin-left:40px;
}


.nav li {
	border-top:2px solid black;
	list-style:none;
	margin-left:-30px;
	padding:6px 0;
}

#home a {
	background:url(../img/homeoff.jpg) no-repeat;
	width:83px;
	height:24px; 
	display:block;
}

#home a:hover {
	background:url(../img/homeon.jpg);
}

#products a {
	background:url(../img/productsoff.jpg) no-repeat;
	width:158px;
	height:22px; 
	display:block;
	
}

#products a:hover {
	background:url(../img/productson.jpg);
}

#about a {
	background:url(../img/aboutoff.jpg) no-repeat;
	width:101px;
	height:21px; 
	display:block;
	
}

#about a:hover {
	background:url(../img/abouton.jpg);
}

a .alt {
	display:none;
}

#movieframe {
	background:url(../img/movieframe.gif) no-repeat;
	width:420px;
	height:455px;
	padding:25px 40px;
}

#contact {
	background:url(../img/contactbutt.jpg) no-repeat;
	width:177px;
	height:80px;
	float:right;
	margin-top:5px;
	padding:15px 10px;
}

#contact h2 {
	color:#fff;
	text-decoration:none;
}

.break {
	clear:both;
	margin-top:30px;
}

#rfloater {
	float:right;
	width:200px;
}
	
.shipping td {
	padding:3px;
	border:1px solid #003399;
	border-bottom:none; border-right:none;
	text-align:center;
}

.thumbs td {
	padding-right:10px;
	padding-bottom:10px;
}