/******************************************************************************/
/*       <link href="css/styles.css" type="text/css" rel="stylesheet" />      */
/******************************************************************************/
/*                     styles for unicordcorp.com         2007                */
/******************************************************************************/ 
@import url("reset.css");


HTML, BODY, #basic{
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
}


#basis{
	margin: auto;
	width: 1000px;	/* width of basis */
	display: table;
	margin-bottom: -90px;
}

#main{
	min-height: 100%;
}

#header{
	height: 100px;	/* height of header */
}
#left{
	float: left;
	width: 200px;	/* width of left column */
}
#center{
	float: left;
	width: 200px;	/* width of center column */
}
#right{
	float: right;
	width: 330px;	/* width of right column */
}

#footer{
	width: 970px;	/* width of basis */
	margin: auto;
	height: 90px;	/* height of footer */
}


/*needed to make room for footer*/
#clearfooter{
	clear: both;
	height: 90px;	/* height of footer */
}
* > HTML #clearfooter {
	float: left;
	width: 100%;
}/* ie mac styles */


B,STRONG{
	font-weight:bold;
}

TD{
	vertical-align:top;
}

I,EM{
	font-style:italic;
}



/*** standard classes ***********************************************************************************************/
.separator1{
	height: 1px;
	font-size: 1px;
	display: block;
}
.separator2{
	height: 2px;
	font-size: 1px;
	display: block;
}
.separator3{
	height: 3px;
	font-size: 1px;
	display: block;
}
.separator5{
	height: 5px;
	font-size: 1px;
	display: block;
}
.separator10{
	height: 10px;
	font-size: 1px;
	display: block;
}
.separator20{
	height: 20px;
	font-size: 1px;
	display: block;
}
.separator50{
	height: 50px;
	font-size: 1px;
	display: block;
}

.clear{
	clear:both;
	display: block;
}






/*** follow sections can edit *****************************************************************************/
BODY
{
	background-color: #d2d2d9;
	behavior: url("js/csshover.htc");

}
#basis
{
	background-image: url(../images/basis-bg.gif);
	background-repeat: repeat-y;
}
#main
{
	width: 970px;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
	height: 100%;
	display: table;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 220px;
}





/*** header **************************************************************/
#header
{
	background-color: #121f80;
	height: 180px;
	background-image: url(../images/header-bg.gif);
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	position: relative;
}
A#logo
{
	position: absolute;
	top: 10px;
	left: 40px;
}
#slogan
{
	position: absolute;
	right: 0px;
	height:180px;
	width:750px;
	overflow:hidden;
}

#slogan #slides
{
}



/*** menu *********************************************************************/
#menu
{
	height: 39px;
	background-color: #ffa200;
	background-image: url(../images/menu-bg.gif);
	border: 1px solid #ffffff;
	border-bottom: none;
	position: relative;
}
#menu UL
{
	margin: 0px 0px 0px 18px;
}
#menu UL LI
{
	height: 36px;
	background-image: url(../images/menu-item-bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	padding: 0px 1px 0px 0px;
	float: left;
}
#menu UL LI A,
#menu UL LI A:visited
{
	text-decoration: none;
	display: block;
	height: 36px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#menu UL LI A:hover
{
	text-decoration: none;
	background-image: url(../images/menu-item-hover-bg.gif);
	background-repeat: repeat-x;
}
#menu UL LI.active A,
#menu UL LI.active A:hover
{
	text-decoration: none;
	background-image: url(../images/menu-item-active-bg.gif);
	background-repeat: repeat-x;
	cursor: default;
}
#menu UL LI#menu1 { width: 68px; }
#menu UL LI#menu2 { width: 122px; display:none; }
#menu UL LI#menu43 { width: 122px; }
#menu UL LI#menu12 { width: 121px; }
#menu UL LI#menu13 { width: 79px; }
#menu UL LI#menu8 { width: 161px; }
#menu UL LI#menu9 { width: 131px; }





/*** search *************************************************/
#searchSection
{
	position: absolute;
	top: 7px;
	left: 747px;
}
#searchSection INPUT
{
	border: 1px solid #ffffff;;
	height: 17px;
	padding: 1px 1px 1px 1px;
	position: absolute;
	top: 0px;
	left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 140px;
}
#searchSection INPUT.btn
{
	border: none;
	width: 32px;
	height: 21px;
	background-image: url(../images/search-btn.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 170px;
	cursor: pointer;
}







/*** content *************************************************************/
#content
{
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-bottom: 20px;
}
#left
{
	width: 218px;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 0px 0px;
}
#center
{
	width: 454px;
	padding: 0px 18px 0px 18px;
}
#right
{
	width: 218px;
	padding: 0px 18px 0px 0px;
}


#twoColumns #center
{
	width: 713px;
	padding: 0px 0px 0px 18px;
}
#twoColumns #right
{
	display: none;
}




/*** breadcrumbs **************************************/
#breadcrumbs
{
	height: 20px;
	padding: 5px 0px 0px 0px;
}




/*** column ***************************************/
.column
{
	width: 342px;
	float: left;
	padding: 0px 13px 0px 0px;
}
.column .columnHeader
{
	background-image: url(../images/column-top.gif);
	background-repeat: no-repeat;
	height: 29px;
	background-color: #609dc5;
	font-size: 0px;
}
.column .columnFooter
{
	height: 7px;
	font-size: 0px;
}
.column .columnWrapper
{
	background-image: url(../images/column-bg.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
}
.column .columnContent
{
	padding: 5px 5px 5px 5px;
}
.column .columnFooter IMG
{
	width: 342px;
	height: 7px;
}


.sectionWithDots
{
	background-image: url(../images/dots.gif);
	padding: 1px 0px 0px 0px;
}



/*** categories ********************************/
UL.categories
{
}
UL.categories LI
{
	float: left;
	width: 100px;
	height: 115px;
	padding: 5px 4px 5px 4px !important;
	text-align: center;
	margin: 0px 0px 0px 0px;
	background-image:none !important;
}
UL.categories LI A,
UL.categories LI A:visited
{
	text-decoration: none;
	color: #0e1b7f;
}
UL.categories LI A:hover
{
	color: #c77f02;
}
UL.categories LI A IMG
{
	border: 1px solid #999999;
}
UL.categories LI A:hover IMG
{
	border: 1px solid #000000;
}
UL.categories LI A BIG
{
	display: block;
	text-align: center;
	font-size: 12px;
}






/*** childs **********************************************/
OL.childs
{
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-x;
	/border-top: 1px solid #cccccc;
	margin: 10px 0px 0px 0px;
}
OL.childs LI
{
	padding: 5px 15px 5px 5px;
	border-bottom: 1px solid #cccccc;
}
OL.childs LI A,
OL.childs LI A:visited
{
	text-decoration: none;
	color: #0e1b7f;
	display: block;
	width: 95%;
}
OL.childs LI A:hover
{
	color: #000000;
}
OL.childs LI A IMG
{
	border: 1px solid #999999;
	float: left;
	margin: 0px 10px 0px 0px;
}
OL.childs LI A:hover IMG
{
	border: 1px solid #000000;
}
OL.childs LI A BIG
{
	display: block;
	font-size: 13px;
	font-weight: bold;
}
OL.childs LI A SMALL
{
}








/*** leftTxt *********************************************/
.txt
{
}
.txt P
{
	color: #15268d;
	padding: 10px 20px 10px 0px;
	line-height: 20px;
}

H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0px 0px 10px 0px;
	color: #333333;
	font-weight: normal;
}

.txt H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 10px 0px 10px 0px;
	color: #333333;
	font-weight: normal;
}

.txt TABLE{
	border-bottom:1px solid #ccc;
	width:100%;
	color:#15268d;
}


.txt TABLE TH{
	font-weight:bold;
}

.txt TABLE TD,.txt TABLE TH{
	padding:4px;
}

/*** list ******************************/
.txt UL,UL.list
{
	padding: 10px 0px 10px 0px;
}
.txt UL LI,UL.list LI
{
	color: #15268d;
	padding: 0px 0px 5px 13px;
	background-image: url(../images/list-item-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}



/*** leftColumn ***************************************/
.leftColumn
{
	width: 218px;
	height:auto;
	padding: 0px 0px 0px 0px;
}
.leftColumn .columnHeader
{
	background-image: url(../images/rightcolumn-top.gif);
	background-repeat: no-repeat;
	height: 29px;
	background-color: #609dc5;
	font-size: 0px;
}
.leftColumn .columnFooter
{
	height: 7px;
	font-size: 0px;
}
.leftColumn .columnWrapper
{
	background-image: url(../images/rightcolumn-bg.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
}
.leftColumn .hidden .columnContent
{
	display: none;
}
.leftColumn .last .columnFooter
{
	display: none;
}
.leftColumn H2
{
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../images/rightcolumn-h2-bg.gif);
	background-repeat: no-repeat;
	background-position: 9px 7px;
	padding: 5px 5px 5px 30px;
	width: 183px;
}
.leftColumn H2 A,
.leftColumn H2 A:visited
{
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.leftColumn H2 A:hover
{
	color: #12218b;
}
.leftColumn .columnContent
{
	padding: 5px 5px 5px 5px;
	width: 208px;
	background-image: url(../images/column-content-bg.gif);
	background-repeat: repeat-x;
}
.leftColumn .columnContent UL
{
}
.leftColumn .columnContent UL LI
{
	margin: 0px 0px 4px 0px;
}
.leftColumn .columnContent UL LI A,
.leftColumn .columnContent UL LI A:visited
{
	background-image: url(../images/item-bg.gif);
	background-repeat: no-repeat;
	background-position: 7px 8px;
	padding: 3px 3px 3px 25px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 180px;
}
.leftColumn .columnContent UL LI A:hover
{
	background-image: url(../images/item-hover-bg.gif);
	color: #12218b;
	background-color: #ececec;
}
.leftColumn .columnContent UL UL
{
	margin:10px 0px 10px 20px;
}
.leftColumn .columnContent UL UL LI A
{
	width: 160px !important;	
}

.leftColumn .columnFooter IMG
{
	width: 218px;
	height: 7px;
}

#left .links
{
	text-align: center;
	margin: 20px 0px 0px 0px;
}
#left .links A
{
	display: block;
	margin: 0px 0px 5px 0px;
}






#right .leftColumn .columnHeader
{
	background-image: url(../images/rightcolumn-orange-top.gif);
	background-repeat: no-repeat;
	height: 29px;
	background-color: #ff9900;
	font-size: 0px;
}
#right .leftColumn UL.list
{
	margin-left: 10px;
}
#right .leftColumn UL.list LI
{
}
#right .leftColumn UL.list LI A
{
	background-image: none;
	padding: 0px;
}
#right .leftColumn
{
	height: auto;
}
#right #producer .columnContent
{
	text-align: center;
}



IMG#productImg
{
	margin: 15px 20px 20px 0px;
	float: left;
}

#right .manufacturerLogo
{
	text-align:center;
}

#right .manufacturerLogo IMG
{
	display: block;
	margin:10px auto;
}



/*** details ***************************************************/
.details TABLE
{
	width: 100% !important;
	border: 1px solid #cccccc;
	border-spacing: 1px;
	border-collapse: separate;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-x;
	margin: 10px 0px 10px 0px;
}
.details TH,
.details TD
{
	padding: 4px;
}
.details TH
{
	background-color: #f1f1f1;
	font-weight: bold;
}

.details .even{
	background-color:#FDDFAC
}






/*** footer **************************************************************/
#footer
{
	background-color: #d2d2d9;
	width: 1000px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	color: #747479;
	font-size: 12px;
}
#footer .menu
{
	padding: 30px 0px 10px 0px;
}
#footer .menu UL
{
	width: 500px;
	margin: 0px auto 0px auto;
}
#footer .menu UL LI
{
	float: left;
	border-right: 1px solid #747479;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
}
#footer .menu UL LI.last
{
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}
#footer .menu UL LI A,
#footer .menu UL LI A:visited
{
	color: #747479;
	text-decoration: none;
	font-weight: bold;
}
#footer .menu UL LI A:hover
{
	color: #000000;
	text-decoration: underline;
}


#footer #copyright
{
	text-align: center;
}
#footer #copyright A
{
	color:black;
	text-decoration:none;
}
#footer #copyright A:hover
{
	text-decoration:underline;
}





.sectionWithDots  TABLE{
	font-size:10px;
}




/* language tricks****************************************/

.spanish .english,.english .spanish{
	display: none;
}

.english .english, .spanish .spanish{
	display: block;
}


/*** flags **************************************/
#flags
{
 position: absolute;
 top: 150px;
 left: 825px;
 z-index:10;
}
#flags UL
{
}
#flags UL LI
{
 float: left;
 width: 70px;
}
#flags UL LI A
{
 text-decoration: none;
 font-size: 13px;
 font-weight: bold;
 color: #ffffff;
}
#flags UL LI.disabled A
{
 color: #cccccc;
 cursor: default;
 color: #ffffff;
 cursor: pointer;
}
#flags UL LI A IMG
{
 border: 1px solid #ffffff;
 margin: 0px 5px 0px 0px;
 display:none;
}


.errors{
	color: red;
}