/* CSS Document */

#product_focus {
	clear: both;
}

#product_focus h1 { 
	color: #333333;
	font-size: 300%;
	text-align: left;
}


table#main_links {
	width: 120px;
	border-collapse: separate;
	border-spacing: 2px 2px 2px 2px;
	margin: 10px 40px;
	float: right;
}

div#content>table#main_links {
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
	padding: 0;
	margin: 0 0 2px 0;
}

table#main_links td {
	padding-top: 2px; /* IE was lopping off the top borders of all anchors in these cells without the extra top padding... */
}

/* IE 6 doesn't recognize the descendent selector so these are hidden */
table#main_links tr>td {
	padding-top: 0px;
}

table#main_links a {
	border: solid 2px #D1F0EB; 
}

table#main_links a:hover {
	border: solid 2px #F4A7DF; /* IE 6 only recognizes :hover selectors for anchor tags */
}

/* IE 6 doesn't recognize the descendent selector so these are hidden */
table#main_links tr>td>a {
	border: none;
}

/* IE 6 doesn't recognize the descendent selector so these are hidden */
table#main_links tr>td>a:hover {
	border: none;
}

/* IE 6 doesn't recognize the descendent selector so these are hidden */
table#main_links tr>td>a {
	border: solid 2px #D1F0EB;
}


table#main_links tr>td>a:hover {
	border: solid 2px #F4A7DF;
}



.title {
	height: 20px;
}

.title a {
	border: none!important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding 2px;
}

.title a:hover {
	color:#F4A7DF;
}


#item_1 a, #item_2 a, #item_3 a  {
	height: 115px;
	width: 120px;
}

#item_4 a {
	height: 78px;
	width: 120px;
}

#item_1 a {
	text-decoration: none;
	border: solid 2px #D1F0EB;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	background:url("images/buttons/starwars_web_button.jpg") no-repeat -15px -130px;
	float: right;
}

#item_1 a:hover {
	background-position: -15px 0px;
	text-decoration: none;
	border: solid 2px #F4A7DF;
}

#item_2 a {
	text-decoration: none;
	border: solid 2px #D1F0EB;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	background:url("images/buttons/old_werks_button.jpg") no-repeat -10px -130px;
	float: right;
}

#item_2 a:hover {
	background-position: -10px 0px;
	text-decoration: none;
	border: solid 2px #F4A7DF;
}

#item_3 a {
	border: solid 2px #D1F0EB;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	background:url("images/buttons/concept_art_button.jpg") no-repeat -10px -140px;
	float: right;
}

#item_3 a:hover {
	background-position: -10px -10px;
	text-decoration: none;
	border: solid 2px #F4A7DF;
}

#item_4 a {
	text-decoration: none;
	border: solid 2px #D1F0EB;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	background:url("images/buttons/graphics.jpg") no-repeat 0px -78px;
	float: right;
}

#item_4 a:hover {
	background-position: 0px 0px;
	text-decoration: none;
	border: solid 2px #F4A7DF;
}

/*inside frame*/
