/* IMPORT BLUEPRINT FRAMEWORK */
@import 'blueprint/screen.css';
@import 'sds/product_styles.css';
/* CHANGE BLUEPRINT'S DEFAULT BACKGROUND COLOR & WIDTH */
.container {
    background-image : url(/images/page_repeater.png);
    background-repeat : repeat-y;
    background-color : #fff;
	width : 960px;
	/*border : 1px solid #999; */
}


/* ELEMENTS */

body {
    background-image : url(/images/body_bg.png);
    background-repeat : repeat-x;
    background-color : #fff;
	margin : 20px 0 0 0;
	text-align : left;
	font-family : "Century Gothic", Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

h1, h2, h4, h5, h6 {
	margin : 0 0 1em 0;
	font-weight : normal;
	font-family : verdana, arial, helvetica, sans-serif;
	font-weight : bold;
	color : #485F84;
}
h4{
	color : #000080;
}
h1 { font-size : 2.25em; }
h2 { font-size : 2em; }
h3 { font-size : 1.75em; }
h4 { font-size : 1.5em; }
h5 { font-size : 1.25em; }
h6 { font-size : 1em; font-weight : bold; }

/* CLASSES */

.small {
	line-height : 1.2em;
}

img.topleft {
	vertical-align : top;
	margin : 0 1em 1em 0;
}
img.topright {
	vertical-align : top;
	float : right;
	margin : 0 0 1em 1em;
}
img.left {
	vertical-align : top;
	margin : 1em 1em 1em 0;
}
img.right {
	vertical-align : top;
	float : right;
	margin : 1em 0 1em 1em;
}
#weather{
	margin-left : 14px;
	margin-top : 10px;
	width: 120px; 
	height: 65px; 
	background-image: url(/images/weather_bg_new.png); 
	background-repeat: no-repeat; 
	background-color: #122062;
}
/* NAMED DIVS AND THEIR DESCENDANTS DIVS*/

#header {
    background-image : url(/images/header2.png);
	background-repeat : no-repeat; 
	height : 138px;
	width : 958px; 
}
#table.tstyle1,tr,td{
	border : 0px;
	border-color : #000;
	line-height : 15px;
}

#main {
    background-image : url(/images/right_content_repeater.png);
    background-position : 100% 0%;
    background-repeat : repeat-y;
	min-height : 250px;
	width : 960px;
}
#main_repeater_2{
    background-image : url(/images/right_top_image.png);
    background-repeat : no-repeat;
    background-position : 100% 0;
    width : 960px;
}
#left {
    background-image : url(/images/left_bottom_repeater.png);
    background-repeat : repeat-y;
	min-height : 250px;
}
#leftContent {
    background-image : url(/images/left_top.png);
    background-repeat : no-repeat;
    min-height : 210px;
    margin-left : 0px;
}
#addressArea {
	padding : 50px 25px 0 25px;
	height : 70px;
	font-family : verdan, arial, helvetica, sans-serif;
}
#menuArea {
	width : 150px;
	margin-left : 5px;
	background-image : url(/images/menu_repeater.png);
	background-repeat : repeat-y;
	height : 100%;
}
#menuArea_bottom{
    background-image : url(/images/menu_bottom_2.png);
    background-repeat : no-repeat;
    width : 150px;
    height : 23px;
}
#menuTop{
    background-image : url(/images/menu_top.png);
    background-repeat : no-repeat;
    height : 5px;
    width : 150px;
    margin-left : 5px;
}
#menu1 {
	font-weight : bold;
	font-family : verdana, arial, helvetica, sans-serif;
	line-height : 1.2em;
	padding-left : 0px;
	margin-bottom : 10px;
	width : 150px;
}
#menu1 span.menu {
	display : block;
	color : #000;
	padding : 4px 6px;
	cursor : pointer;
}
#menu1 span.menu a {
	display : block;
	color : #000;
	text-decoration : none;
}
#menu1 span.menu:hover {
	color : #000080;
	cursor : pointer;
}
#menu1 span.menu a:hover {
	color : #000080;
}
#menu1 span.menu a:visited {
	
}
#menu1 span.menu a:active {
	
}
#menu1 span.submenu {
	display : block;
	color : #000;
	padding-left : 10px;
	padding-bottom : 5px;
	font-weight : normal;
}
#menu1 span.submenu{
	
}
#menu1 span.submenu a {
	display : block;
	color : #000;
	text-decoration : none;
	padding-right : 10px;
	
}
#menu1 span.submenu:hover {
	cursor : pointer;
	color : #000080;
	font-weight : bold;
}
#menu1 span.submenu a:hover {
    color : #000080;
	font-weight : bold;
}
#menu1 span.submenu a:visited {
	
}
#menu1 span.submenu a:active {
	
}
#menu1 span.menu_level_three a{
	text-decoration : none;
	display : block;
	color : #000;
	padding-left : 30px;
	padding-bottom : 5px;
	font-weight : normal;
}
#menu1 span.menu_level_three a:hover{
	font-weight : bold;
	color : #000080;
}
#right {
	
}
#rightContent {
    width : 730px;
	padding : 0px 0px 0 0;
}
#right_footer{
    width : 967px;
    height : 34px;
    background-repeat : no-repeat;
    background-image : url(/images/right_content_bottom.png);
}
#footer {
	background-image : url(/images/footer_repeater.png);
	background-repeat : repeat-y;
	height : 50px;
	width : 960px;
	color : #fff;
}
#footer a{
	color : #fff;
	text-decoration : none;
	font-weight : bold;
}
#footerContent {
	margin : 10px;
	font-size : .9em;
	text-align : center;
}
#footer_bottom{
    background-image : url(/images/footer.png);
	background-repeat : no-repeat;
	height : 11px;
	width : 960px;
}
#footerMenu {
	margin-bottom : 5px;
	font-family : verdana, arial, helvetica, sans-serif;
}
#footerMenu span {
	font-weight : bold;
}
