/* CSS Document for Centering a Page Layout*/

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: normal 12px "Trebuchet MS", "Arial", "MS Sans Serif";
	color:#444444;

    background-color: #666666;
    background: url(/images/bg_gradient.jpg);
	background-repeat: repeat-x;


}
div#header2 a {
	color: #ffffff;
	text-decoration: underline;

}

div#footer a {
	color: #ffffff;
	text-decoration: underline;
}

a {
	color: blue;
}


a:hover {
	text-decoration: none;

}
h2 {
	font: normal 18px "Trebuchet MS", "Arial", "MS Sans Serif";
	color: #5e7f9d;
}

h3 {
	font: normal 19px "Trebuchet MS", "Arial", "MS Sans Serif";
	color: #000000;
}

h4 {
	font: normal 16px/18px Times, serif;
	color: #5e8d00;
	margin: 0 0 5px 0;
}

h5 {
	font: normal 14px/18px Times, serif;
	color: #5e8d00;
	margin: 0 0 0px 0;
}
div#outer {
    position: relative;
	width: 828px;
	height: 100%;
	margin: 0 auto;
	background: url("/images/container_bg.png") repeat-y;
	left: 0px;
	top: 1px;

}

div#inner {
    width: 812px;
    background-color:#FFFFFF;
	height: 100%;
	display: table;
	margin: 0 0 0 8px;
	margin-left: auto;
    margin-right: auto;
    padding: 0px;

}
div#header {
    background-image:url(/images/header_firstam.png);
	height: 75px;
    padding: 0px;
    margin: 0px;
    clear:both

}
div#header2 {
    font: normal 19px Trebuchet MS, Arial, "MS Sans Serif";
	color:#000000;
	line-height: 45px;
	background-image:url("/images/blah_am.png");
	height: 45px;
    padding: 0px;
	margin: 0px 0 0 0;
    text-align: center;

}
div#header3 {
    font: normal 20px Trebuchet MS, Arial, "MS Sans Serif";
	color:#000000;
	background-image:url("/images/contentnew3.jpg");
	height: 350px;
    padding: 0px;
	margin: 2px 0 0 0;
    text-align: center;
	margin-bottom: 0px;
	clear:both;

}

div#topnav {
    font: normal 22px Trebuchet MS, Arial, "MS Sans Serif";
	vertical-align: bottom;
	width: 500px;
	height: 70px;
    padding: 0px;
	margin-right: 13px;
    float: right;
	text-align: right;

}
div#tilez {
   	height: 200px;
    padding: 0px;
    margin: 0px;
    clear:both

}
div#nav {
   	width: 210px;
	height: 500px;
    padding: 10px;
    margin-top: 1px;
    float: left;
	clear:both

}

div#content1 {
    width: 400px;
	font: normal 24px Trebuchet MS, Arial, "MS Sans Serif";
	color:#666666;
	height: auto;
    padding: 5px;
    margin-top: 1px;
    float: right;
	text-align: right;


}
div#content2 {

	width: 100px;
	font: bold 16px Trebuchet MS, Arial, "MS Sans Serif";
	background:url(images/button_bg.jpg);
	line-height: 45px;
	height: 44px;
	padding: 0px;
	margin-top: 1px;
	margin-right: 49px;
	float: right;
	text-align:center;
	left: 828px;
	top: 160px;
}
div#content3 {

    width: 300px;
	font: bold 16px Trebuchet MS, Arial, "MS Sans Serif";
	height: 44px;
    padding: 0px;
	margin-right: 39px;
    margin-top: 1px;
    float: right;
	text-align:center

}
div#video {
	position: absolute;
	width: 320px;
	height: 240px;
	padding: 0px;
	top: 101px;
	left:78px;
	margin-top: 0px;
	visibility: visible;
}
div#videonav {
	font: normal 12px Trebuchet MS, Arial, "MS Sans Serif";
	line-height: 10px;
	position: absolute;
	width: 325px;
	height: 23px;
	padding: 0px;
	top: 411px;
	left:76px;
	margin-top: 0px;
	visibility: visible;
	text-align:center
}

div#main {
    margin-top: 0px;
    padding: 10px;

}

div#footer {
    background:#5e7f9d url(/images/base.jpg);
	font: normal 12px  "Trebuchet MS", "Arial", "MS Sans Serif";
	color:#FFFFFF;
    text-align: center;
	padding: 2px;
    margin: 0px;
    border-top: thin solid #999999;

}

div#example {
    margin-left: 110px;
    margin-top: 5px;
}

div#EpisodeOrderMessage
{
    margin-top: 0px;
    margin-bottom: 5px;
}

.mainnav {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 18px;
	font-style: normal;
	color: #FFFFFF;
}
.smallnav {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.p {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	font-variant: normal;
}
.heading {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #FF6602;
}

fieldset#outsideSet {
	width: 760px;
}
fieldset#insideSet {
	width: 740px;
}

table#orderList {
	width: 760px;
}

table#orderList th {
	background-color: silver;
}

table#orderList td {
    border-bottom: dashed thin silver;
}

legend {
    font-weight: bold;
}

#shoppingCart {
    width: 100%;
    border: solid thin black;
}

#shoppingCart th {
    background-color: #5e7f9d;
    color: white;
}

#checkoutReminder {
    width: 200px;
    float: right;
}

#checkoutReminder div{
    color: red;
    margin-top: 3px;
    border: solid thin black;
    padding: 3px;
}

#cclogos
{
    float: right;
}

#mainpageBody li
{
    margin-bottom: 10px;
    font-size: 16px;
    color: black;
}

div#instructions
{
    margin-bottom: 10px;
}

div#prepurchaseAccountBalance
{
    background-color: silver;
    color: #5e7f9d;
    padding: 3px;
}

div#cartboxes
{
    border: solid thin black;
}