/*  General Rules  */

.text {
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	font-family:arial,helvetica,sans-serif;
	color:#02005f;
	}
	
.menutext {
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	font-family:arial,helvetica,sans-serif;
	color:#02005f;
	}
	
.foot {
	font-weight:normal;
	font-style:normal;
	font-size:11px;
	font-family:arial,helvetica,sans-serif;
	color:#02005f;
	}

h1 {
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	font-family:arial,helvetica,sans-serif;
	color:#02005f;
	}


h2 {
	font-weight:normal;
	font-style:normal;
	font-size:16px;
	font-family:arial,helvetica,sans-serif;
	color:#02005f;
	}
	
h3 {
	font-weight:normal;
	font-style:normal;
	font-size:14px;
	font-family:arial,helvetica,sans-serif;
	color:#02005f;
	}

h4 {
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	font-family:arial,helvetica,sans-serif;
	color:#02005f;
	background-color:#ebda3a;
	padding:3px;
	width:20em;
	}
	
hr {
	height:1px;
	color:#02005f;
	}
	
	
.cen {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}

.fl {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	}

.fr {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	}

.flstudy {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	border: solid 1px #02005f;
	}

img {
	border:none;
	}

.studyhead {
	background-color:#ebda3a;
	padding:3px;
	border-bottom:solid 1px #02005f;
	}

.studyprice {
	color:#ff0000;
	text-align:left;
	background-color:#ffffff;
	padding:3px;
	border-top:solid 1px #02005f;
	}

fieldset {
	border:solid 1px #02005f;
	padding:10px;
	}

legend {
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	font-family:arial,helvetica,sans-serif;
	color:#02005f;
	text-align:left;
	}
	
button {
	font-weight:500;
	font-style:normal;
	font-size:12px;
	font-family:arial,helvetica,sans-serif;
	letter-spacing:0.1em;
	text-align:center;
	color:#ebda3a;
	background-color:#bd3522;
	margin-top:3px;
	border:outset 2px #bd3522;
	width:10em;
	}
	
button.view {
	font-weight:500;
	font-style:normal;
	font-size:12px;
	font-family:arial,helvetica,sans-serif;
	letter-spacing:0.1em;
	text-align:center;
	color:#02005f;
	background-color:#ebda3a;
	margin-top:3px;
	border:outset 2px #ebda3a;
	width:9em;
	}
	
	
.buttonstyle {
	font-weight:500;
	font-style:normal;
	font-size:12px;
	text-decoration:none;
	font-family:arial,helvetica,sans-serif;
	letter-spacing:0.1em;
	text-align:center;
	color:#ebda3a;
	background-color:#bd3522;
	border:outset 2px #bd3522;
	padding:2px 0px 2px 0px; 
	width:10em;
	}	

.paleblue {
	color:#abaaec;
	}

.yellow {
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	font-family:arial,helvetica,sans-serif;
	color:#02005f;
	background-color:#ebda3a;
	padding:3px;
	width:20em;
	}

/* ------------------------------------------------- */
/*  Content Layout Rules  */

.content {
	background-color:#effaf8; 
	padding:0 0 0 0;
	margin:0 0 0 0;
	}

#contentstuff {
	position:absolute;
	left:10px;
	top:0px;
	width:840px;
	background-color:#ffffff;
	border-left:solid 1px #02005f;
	border-right:solid 1px #02005f;
	border-bottom:solid 1px #02005f;
	}

.mar {
	margin-top:130px;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:10px;
	}

/* ------------------------------------------------- */
/*  Popup Layout Rules  */

.popcontent {
	background-color:#ffffff; 
	padding:0 0 0 0;
	margin:0 0 0 0;
	}
	
#poptitle {
	position:absolute;
	left:0px;
	top:60px;
	background-color:#befaf0;
	padding:3px 0px 3px 0px;
	border-top:solid 1px #02005f;
	border-bottom:solid 1px #02005f;
	width:100%;
	}

#poplogo {
	position:absolute;
	left:10px;
	top:5px;
	z-index:2;
	}
	
#popcontentstuff {
	position:absolute;
	left:0px;
	top:0px;
	margin: 90px 10px 20px 10px;
	width:100%
	}
/* ------------------------------------------------- */

/*  Magnify Rules  */

#binding {
	position:absolute;
	left:10px;
	top:170px;
	}
		
.magnifier {
	position: absolute;
	border: solid 1px #02005f;
	cursor: move;
	background-repeat: no-repeat;
	background-color: #ffffff;	
	}
		
.magnifierController {
	color: #02005f;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	}
		
.magnifierControllerContainer {
	padding: 0px 0px 0px 0px;
	margin-top:5px;
	width:17em;
	border: solid 1px #02005f;
	background-color: #befaf0;
	padding:4px;
	}

.magnifierControllerPrefix {
	color: #02005f;
	}
		
.magnifierControllerButton {
	color: #02005f;
	cursor: pointer; cursor: hand;
	background-color: #befaf0;
	padding: 4px 4px 4px 4px;
	}
		
.magnifierControllerButtonSelected {
	background-color: #effaf8;
	border-left: solid 1px #02005f;
	border-right: solid 1px #02005f;
	color: #02005f;
	font-weight: normal;
	cursor: pointer; cursor: hand;
	padding: 4px 4px 4px 4px;
	}


.imgbdr {
	border:solid 2px #e2e2e2;
	}

/* ------------------------------------------------- */
/*  Navigation Rules  */

a.nav:link {
	color:#02005f;
	text-decoration:none;
	border:none;
	}

a.nav:visited {
	color:#02005f;
	text-decoration:none;
	border:none;
	}
	
a.nav:active {
	color:#02005f;
	text-decoration:none;
	border:none;
	}

a.nav:hover {
	color:#bd1024;
	text-decoration:none;
	border:none;
	}

a.buttontype:link {
	color:#ebda3a;
	text-decoration:none;
	}

a.buttontype:visited {
	color:#ebda3a;
	text-decoration:none;
	}
	
a.buttontype:active {
	color:#ebda3a;
	text-decoration:none;
	}

a.buttontype:hover {
	color:#ebda3a;
	text-decoration:none;
	}
	
a.textnav:link {
	color:#02005f;
	text-decoration:underline;
	}

a.textnav:visited {
	color:#02005f;
	text-decoration:underline;
	}

a.textnav:active {
	color:#02005f;
	text-decoration:underline;
	}
	
a.textnav:hover {
	color:#bd1024;
	text-decoration:none;
	}

a.plannav:link {
	color:#bd1024;
	text-decoration:underline;
	}

a.plannav:visited {
	color:#bd1024;
	text-decoration:underline;
	}

a.plannav:active {
	color:#bd1024;
	text-decoration:underline;
	}
	
a.plannav:hover {
	color:#bd1024;
	text-decoration:none;
	}


.submenu	{
	display:block;
	border-bottom:solid 1px #02005f;
	padding:3px;
	}
	
a.submenu:link {
	color:#02005f;
	text-decoration:none;
	}

a.submenu:visited {
	color:#02005f;
	text-decoration:none;
	}
	
a.submenu:active {
	color:#02005f;
	text-decoration:none;
	}

a.submenu:hover {
	color:#bd1024;
	text-decoration:none;
	}

/* ------------------------------------------------- */
/*  Titlebar Rules Modern Browser */

#headbox {
	position:fixed;
	left:10px;
	top:0px;
	z-index:2;
	background-color:#effaf8;
	width:840px;
	height:100px;
	border-left:solid 1px #02005f;
	border-right:solid 1px #02005f;
	}

#logo {
	position:fixed;
	left:20px;
	top:5px;
	z-index:6;
	}

#news {
	position:fixed;
	left:460px;
	top:10px;
	z-index:7;
	width:205px;
	line-height:125%;
	}

#getstarted {
	position:fixed;
	left:701px;
	top:10px;
	z-index:4;
	width:150px;
	line-height:125%;
	}

#viewcart {
	position:fixed;
	left:701px;
	top:60px;
	z-index:4;
	}
	
/* ------------------------------------------------- */
/*  Menu Rules Modern Browser */

#mainmenu {
	position:fixed;
	left:10px;
	top:95px;
	width:842px;
	z-index:7;
	}

.menumar {
	margin-left:10px;
	}

/*<![CDATA[*/
/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 8;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */

.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(images/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */


/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu {
	color: #02005f;
	background-color:#befaf0;
}


.menu ul li {
	color: #02005f;
	background-color:#fbf2a7;
}

.menu ul {
	width: 12em;
}


.menu ul ul {
	width: 16em;
}

.menu a {
	text-decoration: none;
	color: #02005f;
	padding: .4em .6em;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a, .menu li li:hover>a  {
	color: #bd1024;
	}
	
.menu ul a {
	padding: .4em;
}

.menu, .menu li li {	/* create borders around each item */
	border: 1px solid #02005f;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
	
/* We don't need this! */
/*
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #556677;
}
*/
/*]]>*/

/* ------------------------------------------------- */
/*  Table Rules */

.general {
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	font-family:arial,helvetica,sans-serif;
	color:#02005f;
	border:none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	}

table.general td {
	text-align:left;
	vertical-align:top;
	}

.generalb {
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	font-family:arial,helvetica,sans-serif;
	color:#02005f;
	border:none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	}

table.generalb td {
	text-align:left;
	vertical-align:bottom;
	}

.spec {
	margin-left:10px;
	margin-bottom:5px;
	float:right;
	font-weight:normal;
	font-style:normal;
	font-size:11px;
	font-family:arial,helvetica,sans-serif;
	color:#02005f;
	border: solid 1px #02005f;
	width:235px;
	border-collapse:collapse;
	}

table.spec th {
	background-color:#ebda3a;
	text-align:center;
	border:solid 1px #02005f;
	padding:3px;
	}
	
table.spec td {
	text-align:left;
	border:solid 1px #02005f;
	padding:3px;
	}

.instructions {
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	font-family:arial,helvetica,sans-serif;
	color:#02005f;
	border:solid 1px #02005f;
	border-collapse:collapse;
	width:370px;
	float:right;
	}

table.instructions th {
	font-weight:bold;
	background-color:#ebda3a;
	text-align:center;
	border:solid 1px #02005f;
	padding:3px;
	}
	
table.instructions td {
	text-align:left;
	vertical-align:top;
	border:solid 1px #02005f;
	padding:3px;
	}
	
.plans {
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	font-family:arial,helvetica,sans-serif;
	color:#02005f;
	border:solid 1px #02005f;
	border-collapse:collapse;
	width:440px;
	float:left;
	}

table.plans th {
	font-weight:bold;
	background-color:#ebda3a;
	text-align:center;
	border:solid 1px #02005f;
	padding:3px;
	}
	
table.plans td {
	text-align:left;
	vertical-align:top;
	border:solid 1px #02005f;
	padding:3px;
	}
	
	
.cart {
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	font-family:arial,helvetica,sans-serif;
	color:#02005f;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px #02005f;
	border-collapse:collapse;
	width:100%;
	}

table.cart th {
	font-weight:normal;
	background-color:#ebda3a;
	text-align:center;
	border:solid 1px #02005f;
	padding:3px;
	}
	
table.cart td {
	text-align:left;
	vertical-align:top;
	border:solid 1px #02005f;
	padding:3px;
	}
	
.blog {
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	font-family:arial,helvetica,sans-serif;
	color:#02005f;
	border:none;
	width:600px;
	}

table.blog td {
	text-align:left;
	vertical-align:top;
	padding:5px 0px 5px 0px;
	}
	
.blogside {
	font-style:normal;
	font-size:11px;
	font-family:arial,helvetica,sans-serif;
	color:#02005f;
	border: solid 1px #02005f;
	width:200px;
	border-collapse:collapse;
	}

table.blogside th {
	background-color:#ebda3a;
	text-align:center;
	border:solid 1px #02005f;
	padding:3px;
	}
	
table.blogside td {
	text-align:left;
	border:solid 1px #02005f;
	padding:3px;
	}

.blogsidewrap {
	margin-left:10px;
	margin-bottom:5px;
	float:right;
	width:200px;	
	}
	
.forum {
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	font-family:arial,helvetica,sans-serif;
	color:#02005f;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px #02005f;
	border-collapse:collapse;
	width:100%;
	}

table.forum th {
	font-weight:normal;
	background-color:#ebda3a;
	text-align:center;
	border:solid 1px #02005f;
	padding:3px;
	}
	
table.forum td {
	text-align:left;
	vertical-align:top;
	border:solid 1px #02005f;
	padding:3px;
	}


.article {
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	font-family:arial,helvetica,sans-serif;
	color:#02005f;
	border:none;
	text-align:left;
	padding:5px;
	}

table.article th {
	text-align:center;
	vertical-align:top;
	}

table.article td {
	text-align:left;
	vertical-align:top;
	}
	

