/****************************************************************/
/*   Design:   Multiflex-3.9 / Layout-2                         */
/*   File:     Global layout structure                          */
/*--------------------------------------------------------------*/
/*   Design:   1234.info                                        */
/*   Date:     September 21, 2007                               */
/*--------------------------------------------------------------*/
/*   License:  Fully open source without restrictions.          */
/*             Please keep footer credits with the words        */
/*             "Design by 1234.info". Thank you!                */
/****************************************************************/

/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
*{padding:0; margin:0;}
 body {
	font-size:70%;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-image: url(../../img/bg3.jpg);
	background-position: center top;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {
	width:780px;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	border:solid 1px #000000;
	font-size:0.9em;
	background: #fff;
}
.main {
	clear:both;
	width:780px;
	padding-bottom:0px;
	background-repeat: repeat-y;
	background-position: left top;
}
.main-navigation {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:150px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: transparent;
	height: 100%;
}
.main-content {
	display:inline; /*Fix IE floating margin bug*/
	;
	float:left;
	width:600px;
	margin:5px 10px 0 10px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #FFFFFF;
}
.footer {
	clear:both;
	width:780px;
	padding:0;
	font-size:1em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	height: 26px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

/* --- For alternative headers START PASTE here --- */

/* HEADER */
.header {width:780px; font-family:Arial, Helvetica, sans-serif;}
.header-top {
	width:780px;
	height:80px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #FFFFFF;
}
.header-middle {
	width:780px;
	height:18px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background: #1B3369;
}
.footer-line {
	width:780px;
	height:2px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background: #1B3369;
}
.header-bottom {
	width:780px;
	height: 23px;
	background-color: #fff;
	background-image: url(../../img/header_bg_main.jpg);
}
.header-breadcrumbs {
	clear:both;
	width:600px;
	background-color: rgb(255,255,255);
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

/********************/
/*  HEADER SECTION  */
/********************/
.sitelogo {
	width:327px;
	height:55px;
	position:absolute;
	z-index:1;
	background-image: url(../../img/cslogo.gif);
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
}

.header-top .nav1 {
	width:400px;
	position:absolute;
	z-index:3;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 380px;
}
.header-top .nav1 ul {float:right; padding:0 15px 0 0; 	list-style:none; font-weight:bold;}	
.header-top .nav1 li {
	display:inline;
	background-image: url(../../img/utility_divider.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.header-top .nav1 li a {display:block; float:left; padding:2px 5px 2px 5px; color:rgb(125,125,125); text-decoration:none; font-size:130%;}
.header-top .nav1 a:hover {text-decoration:none; color:rgb(50,50,50);}

/*Drop-down menu*/
.header-middle .title {
	float:left;
	width:265px;
	border:none;
	color:#FFFFFF;
	height: 18px;
	font-size: 110%;
	font-weight: bold;
	margin-left: 15px;
	line-height: 18px;
}
.header-middle .nav2 {
	float:right;
	width:400px;
	border:none;
	color:rgb(75,75,75);
	height: 18px;
} /*Color navigation bar normal mode*/
.header-middle .nav2 ul {
	list-style-type:none;
	padding-right: 15px;
}
.header-middle .nav2 ul li {float:right; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; }
.header-middle .nav2 ul li a {
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/;
	height:18px;
	line-height:18px;
	padding:0 5px 0 5px;
	text-decoration:none;
	font-weight:bold;
	color: #FFFFFF;
	font-size: 110%;
}
.header-middle .nav2 ul li ul {display:none; border:none;}

/*Non-IE6 hovering*/
.header-middle .nav2 ul li:hover {} /*Sylvain IE hack*/
.header-middle .nav2 ul li:hover a {text-decoration:underline;} /*Color main cells hovering mode*/
.header-middle .nav2 ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:3.0em; margin-top:0.1em; left:0;}
.header-middle .nav2 ul li:hover ul li a {white-space:normal; display:block; width:10.0em; height:auto; line-height:1.3em; margin-left:-1px; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.header-middle .nav2 ul li:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/

/*IE6 hovering*/
.header-middle .nav2 table {position:absolute; top:0; left:0; border-collapse:collapse;}
.header-middle .nav2 ul li a:hover {text-decoration:underline;} /*Color main cells hovering mode*/
.header-middle .nav2 ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:3.1em; t\op:3.0em; left:0; marg\in-top:0.1em;}
.header-middle .nav2 ul li a:hover ul li a {white-space:normal; display:block; w\idth:10.0em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.header-middle .nav2 ul li a:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/

.header-top .searchform {
	float:right;
	width:285px;
	padding:0 17px 0px 0px !important /*Non-IE6*/;
	padding:0 12px 0px 0px /*IE6*/;
	margin-top: 45px;
}
.header-top .searchform form fieldset {float:right; border:none;}
.header-top .searchform label {font-size:130%;}
.header-top .searchform input.field {width:10.0em; padding:0.2em 0 0.2em 0; border:1px solid rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:120%; }
.header-top .searchform input.button {
	width:3em;
	padding:1px !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	border:solid 1px rgb(150,150,150);
	text-align:center;
	font-family:verdana, arial, sans-serif;
	color:#FFFFFF;
	font-size:120%;
	background-color: #1B3369;
}
.header-top .searchform input.button:hover {
	cursor:pointer;
	border:solid 1px rgb(80,80,80);
	color:#FFFFFF;
	background-color: #1B3369;
}


.main-content .header-breadcrumbs ul {float:left; width:560px; list-style:none; padding:0 0 0 0px; font-family:Arial, Helvetica, sans-serif;}
.main-content .header-breadcrumbs ul li {display:inline; padding:0 0 0 10px; background:transparent url(../../img/bg_bullet_arrow.gif) no-repeat 0 50%; font-weight:bold; color:rgb(125,125,125); font-size:100%;}
.main-content .header-breadcrumbs UL A {
	COLOR: #490304; TEXT-DECORATION: none
}
.main-content .header-breadcrumbs UL A:hover {
	COLOR: #cccccc; TEXT-DECORATION: underline
}


/* --- For alternative headers END PASTE here --- */

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */

/* MAIN CONTENT */
.column1-unit {width:600px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-left {
	float:left;
	width:296px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column2-unit-right {
	float:right;
	width:296px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column3-unit-left {float:left; width:186px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/}
.column3-unit-middle {float:left; width:186px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; margin-left:40px;}
.column3-unit-right {float:right; width:186px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

.column4-unit-first {
	float:left;
	width:141px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	border: 1px solid #6a7999;
}
.column4-unit-second {
	float:left;
	width:142px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	margin-left:8px;
	border: 1px solid #6a7999;
}
.column4-unit-third {
	float:left;
	width:143px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	margin-left:8px;
	border: 1px solid #6a7999;
}
.column4-unit-fourth {
	float:right;
	width:142px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	border: 1px solid #6a7999;
}

.column4-unit-first-catalog {
	float:left;
	width:141px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	height: 180px;
}
.column4-unit-second-catalog {
	float:left;
	width:142px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	margin-left:10px;
	height: 180px;
}
.column4-unit-third-catalog {
	float:left;
	width:143px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	margin-left:10px;
	height: 180px;
}
.column4-unit-fourth-catalog {
	float:right;
	width:142px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	height: 180px;
}

/********************/
/*  FOOTER SECTION  */
/********************/

.footer .copyright {
	color: #1B3369;
	background: transparent;
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 29;
	margin-left: 10px;
}

.footer .credits {
	color: #333333;
	background: transparent;
	float: right;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 29px;
}

.footer .credits a {text-decoration:none; color:#1B3369; font-weight:normal}
.footer .credits a:hover {text-decoration:none; color:#1B3369; font-weight:normal}
.footer .credits a:visited {color:#1B3369; font-weight:normal}


/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-bottom:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.footer:after, p:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear-contentunit {clear:both; width:600px; height:5px; border:none; background:#FFFFFF; color:#FFFFFF;}

/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {.header-top {width:780px; height:80px; background:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {.header-breadcrumbs {width:780px; background:transparent;}}
@media print {.nav2 {float:left; width:780px; border:none; background:rgb(240,240,240); color:rgb(75,75,75); font-size:1.0em; font-size:130%;}} /*Color navigation bar normal mode*/
@media print {.main {clear:both; width:780px; padding-bottom:30px; background:transparent;}}
@media print {.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:199px; border-right:solid 1px rgb(200,200,200); border-bottom:solid 1px rgb(200,200,200); background-color:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE*/;}}
@media print {.footer {clear:both; width:780px; height:3.7em; padding:1.1em 0 0; background:rgb(240,240,240); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
