﻿/******************
	HTML TAGS
******************/
body {	min-width: 800px; font-family: Verdana, Trebuchet MS, Verdana, Sans-Serif, Arial; font-size: 1.0em; margin-top: 25px;	border: 0; padding:0; 	background-color: #EEEEEF; }
h1{ color: #103B7F; font-size: 2.0em; font-weight: bold; text-align:left;}
h2{ color:#993333; 	font-family:Arial; 	font-size:1.6em;	font-weight:normal;	padding:0;	margin: 0;	}
h3{	color:#3B6EAD; 	font-family:Arial; 	font-size:1.2em;	font-weight:normal;	padding:0;	margin: 0;	}
hr{	border-style:dashed;	color:#AF974B; 	height: 1px; }
ul {	list-style:  circle outside url('images/list.gif') }
img{ border-style: none;}

/******************
	BODY STRUCTURE
******************/
#mainwrapper 
{
	width: 800px;
	margin: 0 auto;
	border: 1px solid black;
	color: Black;
	background-color: #FFFFFF; 
}

#topbanner
{
	margin: 0px; 
	padding-right: 40px; 
	height:88px;
	position: relative;
	background-color: #080A07; 
	background-image: url(images/learnnzbanner.jpg); 
	background-repeat:no-repeat; 
}

#contenttable 
{
	width: 100%;
}

#LHsidebar 
{
	height: 700px;  /* this is our required min height. */
	min-height: 700px;  /* For IE7 and others */
	width: 225px; /* 225 + 575 = 800 */
	margin: 0px;
	vertical-align: top;
	background-image: url(images/korusidebar.jpg); 
	background-repeat: repeat-y;
	border-right:2px solid #DFB500;
}

#maincontent 
{
	/* width: 575px;  225 + 575 = 800 */
	margin: 0px;
	vertical-align: top;
	padding: 40px;
	font-size: 0.75em;
}

.maincontent a, .maincontent a:visited
{
	color: #103B7F;
	font-weight: bold;
	text-decoration: underline;
}

.maincontent a:hover
{
	color: #BB2B4E;
	font-weight: bold;
	text-decoration: underline;
}


.footnote
{
	font-size:1.2em;
	font-style:italic;
	text-align:center;
}

/******************
	MENU ITEMS
******************/
.menuTableClass 
{
	position: relative;
	left: 23px; 
}

.menuTableClass td
{
	margin: 0px;
	border: 0px;
	padding : 0px;
}

.menuTableClass span
{
	position:relative;
	top: 18px;
	left : 33px;
	margin: 0px;
	border: 0px;
	padding : 0px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #404040;
}

.menuTableClass a:link, .menuTableClass a:visited, .menuTableClass a:hover
{
	color: #404040;
	text-decoration: none;
}


/******************
	All
******************/
.defaultContent
{
	text-align: justify;
}

/******************
	Why.aspx
******************/
.question
{
	 color: Blue;
}

/******************
	Order.aspx
******************/
.contactTable
{
	width: 450px;
	background-color: White;
	color: Black;
	padding: 0px;
}

.contactTable input, .contactTable textarea
{
	width: 95%;
}

.contactTable span
{
	font-size: 0.8em;
	color: Red;
}

.ProductList input
{
	border-style: none;
	width: auto;
}

.tablelable
{
	width: 110px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 8px;
}

.priceTable span
{
	font-size: 1.0em;
	color: Black;
}

.messageBlock
{
	height: 50px; 
	width: 450px;
	background-color: #F0F0F0;
	color: Black;
	margin: auto; 
	padding: 30px;
}

/******************
	Link.aspx
******************/
.linkheader{ background-color:#3B6EAD; color: White; padding: 3px 10px; font-size:1.2em; }
.linktable { width: 100%; margin: 20px 0px; table-layout: fixed; }
.linktable a:link, .linktable a:visited{ font-size : 0.8em; text-decoration: none; }
