/** BASIC */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: silver;
}

* { 
    margin: 0; 
    padding: 0; 
    border: 0; 
} 


/** WRAPPER */

#wrapper {
	width: 779px;
	margin: 0px auto;
	padding: 0px 50px 0px 51px;
}

#wrapper {
	background: url(images/wrapper_bg.gif) repeat-y left top; */
}


/** HEADER */

#header { height: 76px; padding-top:10px;}
#header { background: url(images/header_bg.gif) repeat-x left top;}
#header-menu { float: right; width: 356px; padding: 56px 0px 0px 0px; }
#header-menu p { float: right; padding: 0px 0px 0px 22px; line-height: normal; color: #4C4C4C; }
#header-menu strong {color: #FF9900;}
#header-menu a {
	float: left;
	/* width: 76px;
	height: 18px; */
	margin-left: 4px;
	padding: 5px;
	/* background: #000000 url(images/homepage04.gif) no-repeat left top; */
	background: #003D7E;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#header-menu a:hover { color:#FF9900;}

#logo {
	float: left;
	width: 360px;
	height: 76px;
	background: url(images/aes_logo.gif) no-repeat left bottom;
}

#logo h1 {
	height: auto;
	margin: 0px;
	padding: 0px;
	background: none;
	text-indent: -9999px;
}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX FORMS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

form { margin: 0px;	padding: 0px; }

 /* Form controls */
#mainform {	float:left;	}
#mainform form { margin: 5px; padding: 0 0 0 20px; width: 430px;}
#mainform label { float: left; text-align: left; margin-right: 0.5em; display: block; }
#mainform input { color: #000; background: #F2F2F2; padding: 2px; border: 1px inset #666666;  } 
#mainform select, #mainform textarea { color: #000; background: #F2F2F2; border: 1px inset #333333; } 
#mainform checkbox { color: #000; background: #F2F2F2; border: none; } 
#mainform fieldset { border: 1px #002873 solid; }
#mainform legend { color: #003D7E; background: #F2F2F2; font-weight: bold; font-size: 1.2em; border: 1px solid #009A54; padding: 2px 6px; margin: 0 0 0 20px;} 
#mainform p { margin: 10px 0 0 10px; }
#mainform .submit  { 
	background: #003D7E; 
	color: #FFFFFF; 
	font-weight: bold; 
	padding: 5px; 
	margin-bottom: 10px; 
	cursor:hand;
	border: 0;
	 } 
#mainform .noborder { background: #FFFFFF; border: none; } 
/* Form Control End */

/************************************ OTHER FONTS ************************************/

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #434343;
}

h1, h2 {
	height: 22px;
	padding: 15px 0px 0px 12px;
	background: url(images/h1-h2_heading_bg.gif) repeat-x left top;
	text-transform: uppercase;
	font-size: 12px;
	color: #003D7E;
}

h1 span, h2 span {
	color: #434343;
}

h2.text1, h3 {
	height: auto;
	padding: 0px;
	background: none;
	text-transform: none;
	font-size: 11px;
	color: #6E6E6E;
}

#content h1 { margin-bottom: 1em; font-size: 1.3em; font-family: Arial, Helvetica, sans-serif; }

#content h2 {
	background: none;
	text-transform: none;
	padding: 5px 0px 0px 12px;
	margin: 0;
	font-size: 1.2em;
	}

#content h3 { 
	background: none;
	text-transform: none;
	padding: 0 0 5px 12px;
	margin: 0; 
	font-size: 1.1em; 
	color: #333;
	text-decoration:underline;
	}
	
#content h4 { 
	background: none;
	text-transform: none;
	padding: 0 0 5px 12px;
	margin: 0; 
	font-size: 1.1em; 
	color: #6E6E6E;
	}	

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	padding: 0px 0px 0px 12px;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding: 5px 0px;
	background: url(images/homepage10.gif) repeat-x left bottom;
}

.list1 a {
	display: block;
	padding-left: 25px;
	background: url(images/homepage11.gif) no-repeat 2px 50%;
	text-decoration: none;
	color: #333;
}

.list1 a:hover {
	text-decoration: underline;
	background: url(images/homepage11_ov.gif) no-repeat 2px 50%;
}

.list1 .first {
	background: none;
}

.list1 .last {
	background: url(images/homepage10.gif) repeat-x left bottom;;
}

p.backtotop {
text-align: right;
font-size: 80%;
}

dl {
	margin: 10px 20px;
	padding: 0;
	}
	
dt { 
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 100%;
	}

dd {
	margin: 5px 10px;
	padding: 0;
	}

/** LINKS */

a {
	color: #007BFF;
}

a:hover {
	text-decoration: none;
	color:#FF9900;
}

/** STYLES */

.style1 { padding-top: 10px;
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.leftPic {
	float: left;
	margin: 3px 15px 0px 0px;
	border: 1px solid #e0e0e0;
}

.rightPic {
	float: right;
	margin: 3px 0px 0px 15px;
	border: 1px solid #e0e0e0;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.padded {
	padding: 20px;
}

.separator {
clear: left;
height: 5px;
}

.separatorline {
clear: left;
margin: 0 auto;
margin-bottom: 8px;
height: 10px;
width: 80%;
color: #666;
background: transparent url(images/dottedrule.gif) bottom left repeat-x;
}

.small { font-size: 95%; }

.zerotopmargin {
	margin-top: 0;
	}


/** MENU */

#menu {
	height: 26px;
	width: 100%;
	padding-top: 10px;
	text-align: center;
}

#menu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li { display: inline; margin: 0; padding: 0; width: 100%;
	
}

#menu {
	background: url(images/homepage05.gif) repeat-x left top;
}

#menu a {
	text-decoration: none;
	font-weight: normal;
	font-size: 95%;
	color: #4C4C4C;
	border-right: 1px #999999 solid;
	position: relative;
	padding: 8px 15px 7px 15px;
	margin-left: 0;
}

#menu .active, #menu .active a {
	background: url(images/main_menu_bg.gif) repeat-x left top;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/main_menu_bg_ov.gif) repeat-x left top;
	color: #FFFFFF;
}

#menu .menulast { border-right: none; padding: 8px 16px 7px 16px; }

/** CONTENT */

#content { margin-top: 0px; }

#content-wide h1, #content-wide h2 {
	padding-left: 20px;
}

#content-wide h2.text1 {
	padding: 0px;
}

#content ul { padding-left: 50px; list-style:square; }
#content li { padding-bottom: 0.5em; } 
#content li ul { list-style:circle;  } 
#content li ul li { padding-top: 7px; padding-bottom: 0px; } 

#content ol { padding-left: 50px; padding-bottom: 0; margin-bottom: 0;}
#content li ol li { padding-top: 7px; padding-bottom: 0px; } 

/** SIDEBAR */

#sidebar {
	border-right: 1px solid #E8E8E8;
}

#sidebar h2 {
	color: #032875;
}

#colWrapper { width: 95%; margin: 0 auto; }
ul#columns { display: inline; margin: 0; padding: 0px; list-style: none;}
ul#columns li { 
	display: inline; 
	float:left; width: 28%; 
	margin: 0 0 0 15px;
	padding: 5px; 
	background-color: #EEEEEE;
	height: 17.5em;
	}

/** PRODUCT */

.product {
	background: url(images/homepage18.gif) repeat-x left bottom;
}

.product .image {
	margin: 0;
	width: 170px;
	border: 1px solid #E0E0E0;
}

.product .name {
	height: auto;
	margin: 0px;
	padding: 0px;
	background: none;
	text-transform: none;
	font-size: 12px;
}

.product .name a {
	text-decoration: none;
	color: #EC0A0A;
}

.product .name a:hover {
	text-decoration: underline;
}

.product .desc {
	margin: 0px;
	width: 170px;
	height: 7.5em;
	line-height: normal;
	font-size: 10px;
	color: #333;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.product .links a {
	float: left;
	width: 49px;
	height: 18px;
	padding: 4px 0px 0px 27px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	color: #1685B8;
}

.product .links .cart {
	background: url(images/homepage19.gif) no-repeat left top;
}

.product .links .info {
	background: url(images/homepage20.gif) no-repeat left top;
}


/** PRODUCTS */

#products {	padding-left: 6px; }

/** BOOK LISTINGS*/

#booklist ul { list-style: none; margin: 0; padding: 0; }

#booklist li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#booklist img { 
	padding-bottom: 7px;
	border: none;
	}

/** THUMBNAIL VIEW */

.thumbnails ul { list-style: none; }

.thumbnails {
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

.thumbnails li {
	float: left;
	width: 185px;
	margin: 0px 0px 15px 3px;
	padding-bottom: 14px;
	list-style: none;
}

.thumbnails .name {
	padding-top: 5px;
	text-align: center;
}

.thumbnails .desc {
	text-align:left;
	font-size: 11px;
}

.thumbnails .links {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.thumbnails .links a {
	margin-left: 5px;
}


#content h2.name {
	font-size: 110%;
	padding: 0 0 5px 0;
	text-align: left;
}

.nameColor2 { color: #FFCC00; }
.nameColor3 { color: #009552; }

/** BANNERS */

#banner1 {
}

#banner2 { 
    background: url(images/homepage09.jpg) top center no-repeat;
	width: 199px;
	height: 265px;
	clear:all;
	}
	
/** SIDEBAR */

#sidebar {
	float: left;
	width: 199px;
}

/** CONTENT */

#content {
	float: right;
	width: 579px;
}

#content-wide {
	float: none;
	width: auto;
}

/** FOOTER */

#footer {
	width: 880px;
	height: 125px;
	margin: 0px auto;
}


#footer {
	background: url(images/subpage3_02.gif) no-repeat left top;
}

#footer p {
	margin: 0px;
	text-align: center;
	line-height: normal;
	color: #333;
}

#footer a {
	color: #333;
}

#footer .links {
	padding-top: 15px;
}

#footer .links a {
	padding: 0px 10px;
}

#footer .legal {
	padding-top: 40px;
}

table {
		background-color:#eeeeee;
		font-family : Arial, Helvetica, sans-serif;
		color:#333;
		font-size:12px;
		border: solid 1px #666666;
		margin:2px;
		padding: 2px;
	}

th { font-size: 115%; text-align:left; padding: 5px; background-color:#000000; color:#FFFFFF; }
	
td {
		text-align: left; padding: 5px;
	}
.row2 {background-color:#CCCCCC; }

#hform_ccode.input { margin-top: 5px; }
/* 
.table {
	border-style: solid;
	border-color: #006600;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
}
.tableHead {
	background-color: ##EAEAEA;
	padding: 5px;
}

.tableHead p {
	color: #333333;
	font-weight: Bold;
	
}
.tableContent {
	background-color: #FFFFCC;
	padding: 5px;
}
*/
