/* General CSS Document for Peter Alexander USA */

@import "reset.css";

body, html {
	height: 100%;
	width: 100%;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: #810038 url(/USA/img/global_wallpaper.gif);
	color: #bbb;
}

h1 {
	color: white;
	font-size: 130%;
	margin-bottom: 1.3em;
}

h2 {
	color: white;
	font-size: 110%;
	margin-bottom: 0.6em;
}

p {
	margin-bottom: 1.4em;
}

ul {}
ol {}

a { 
	color: white;
	text-decoration: none;
}

a:hover, a:focus, a:active { 
	color: #99FFFF;
	text-decoration: underline;
}

a:visited {}

img {
	border: 0;
}


/* FRAMES */

.center {
	width: 100%;
	height: 100%;
	border: none;
}

.center td {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

.frame_top {
	width: 802px;
	height: 34px;
	background: url(/USA/img/frame_top.png) no-repeat;
	/* IE only */ _background: none;
	/* IE only */ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/USA/img/frame_top.png');
	margin: 0 auto 0 auto;
}

.frame_middle {
	width: 802px;
	background: url(/USA/img/frame_middle.png) repeat-y;
	/* IE only */ _background: url(/USA/img/frame_middle_only.gif);
	/* IE only */ _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/USA/img/frame_middle_shadow.png', sizingMethod='scale');
	margin: 0 auto;
	
}


.frame_bottom {
	width: 802px;
	height: 23px;
	background: url(/USA/img/frame_bottom.png) no-repeat;
	/* IE only */ _background: none;
	/* IE only */ _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/USA/img/frame_bottom.png');
	margin: 0 auto;
	
}

#content {
	text-align: left;
	padding-left: 33px;
}

.footer {
	text-align:center;
	margin: 0;
	padding: 0;
}

.footer #footerlinks {
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

.footer #flashwarning {
	margin: 1.5em 0;
	color: white;
	font-size: 90%;
}

.footer #flashwarning a {
	color: #66FFFF;
	text-decoration: underline;
}

.footer #flashwarning a:hover {
	color: #00CCFF;
}


/* MENU */

.menu {
	width: 728px;
	padding: 5px 0 16px 6px;
	list-style-type: none;
	background: black url(/USA/img/menu_head.jpg) no-repeat bottom;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu a {
	font-weight: bold;
	color: #808080;
	background: url(/USA/img/menu_bullets_off.gif) no-repeat 3px;
	padding: 0 0 0 25px;
	text-decoration: none;
}

.menu a:hover {
	color: white;
}

#home a.home,
#hype a.hype,
#collection a.collection,
#story a.story,
#friends a.friends,
#fanclub a.fanclub,
#stores a.stores {
	background: url(/USA/img/menu_bullets_on.gif) no-repeat 3px;
}

.home a.home,
.hype a.hype,
.collection a.collection,
.story a.story,
.friends a.friends,
.fanclub a.fanclub,
.stores a.stores {
	color: white;
}


