@charset "utf-8";
a {
	color: #cc9966;
	text-decoration: none
}
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #cc3366;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;


	margin-left: 0.1em;
	padding: 0;
	}

h2 {
	color: #cc3366
	}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	background-color: #000000;
	color: #cc3366
	}
h4 {
	color: #cc3366
	}
table {
	color: #000000
	}
td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 2em;
	color: #cc3366
	}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em
	}
ul {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}
.BulletBackgroundColor {
	color: #FFFFFF
	}
.DataColor {
	color: #996600
	}
.FormBackgroundColor {
	color: #999999
	}
.ImageTitleColor {
	color: #CC9900
	}
.LabelColor {
	color: #CCC9900
	}
.ListColorEven {
	color: #CC9900
	}
.ListFooterColor {
	color: #333333
	}
.ListHeaderColor {
	color: #333333
	}
.ListColorOdd {
	color: #DEDECA
	}
.ListTitleColor {
	color: #cc9966
	}
.NavigationBackgroundColor {
	color: #666666
	}
.NavigationColor {
	color: #cc9966
	}
.NewsDataColor {
	color: #DEDECA
	}
.StoryTitle {
	color: #cc3366;
	font-weight: bold;
	font-size: 1em;
	}
.StoryContentColor {
	color: #cc9966
	}
.TitleColor {
	color: #FFCC00
	}
a:hover {	
	text-decoration: underline;
	background-color:#999999
	color:#333333
	}
tr.ListHeaderColor th {
	text-align: left;
	}.small {
	font-size: 85%;
}

/* Story container */
.story {
	position: relative;
	height: 1%;
	left: 1px;
	top: 1px;
}

/* Story text container and style guide for story text */
.storytextbox {
	text-align: left;
	position: relative;
	font-size: 1em;
	line-height: 1em;
	height: 5em;
	margin: 1px 9em 1px 7em;
}


/* story titles*/
.storytextbox h1 a {
	background-image: url(images/images-general/menu_topbar.png);
	background-repeat: repeat-x;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
/* story sub titles*/
.storytextbox h2 {
	text-align: left;
	position: relative;
	width: 80%;
}
/* story text*/
.storytextbox p {
	text-align: left;
	position: relative;
	width: 80%;
}

.storyimage {
}
	/* story links used on 1st page*/
/*structure*/


/* common Rules*/
#container {
	width: 90%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	min-width: 800px;
}

#main {
	position: relative;
}
#accent {
	width: 30%;
	position: absolute;
	left: -25px;
	top: 0px;
	background-color: #333333;
	float: left;
	padding:1em;

}
#mainstory {
	width: 68%;
	min-width: 300px;
	float: right;
}
#foot {
	display:none;
	margin: 0 auto;
	position:absolute;
	bottom: 0px;
	right: 5px;
}
#twin_left {
	width: 46%;
	position:absolute;
	left:0;
	margin: 0 20px 0 20px;
}
#twin_right {
	width: 46%;
	position:absolute;
	right:0;
	margin: 0 20px 0 20px;
}

/* hide from macie5 \*/
* html #container,  {
height: 1%;
}
/*end cluge */

/* level 1 layout rules*/
body#l1 div#menu {
display:none;
}
body#l1 div#container {
	width: 800px;
}
body#l1 div#main{
	margin:1px 1px 1px 1px;
	height: 600px;

}
body#l1 div#mainstory{
	margin:1px 1px 1px 1px;
	width: 480px;
}

body#l1 div.story{
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
}
body#l1 div.story ul strong a{
	background-image: url(images/images-general/menu_topbar.png);
	background-repeat: repeat-x;
	right: 1px;
	bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	list-style-type: none;
	font-weight: bold;
	}

body#l1 div.storytextbox{
	margin-top: 1px;
	margin-right: 12em;
	margin-bottom: 1px;
	margin-left: 1em;
	position: relative;
	bottom: 1px;
	vertical-align: text-bottom;
}
body#l1 div.storyimage{
	width: 12em;
}
body#l1 div.storyimage h1 a{
	background-image: url(images/images-general/menu_topbar.png);
	background-repeat: repeat-x;
	text-align: right;
	right: 1px;
	bottom: 1px;
}



/* 
body#l1 div.storyimage h1 a{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	position: relative;
	top: 0px;
	right: 0px;
	background-image: url(images/images-general/menu_topbar.png);
	background-repeat: repeat-x;
	margin-left: 0.2em;
	margin-right: 0.2em;
	padding-right: 0.2em;
	padding-left: 0.2em;
	padding-bottom: 0.2px;
	margin-bottom: .2px;
}
*/

body#l1 div#accent {
	width: 300px;

}
body#l1 div#foot {
	position: absolute;
	bottom: 0px;
	display: block;
}
/* level 2 layout rules*/
body#l2 div#menu {
	width: 80%;
}
body#l2 div#mainstory {
	padding-left: 1em;
	width: 60%;
}
body#l2 div#accent {
/*	float: left;
*/	padding:1em;
	background-color: #333333;
	width: 38%;
}
body#l2 div.storyimage{
	display: none;
}
body#l2 div.story {
	line-height:0.95em;
	width: 80%;
	margin: 0;
}
body#l2 div.storytextbox{
	width: 100%;
	margin: 0;
}
body#l2 div.storytextbox ul {
	text-indent: 0px;
	list-style-type: none;
	font-size: 1em;
	font-weight: bold;
	background-image: url(images/images-general/menu_topbar.png);
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 20px;

}
body#l2 div.storytextbox ul li{
	text-indent: 0px;
	list-style-type: none;
	background-image: none;
	font-size: 0.85em;
	font-weight: normal;



}
body#l2 div.storytextbox u a {

}
body#l2 div.storytextbox h2 a{
	display: inline;
}
body#l2 div.storytextbox h2 a:hover{
	background-color:#cc9966;
	color: #333333;
	font-size: 1.1em;
	background-image: none;	
}

/* level 3 layout rules*/
body#l3 div#main {
}

body#l3 div#mainstory {
	
}
body#l3 div#accent {
}
body#l3 div.storyimage{
}
body#l3 div.story {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
}
body#l3 div.story ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

body#l3 div.story ul li{
	line-height: 1.5em;

}
body#l3 div.storytextbox{
	position: relative;
	line-height: 1;
	font-size: 0.85em;
	margin-top: 1px;
	margin-right: 1em;
	margin-bottom: 1px;
	margin-left: 5px;
	left: 10px;
	float: left;
}
body#l3 div.storytextbox p{
	width: auto;
	line-height: 1.1em;
}
body#l3 div.storytextbox ul{
	list-style-type: none;
	font-size: 1em;
	text-align: left;
	list-style-position: outside;
	display: block;
}
body#l3 div.storytextbox ul li{
	font-size: .8em;
}
body#l3 div.storytextbox u a {
}
body#l3 div.storytextbox h2 a{
}
body#l3 div.storytextbox h2 a:hover{
}
body#l3gal div.story{
	height: 104px;

}
body#l3 div.storyimage{
	width: 110px;
	position: relative;
	float: left;
}



/* level 3 gallery layout rules*/


body#l3gal div#main {
	position: relative;

}
body#l3gal div#accent {
	width: 500px;
	float: none;
}
body#l3gal div#accent p {
	font-size: .8em;
	line-height: 1em;
}
body#l3gal div#mainstory{
	width: 200px;
	position: relative;
	left: 0px;
	top: 20px;
	height: 1%;
	float: none;
}
body#l3gal div.story{
	height: 104px;

}
body#l3gal div.storytextbox{
	position: relative;
	line-height: 1;
	font-size: 0.85em;
	margin-top: 1px;
	margin-right: 1em;
	margin-bottom: 1px;
	margin-left: 5px;
	left: 10px;
	float: left;
}
body#l3gal div.storytextbox ul{
	list-style-type: none;
	font-size: 1em;
	text-align: left;
	list-style-position: outside;
	display: block;
}
body#l3gal div.storytextbox ul li{
	font-size: .8em;
}
body#l3gal div.storyimage{
	width: 110px;
	position: relative;
	float: left;
}
body#l3gal div.storyimage h4{
	line-height: 1;
}


/* level 3 product layout rules*/
body#l3prod div#menu {

}
body#l3prod div#main {

}
body#l3prod div#accent {

}



body#l3prod div#accent {

}
/* level 3 lists layout rules*/




/*internal elements*/

