@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Tahoma, Geneva, sans-serif;
	background-image:url(../design_images/header_bg.jpg);
	background-repeat:repeat-x;
	background-color:#4B8BA6;
}
/***********************************************************************************/
/* Container control for center the page and the background*/
/***********************************************************************************/

#header {
	width:975px;
	margin-left:auto;
	margin-right:auto;
	height:26px;
	background-image:url(../design_images/header_logo.jpg);
	background-repeat:no-repeat;
	padding-top:118px;
}
#nav {
	text-align:center;
	font-size:16px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
}
#nav ul {
	list-style-type:none;
}
#nav li {
	display:inline;
	padding:0px 23px 0px 13px;
	background-image:url(../design_images/nav_bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#nav li a:link, #nav li a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

#nav li a:hover {
	text-decoration:none;
	color:#C3DEEF;
}

/***********************************************************************************/
/* This section handle the way the content is rendered*/
/***********************************************************************************/
#content_wrapper {
	background-color:#C3DEEF;
}

#content {
	width:975px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	border-left:1px solid #036;
	border-right:1px solid #036;
	padding:1em;
}
#content ul, #content ol {
	margin-left:3em;
	margin-top:.75em;
	margin-bottom:.75em;
	line-height: 1.25em;
}
#content li {
	font-size:80%;
}
#content p {
	font-size:80%;
	margin:1em;
	line-height:1.50em;
}
#content blockquote p {
	margin:1em 3em;
}
#content li li {
	font-size:100%;
}
#content a:visited {
	text-decoration:underline;
	color:#650031;
}
#content a:link {
	text-decoration:underline;
	color:#396BA5;
}
#content a:hover {
	color: #999999;
}

#content h2 {
	color:#054764;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#content h3 {
	color:#054764;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#content h3.news {
	margin-top:1em;
	color:#054764;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom:1px solid #054764;
}

/***********************************************************************************/
/* This section  takes care of rendering the footer and the links within the footer */
/***********************************************************************************/
#footer {
	background-image:url(../design_images/footer_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#footer p {
	padding:.6em;
	text-align:center;
	font-size:70%;
	color:#FFFFFF;
}

#footer a:link {
	text-decoration:underline;
	color:#FFF;
}

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

#footer a:visited {
	text-decoration:underline;
	color:#77BEAE;
}

/***********************************************************************************/
/* This section  takes care of rendering the footer and the links within the footer */
/***********************************************************************************/

#shoppingCart{
	background-color:#c3deef;
	border: 1px dotted #333;
	margin-top:15px;
	margin-bottom:15px;;
	height: 25px;
	padding: 5px;
	width:975px;
}

#shoppingCart p {
	font-size:70%;
	padding:3px 6px;
	color:#000;
	font-weight:normal;
}

#cartHead
{
	font-size:80%;
	background-color:#BEA88C;
	border-bottom: solid 1px #846A4A;
	margin: 0px;
	padding: 2px;
	font-weight:bold;
}

#cartDetail{
	padding: 5px;
}

#shoppingCart a:visited, #shoppingCart a:link {
	text-decoration:underline;
	color:#11526E;
}
#shoppingCart a:hover {
	color: #77beae;
	padding-left:0;
}

select, input{
	font-size:85%;
	height:20px;
}
