/* @charset "utf-8"; */
/* CSS Document */

body {
	margin: 0px;
	background-color: #7d8ba5;
	text-align: center;
}

/* hide from ie on mac \*/
/*html {
	height: 100%;
	overflow: hidden;
}*/
/* end hide */

h1 
{
    font-size:16px;
    margin:0;
    padding:0 0 10px 0;
}

#pageContainer {
	margin: 0 auto;
	text-align: left;
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

#pageTop {
	height: 104px;
	margin-top: 20px;
	padding-top: 10px;
}

	#pageTopLogo {
		text-align: center;
	}
	
	#pageTopNavigation {
		height: 25px;
		padding-top: 15px;
		width: 550px;
		text-align:center;
		float: left;
		margin-left: 75px;
	}
	
	#pageTopNavigationLoggedIn 
	{
		height: 25px;
		padding-top: 15px;
		width: 550px;
		text-align:center;
		float: left;
		margin-left: 75px;	    
	}

	#pageTopProductSearch {
		height: 25px;
		padding-top: 65px;
		width: 185px;
		float: right;
		margin-right: 20px;
	}
	
	#pageTopCediaLogo 
	{
	    float:left;
	    width:110px;
	    height:82px;
	    margin-left:25px;
	    vertical-align:bottom;
	}
	
#pageTop .Login 
{
    width: 180px;
    background-color: #97986b;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 10px;
    height: 20px;
    color: #FFF;
}

#pageTop .Login a 
{
    color: #FFF;
}


#pageContent {
	width: 980px;
	margin-top: 5px;
	height:auto;
	overflow:auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#pageContent #pageContentLeft {
	width: 140px;
	float: left;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
}

#pageContent #pageContentMiddle {
	width: 640px;
	float: left;
	height: auto;
}

#pageContent #pageContentRight {
	width: 140px;
	float: right;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
}

#pageFooter {
	height: 54px;
	width: 980px;
	text-align: left;
	margin-top: 5px;
}

	#pageFooter #pageFooterContent {
		width: 500px;
		height: 40px;
		text-align: center;
		margin-top: 5px;
		margin-left: 240px;
		float: left;
	}
	
	#pageFooter #pageFooterCardIcons {
		width: 200px;
		height: 26px;
		text-align: right;
		margin-top: 15px;
		margin-right: 20px;
		float: right;
	}
	
	#pageFooter #pageFooterSiteBy {
		width: 150px;
		height: 26px;
		text-align: right;
		margin-top: 0px;
		margin-right: 25px;
		float: right;
	}

#pageFooterNG {
	height: 25px;
	width: 960px;
	text-align: right;
	margin-top: 5px;
}



/* Styles for rounded corners and borders */
	.t {background: url(images/dot.gif) 0 0 repeat-x; background-color: #FFF}
	.b {background: url(images/dot.gif) 0 100% repeat-x}
	.l {background: url(images/dot.gif) 0 0 repeat-y}
	.r {background: url(images/dot.gif) 100% 0 repeat-y}
	.bl {background: url(images/bl.gif) 0 100% no-repeat}
	.br {background: url(images/br.gif) 100% 100% no-repeat}
	.tl {background: url(images/tl.gif) 0 0 no-repeat}
	.tr {background: url(images/tr.gif) 100% 0 no-repeat}
	.clear {font-size: 1px; height: 1px}

/* Styles for rounded corners and borders */
	.t_black {background: url(images/dot_black.gif) 0 0 repeat-x; background-color: #FFF}
	.b_black {background: url(images/dot_black.gif) 0 100% repeat-x}
	.l_black {background: url(images/dot_black.gif) 0 0 repeat-y}
	.r_black {background: url(images/dot_black.gif) 100% 0 repeat-y}
	.bl_black {background: url(images/bl_black.gif) 0 100% no-repeat}
	.br_black {background: url(images/br_black.gif) 100% 100% no-repeat}
	.tl_black {background: url(images/tl_black.gif) 0 0 no-repeat}
	.tr_black {background: url(images/tr_black.gif) 100% 0 no-repeat}
	.clear {font-size: 1px; height: 1px}


ul.leftMenu ul {
	padding: 0;
	margin: 0;
	list-style-position: outside;
}

ul.leftMenu li {
	list-style-type: none;
	padding-left: 0px;
	margin-left: -45px;
	text-indent: 0px;
	line-height: 25px;
/*	list-style-image:url(images/arrow_2.gif);*/
}

ul.leftMenu li a {
	display: block;
	padding-left: 5px;
	margin: 0px;
/*	background-color: #1B3956; */
}

ul.leftMenu li a:hover {
	text-decoration: none;
	background-image:url(images/bg_left_menu.gif);
/*	background-color: #064A82; */
}




#breadcrumbs 
{
    height: 30px;
}

#pageTitle {
	font-family: "Trebuchet MS";
	font-size: 26px;
	color: #909eac;
}


a {
	text-decoration: none;
	color: #707e98;
}

a:hover {
	text-decoration: none;
	color: #c02f29;
}



.rollover a img {
    width: 133px;
    height: 133px;
    border: solid 1px #FFF;
}

.rollover a:Hover img {
    width: 131px;
    height: 131px;
    border: solid 1px #FFF;
    margin:1px 1px 1px 1px;
}

.rollover_small a img {
    width: 120px;
    height: 120px;
    border: solid 1px #FFF;
}

.rollover_small a:Hover img {
    width: 118px;
    height: 118px;
    border: solid 1px #FFF;
    margin:1px 1px 1px 1px;
}


.width_300px {
	width: 300px;
}

.width_330px {
	width: 330px;
}

.width_100px {
	width: 100px;
}

.width_215px {
	width: 215px;
}

.width_430px {
	width: 430px;
}

.width_780px {
	width: 780px;
}

.height_150px {
	height: 200px;
}

.photo_100px {
	width: 100px;
	height: 100px;
	margin: 5px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.fontsize_11px {
	font-size: 11px;
}

.fontsize_12px {
	font-size: 12px;
}

.fontsize_13px {
	font-size: 13px;
}

.font_bold 
{
    font-weight: bold;
}

.font_red
{
    color: Red;
}

.font_green
{
    color: Green;
}

.vspace_2px 
{
    padding-top: 3px;
    padding-bottom: 1px;
}

.fontsize_140
{
    font-size: 140%;
}

.fontsize_130
{
    font-size: 130%;
}

.fontsize_120
{
    font-size: 120%;
}

