/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, th, td {
margin: 0;
padding: 0;
}

/* links */
a:link {color: #00135A}
a:visited {color: #00135A}
a:hover {color: #6C7882}
a:active {color: #6C7882}

#site_info a:link {color: #00135A}
#site_info a:visited {color: #00135A}
#site_info a:hover {color: #00135A}
#site_info a:active {color: #00135A}

body {
text-align: left;
font-family: Arial, sans-serif;
font-size: 12px;
color: #000000;
background: #CED8D8;
}

a {
font-weight: bold;
}

#wrapper {
position: relative;
width: 760px;
margin: 7px auto;
padding: 0;
background: transparent url(images/contentbg.jpg) repeat-y 0 0;
}
#branding {
position: relative;
z-index: 10;
height: 201px;
background: transparent url(images/banner.jpg) no-repeat 0 0;
}
#branding blockquote{
position: absolute;
z-index: 15;
top: 61px;
right: 5px;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
}
h1 {
position: absolute;
top: 86px;
left: 7px;
height: 94px;
width: 187px;
z-index: 15;
background: transparent url(images/logo.gif) no-repeat;
text-indent: -9999px;
}
h2 {
font-size: 20px;
font-weight: 600;
color: #00135A;
border-bottom: 1px solid #00135A;
}
h3 {
font-size: 15px;
font-weight: 600;
color: #00135A;
}
.emphasis {
font-size: 14px;
font-weight: 600;
}
.indent {
margin-left: 20px;
}
#content {
margin: 0;
padding: 0;
position: relative;
width: 760px;
border-bottom: 2px solid #00135A;
}
/* content with navigation */
#right_content {
margin: 0 0 0 135px;
padding: 0 20px;
}

#carts {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 213px;
	top: 83px;
	width: 530px;
	z-index: 20;
	text-align: center;
}

#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 12px;
	top: 0px;
	width: 115px;
	font-size: 12px;
	font-weight: 700;
	font-family: Times, serif;

}
#nav ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#nav li {
margin: 0 0 7px 0;
padding: 0;
}
#nav li a:link, #nav li a:visited {
color: #00135A;
text-decoration: none;
}
#nav li a:hover {
color: #FFFFFF;
text-decoration: underline;
}


/* footer */
#site_info {
text-align: center;
font-size: 11px;
color: #00135A;
margin: 0;
padding: 3px 0 3px 135px;
border-top: 2px solid #00135A;
}

#site_info a {
font-weight: 500;
}

table {
border-collapse:collapse;
padding: 0;
margin: 0;
border: 1px solid #FFFFFF;
}
th, td {
padding: 3px;
border: 1px solid #FFFFFF;
}
.noborder {
border: 1px solid #FFFFFF;
}
.notoppad {
margin-top: 0;
padding-top: 0;
}

