img, div { behavior: url(iepngfix.htc);
}
body {
	background: #fff url(../images/bgc.jpg) no-repeat top center fixed;
	font: normal 70% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
    margin-right: 0px;
	overflow: hidden;
}
* {
	padding: 0; margin: 0;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 1px;
	font-size: 1px;
	margin-top: 0px;
}
a {
	text-decoration: underline;
	color: #999999;
	outline: none;
}
#nav {
	float: right;
}
a:hover {
	color: #ff2f7c;
}
br {
	line-height: 15px;
}
h1,h3 { color: #01bef1; }

/*--Headers--*/
#tweetbbl {
	position: absolute;
	width: 336px;
	height: 59px;
	top: 13px;
	padding: 15px 0 0 51px;
	background: url(../images/tweetbbl.png) no-repeat;
}
#tweet {
	width: 270px;
	height: 30px;
	font: bold 75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 7px;
	color: #DDDDDD;
	display: inline-block;
	vertical-align: bottom;
}
#tweet li {
	list-style-type: none;
	list-style-image: none;
}
#portheader {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 337px;
	height: 86px;
	position: relative;
	top: -29px;
	left: -25px;
	margin-left: -1em;
	background: url(../images/port.png) no-repeat;
}
#portheader a {
	position: absolute;
	top: 0;
	left: 0;
	width: 337px;
	height: 86px;
	display: block;
	border: 0;
	background: transparent;
	overflow: hidden;
}
#portheader .fake-hover {
	margin: 0;
	padding: 0;
	width: 337px;
	height: 86px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/port.png) no-repeat 0 -86px;
}
#contactheader {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 291px;
	height: 86px;
	position: relative;
	margin-left: -1em;
	top: -91px;
	right: -134px;
	background: url(../images/contact.png) no-repeat;
}
#contactheader a {
	position: absolute;
	top: 0;
	left: 0;
	width: 291px;
	height: 86px;
	display: block;
	border: 0;
	background: transparent;
	overflow: hidden;
}
#contactheader .fake-hover {
	margin: 0;
	padding: 0;
	width: 291px;
	height: 86px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/contact.png) no-repeat 0 -86px;
}
h2 {
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#sideshadowa {
	width: 337px;
	height: 395px;
	position: relative;
	top: -153px;
	left: -48px;
	padding: 40px 0 0 50px;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	color: #333300;
	background: url(../images/sideshadowa.png) top left no-repeat;
}
#sideshadowb {
	width: 337px;
	height: 395px;
	position: relative;
	top: -568px;
	left: 115px;
	padding: 75px 0 0 50px;
	font: bold 180% Georgia, "Times New Roman", Times, serif;
	color: #333300;
	background: url(../images/sideshadowb.png) top left no-repeat;
}
#container {
	width: 100%;
	margin: 176px 0 0 0;
}
#lwbox {
	background: url(../images/lw_bg.png) no-repeat;
	margin-right: 280px;
	width: 771px;
	height: 442px;
}
/*--Main Container--*/
.main_view {
	background: url(../images/lw_img_bg.png) repeat;
	height: 309px;	width: 200px;
	left: 83px;
	top: 67px;
	float: left;
	position: relative;
	padding: 3px 3px 3px 3px;
	border: 1px solid #666666;
}
/*--Window/Masking Styles--*/
.window {
	height:309px;	width: 200px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 25px; right: -35px;
	padding-left: 18px;
	width: 225px; height:57px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #000;
}
.paging a.active {
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
}
.paging a:hover {
	color: #FFFFFF;
}
/* images
-------------------------------------------------------------------- */
/* port
--------- */
.pic {
	margin: 5px;
	position: relative;
	width: 150px;
	height: 135px;
	background: url(../images/lw_img_bg.png) repeat;
	padding: 3px;
	border: 1px solid #666666;
}
.pic span {
	width: 114px;
	height: 56px;
	display: block;
	position: absolute;
	bottom: -32px;
	left: 45px;
	background: url(../images/pic_corner.png) no-repeat;
}
/* --------- */
p.image img {
	background: #fff;
	padding: 3px;
	float: left;
	border: 1px solid #666666;
}
p.right {
	float: right;
	margin-left: 6px;
	margin-bottom: 4px;
}
p.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
}
img.left {
	float: left;
	margin-right: 0px;
}
img.right {
	float: right;
	margin-left: 3px;
}

.mketxtsmit {
	font: italic 60% Georgia, "Times New Roman", Times, serif;
}
.mketxtsm {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color:#003300;
}
.mkttxtlgpnk {
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #FB1182;
	background-color: #ff0;
}
#followme {
	position: fixed;
	bottom: -3px;
	border: 0px;
	float: left;
}
#twitter {
	position: fixed;
	bottom: -3px;
	border: 0px;
	float: left;
}
#facebook {
	position: fixed;
	bottom: -3px;
	border: 0px;
	float: left;
}
