body {
	margin: 0;
	padding:0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background:#25549B;
    color:#0F294F;
}

#wrapper {
	width:968px;
	margin:0 auto 20px auto;
	background: white;
}

#header {
	background: url(images/header.jpg) no-repeat;
	margin-top: 12px;
	height:295px;	
}

#menu-lang {
	/*display:none;*/
}

#middle {
	padding:12px;
    border-bottom:15px solid white;
}

#left {
	width:150px;
	float:left;
}

#center {
	width:620px;
    padding: 0 12px 0 12px;
	float:left;
    border-bottom:20px solid white;
}

#right {
	width:150px;
	float:left;
    border-bottom:15px solid white;
}

#footer {
    padding:5px 10px;
    text-align: center;
    background:#25549B;
    color:#D0D0D0;
    font-size: 10px;
}

#footer a{
    color : #E0E0E0;
    text-decoration: none;
}

#footer a:hover{
    color : #fff;
    text-decoration: none;
}

#footer .pipe {
    color :white;
    font-size:12px;
}

/* MENU LANG ! */

#menu-lang ul {
    background:url(images/bg_nav_ul.jpg) repeat-x #26559D;
	padding:0;	
    margin: 0 12px 0 12px;
    padding-top:9px;
    padding-bottom:11px;
}

#menu-lang ul li{
	list-style: none;
	display:inline;
	padding:10px 25px 10px 15px;
    background:url(images/bg_nav_rt.jpg) no-repeat center right;
}

#menu-lang ul li a{
    color:white;
    font-weight:bold;
    text-decoration: none;
    font-size:12px;	
}


/* MENU LEFT ! */

#left ul {
    margin:0;
    padding:0;
}

#left ul li{
    list-style: none;
    display:block;
    padding:10px 6px 10px 15px;
    margin: 2px 0 2px 0;
    background: url(images/bg_nav_ul.jpg) repeat-x #26559D;
    text-align: center;
}

#left ul li a{
    color:white;
    font-weight:bold;
    text-decoration: none;
    font-size:12px;
}


/* MENU RIGHT ! */

#right ul {
    margin:0;
    padding:0;
}

#right ul li{
    list-style: none;
    display:block;
    padding:10px 6px 10px 15px;
    margin: 2px 0 2px 0;
    background: white;
    border : 1px solid #26559D;
    text-align: center;
}

#right ul li a{
    color:#26559D;
    font-weight:bold;
    text-decoration: none;
    font-size:12px;    
}


/********************************/

#center H1 {
    font-size: 12px;
    color:#26559D;
    text-transform: uppercase;
    border-bottom:1px solid #839CBF;
    margin:2px 0;
    padding-bottom:3px;
}

#center a {
    color : #0A4EAF;
    text-decoration: none;
}

/****/

.contenttable th,td{
    font-size:11px;
    text-align:left;
}


.contenttable th p,td p{
    padding:0;
    margin:0;
    display:inline;
}

form { margin:0;padding:0;}

#ButtonForm {margin-top:10px;}

#Qty {
    width:30px;
}

#CheckoutForm table th {
    text-align: left;
    font-size:11px;
    background:#25549B;
    color:white;
}

#CheckoutForm table td input{
    width:220px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    float:right;
}
/**/

div.csc-textpic-clear {display:none;}