/* GENERAL STYLES */
body {
	font: 100% arial;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/* text-align: center; this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
a, a:active, a:visited {
	color: #f56d23;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #container {
	width: 972px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #6c6c6c;
	margin: 0px 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. */
	padding: 5px;
	padding-top:0px;
}
.oneColFixCtrHdr #header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #menubar {
	background: #ffffff; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 21px;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	
	font-family: Arial;
	vertical-align: middle;
}
.oneColFixCtrHdr #video {
	background:url(../userfiles/image/ultimate/flash-bg.jpg) no-repeat;
	background-color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 270px;
}
.oneColFixCtrHdr #productName {
	margin: 5px 0px 0px 0px;
	padding: 4px 5px 2px 10px;
	height:35px;
	background: url(../images/main-heading.jpg) repeat-y;
	font-family:helvetica;
	font-size: 28px;
	color:#FFFFFF;
}
.oneColFixCtrHdr #productName span {
	color:#f56d23
}
.oneColFixCtrHdr #productVideo {
	margin: 0px 405px 5px 0px;
	padding: 0px 0px 0px 25px;
	background: #000;
	height: 300px;
}
.oneColFixCtrHdr #productImages {
	float: right;
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 0px 0px;
	background: #6c6c6c;
	width: 400px;
	max-width: 400px;
	font-size: 11px;
}
.oneColFixCtrHdr #productImages img {
	margin: 5px 0px 0px 0px;
}
.oneColFixCtrHdr #productText {
	margin: 5px 430px 20px 15px;
	padding: 0px 0px 0px 0px;
	background: #6c6c6c;
	font-size: 12px;
	text-align:justify;
}
.oneColFixCtrHdr #productText h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #f56d23;
	font-size: 18px;
	font-style: italic;
}
.oneColFixCtrHdr #productText h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #f56d23;
	font-size: 12px;
}
.oneColFixCtrHdr #activities {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}
.oneColFixCtrHdr #activity {
	padding: 0px;
	width: 162px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	cursor: hand; cursor: pointer;
}
.oneColFixCtrHdr #activity-text {
	padding: 5px;
	height: 120px;
	color:#FFFFFF;
}
.oneColFixCtrHdr #activity-button {
	padding: 5px;
}
.oneColFixCtrHdr #activity h1 {
	margin: 2px 0px 2px 0px;
	font-family: Tahoma;
	font-size: 16px;
	color: #ffffff;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #vouchers {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #6c6c6c;
}
.oneColFixCtrHdr #tandc {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #6c6c6c;
	text-align: right;
}
.oneColFixCtrHdr #tandc a, .oneColFixCtrHdr #tandc a:active, .oneColFixCtrHdr #tandc a:visited {
	font-size: 9px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}
.oneColFixCtrHdr #tandc a:hover {
	color: #ffffff;
}
/* Following items brought in for TransMenu support */
#menu {
    float: left; background:#f56d23;
    border-bottom:0px solid white;
    padding: 4px 0px;
    width:972px;
}
#menu a {
    padding:4px 11px;
    text-decoration:none;
	font-weight:normal;
    color:#000000;
    height: 22px;
    }
#menu a.hover {
    background:#cccccc;
	color: #000000;
    }
#menu span {
    display:none;
    }
#subnav {
    font-size:10px;
    margin-bottom:2em;
    }
#subnav a {
    color:#FB3B00;
    margin-right:1em;
    }
#subnav span {
    color:silver;
    margin-right:1em;
    }
/* ------------------------------------------------ */
a.screen, a.screen:visited {
color:#c00; 
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:113px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:1px solid #000; /* add a border */
left:0; /* position:the image */
top:-150px;
left: 5px;
-moz-opacity:.9;
filter:alpha(opacity=90);
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:124px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500;
}
a.screen:hover b img {
border:0; /* remove the link border */
}
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#222;
    font-size:11px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background: #f56d23; /* #fdfdfd; */
	color:white;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}

/* EDITOR PROPERTIES */
h1 {

}

h2 {

}


