/* General
==================================== */

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	border: none;
}

/* Typography
==================================== */

body {
	font: 62.5%/1.5 "Myriad Web","Myriad Pro","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	color: #434343;
}

/* Headings */

h1 {
	font-size: 3.0em;
	letter-spacing: 0;
	line-height: 1.0;
	color: #394AA5;
	margin-bottom: 0.8em;
}

h2, legend {
	font-size: 2.3em;
	line-height: 1.0;
	color: #394AA5;
}

h3, dt {
	font-size: 2em;
	color: #394AA5;
}

h4 {
	font-size: 1.2em;
	color: #394AA5;
}

/* Links */

a:link, a:visited {
	color: #369;
}

a {
	outline: none;
}

#header a:link,
#header a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited {
	color: #394AA5;
}

a:hover, a:active, a:focus {
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

#header a:hover,
#header a:active,
#header a:focus,
h2 a:hover,
h2 a:active,
h2 a:focus,
h3 a:hover,
h3 a:active,
h3 a:focus  {
	color: #fff;
	background-color: #394AA5;
}

code {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 0.9em;
}

/* General font-sizes */

#header p, #content p, #content ul, #content ol, #footer, #maincontent table {
	font-size: 1.6em;
}

p, ul, ol {
	margin-bottom: 1.2em;
}

#content  li {
	margin:0;
}
#content  li {
	margin:0;
}

p#breadcrumbs {
	font-size: 1.2em;
	color: #666;
	padding: 0;
	margin-top: -32px;
}

/* Company name */

span.company, span.company span {
	font-weight: bold;
}


/* Header Area */


#header {
	color: #666;
}

#header #phone {
	font-size: 1.8em;
}

#header .tel {
	color: #394AA5;
}

#header #logo a {
	background: transparent;
}


#header blockquote p, #header .promo {
	font-style: italic;
	word-spacing: 0.2em;
	font-size: 1.6em;
}


#header .credit {
	text-align: right;
	font-size: 1.4em;
}

/* Intro */


#maincontent .intro {
	font-size: 1.3em;
	margin-bottom: 2em;
	background: #fff5be url(/images/intro-br.gif) no-repeat bottom right;
}

#maincontent .intro p {
	margin: 0;
	padding: 30px;
	background: url(/images/intro-bl.gif) no-repeat bottom left;
}

/* Main Content  */

#maincontent p, #maincontent h1, #maincontent h2, #maincontent h3, #maincontent legend, #maincontent table {
	padding-left: 30px;
	padding-left: 30px;
}

#maincontent table {
	margin-bottom: 2em;
}

#maincontent ul, #maincontent ol {
	padding-left: 44px;
}

/*#maincontent li {
	margin-bottom: 1.2em;
}*/

#maincontent .courses {
	padding-left: 30px;
	list-style-type: none;
}

#maincontent .courses li {
	margin-bottom: 0.2em;
	padding-left: 10px;
	background: url(/images/arrow.gif) no-repeat 0 0.5em  
}

/* Navigation */

#navigation ul {
	list-style: none;
	font-size: 1.3em;
	text-transform: uppercase;
	background-color: #f2f6e4;
	margin-bottom: 2em;
}

#navigation li {
	display: inline; /* Fix IE Bug */
	background: url(/images/navborder.gif) repeat-x top left;
}

#navigation a, #navigation span {
	text-decoration: none;
	display: block;
	color: #394AA5;
	padding: 6px 8px 6px 20px;
	background: url(/images/navborder.gif) repeat-x top left;
}

#navigation .first, #navigation .first span, #navigation .first a {
	background: none;
}

#navigation span, #navigation a:hover, #navigation a:active, #navigation a:focus {
	padding-left: 15px;
	border-left: 5px solid #394AA5;
	color: #666;
}

#navigation .here {
	padding-left: 15px;
	border-left: 5px solid #394AA5;
}


/* News */

#sidebar h3 {
	font-size: 1.8em;
	margin-bottom: 0.5em;
}

#news {
	list-style: none;
	font-size: 1.4em;
	margin-bottom: 2em;
}

#news li {
	padding-left: 10px;
	margin-bottom: 0.2em;
	background: url(/images/arrow.gif) no-repeat 0 0.4em;
}

#sidebar .feature a {
	background: transparent;
}

/* Courses */

#features {
	border: 1px solid #ccc;
	background-color: #eee;
}

#features h2 {
	font-size: 1.6em;
}

#features ol {
	list-style-type: none;
}

#features li {
	background: url(/images/12-em-check.png) 0 4px no-repeat;
}

.book {
	text-indent: -1000em;
	display: block;
	width: 146px;
	height: 50px;
	background: url(/images/book.gif) left top no-repeat;
}



/* Footer */

#footer {
	font-size: 1.4em;
}

#footer .download a {
	text-decoration: none;
}

#footer li {
	list-style: none;
}

.side {
font-size:9px;
}


input.paypalamount {
width:auto; 
height:auto;
	font-size: 1em;
	color: #434343;
	width: 4em;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.2em;
}
input.paypalbutton {
width:62px; 
height:31px;
border:none;
}