﻿
*
{
	padding: 0;
	margin: 0;
	outline: 0 none;
}

/************************************
 *
 * Layout
 *
 ************************************
*/
html
{
    overflow-x:hidden;
    overflow-y:auto;
}
body
{
	text-align:center;

}

#container
{
    width: 960px;
    margin: auto;

}

#header
{
	height: 108px;
	padding-bottom:5px;
    padding-top:20px;
  }

#logo
{
	float:left;
	margin-left:125px;
}

#logo img
{
	width:180px;
	height:87px;	
}


#rightPanel
{
    width: 15%; 
    float:right;
}

#contentPanel
{
    float:left;
    width:100%;
}

#bottomPanel
{	position:relative;
    clear:both;
	text-align:right;
	padding-right: 125px !important;
}

#footer
{
	padding:  2px 0px 20px 0px;
}


/************************************
 *
 * Standard Elements
 *
 ************************************
*/

body
{
	font-size: 0.8em;
	cursor:default;
	color: #ffffff;
	text-align:justify;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #13203f;
}

a, p, ul, ol, li, dl, dd, dt,
input, textarea, select, label, fieldset, legend, 
span, table,
.progress
{
	font: normal normal 1em  Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6
{
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 4px;
}

h1
{
	font-size: 2.1em;  
}

h2 
{
	font-size: 2em;  
}

h3
{
	font-size: 1.6em; 
	padding-bottom:10px; 
}

h4 
{
	font-size: 1.2em;  
}

h5 
{
	font-size: 1em; 
	text-transform: uppercase;
}

ul
{
	list-style: none;
}

li
{
	margin-bottom: 5px;
	
}

table,
table td
{
	border: 0;
}

/*a,
a:link
{
	font-size: 0.85em;
	font-weight: bold;
	color: #1C2D56;
	text-decoration: underline;
}*/


p
{
	margin-top: 5px;
}

/************************************
 *
 * Form Elements
 *
 ************************************
*/

/*
input,
select, 
textarea
{
	border: solid 1px #5d6993;
	background-color: #fcfcfc;
	padding: 2px;
}

input[type=checkbox],
input[type=radio]
{
	border: 0;
    background-color: #ffffff;
}*/

/************************************
 *
 * Page container
 *
 ************************************
*/
#page
{
	
}

#container
{
	background-color: #1c2d56;
	background-image: url('../images/HeaderTop.gif');

}


/************************************
 *
 * Header
 *
 ************************************
*/

#header h1
{
	color: #ffffff;  
	letter-spacing: 6px;
	font-size: 3.3em;
	font-family: "Trebuchet MS";
	margin: 0;
	margin-bottom: 10px;
}

#header
{
}



/************************************
 *
 * Navigation
 *
 ************************************
*/
#navigation
{
	padding-top: 0px;
	float:right;
	margin-top:60px;
	padding-right: 125px;
}

#navigation	ul
{
	
}

#navigation	ul li
{
	float:left;
	margin: 0 0.1em;
}

#navigation	a
{
	font-size: 1em;
	letter-spacing: 2px;
	font-weight: normal;
    color:#ffffff;
	font-weight:600;
	text-decoration: none;
	padding:0 5px;
}



#navigation	a.Item-Last
{
	padding-right:0px;
}

#navigation	a:hover,
#navigation	a.Item-Selected,
#navigation	a:active
{
    text-decoration: none;
    color: #99AFE1;
}


#navigation .subnavigation
{
	padding-left: 60px;
	clear: both;
}

#navigation .subnavigation a
{
	color:#4C64A2;
	font-size: 1em;
}

#navigation	.subnavigation a:hover,
#navigation	.subnavigation a.Item-Selected,
#navigation	.subnavigation a:active
{
	text-decoration: none;
    color: #99AFE1;
}




/************************************
 *
 * Content Containter
 *
 ************************************
*/

#contentContainer
{
}


/************************************
 *
 * Image Panel
 *
 ************************************
*/

#contentContainer .imagePanel
{
	position: absolute;
	width:331px;
	height: 205px;
	background-color: transparent;
	padding:0px;
	top: 20px;
	right:20px;
	
}

#contentContainer .imagePanel img
{
	width:331px;
	height: 205px;
}


/************************************
 *
 * Top Panel
 *
 ************************************
*/

#contentContainer #topPanel
{
	 position:relative;
	 width: 710px;
	 height:200px;
	 margin-left: auto;
	 margin-right:auto;  
	 background: transparent url('../images/HeaderBg.jpg') no-repeat left top;
}

#contentContainer #topPanel .PageTitle{
	position: absolute;
	top:45px;
	padding:40px 20px 10px 20px;
	font-weight:normal;
	margin-left: 10px;
	width: 320px;
}

#contentContainer #topPanel .PageTitle h3{
	padding-left: 20px;
	padding-top: 5px;
	font-style:italic;
}


/************************************
 *
 * Content Panel
 *
 ************************************
*/

#contentContainer #contentPanel
{
	 background: #1c2d56 url('../images/BottomBg.gif') no-repeat left bottom;
	 color: #ffffff;
	 min-height:290px;
	 padding-top:40px;
	 padding-bottom:15px;
}

.fulllineContent
{
	width:710px;
	background:transparent;
	margin-left:125px;
	clear: both;	
}

.leftContent
{
  float:left;
  margin-left:125px;
  width: 340px;
}

.rightContent
{
	float:right;
	padding-right:125px;
	margin-left:30px;
	width:340px;
}

.innerContent
{
	 width: 300px;
	 background:#50719C;
	 padding-left: 20px;
	 padding-right: 20px;
	 margin-bottom:15px;
	 margin-top:15px;
	 overflow:hidden;
	 
}

.innerContent a
{
	color: #132040;
}

.dark
{
	background-color: #132040;
	padding-bottom:20px;
	margin-bottom:0px;
	text-align:left;
}

.light
{
	margin-top:10px;
	position: relative;
	padding-bottom:6px;
	height:68px;
}

.left
{
	float:left;
	position:absolute;
	bottom: 0px;
	font-size: 1.4em; 
}

.right
{
	float:right;
	padding-top:20px;
	text-align: right;
}
.italicStart
{
	font-style:italic;
}

#contentPanel .Submenu,
#boxes .Submenu
{
	text-align:left;
	margin-left:125px;
}

#contentPanel .Submenu ul,
#boxes .Submenu ul
{
	list-style-type:none;
	padding: 10px 0 0 0;
}

#contentPanel .Submenu ul li,
#boxes .Submenu ul li
{
	padding: 22px;
	display: inline;
	background-image:url('../images/Triangle.gif');
	background-repeat:no-repeat;
	background-position:0px 20px;

}

#contentPanel .Submenu  ul li:hover,
#boxes .Submenu ul li:hover,
#boxes .Submenu ul li.Item-Selected{
 	background-image:url('../images/TriangleLight.gif');
	background-repeat:no-repeat;
	background-position:0px 20px;
	color: #99AFE1 !important;

}

#contentPanel .Submenu a,
#boxes .Submenu a
{
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing:2px;
	color: #4C64A2;
	text-decoration: none;
}

#contentPanel .Submenu a:hover,
#contentPanel .Submenu a:active,
#boxes .Submenu a:hover,
#boxes .Submenu a.Item-Selected,
#boxes .Submenu a:active
{
	text-decoration: none;
    color: #99AFE1;
   
}

#contentPanel .topBox
{
	background: transparent url("../images/BoxHeaderTop.gif") no-repeat top left;
}

#contentPanel .topDarkBox
{
	background: transparent url("../images/BoxHeaderTopDark.gif") no-repeat top left;
}

#contentPanel .bottomBox
{
	background: transparent url("../images/BoxHeaderBottom.gif") no-repeat bottom left;
	padding-bottom:10px;
}

#contentPanel .Address
{
	color: #50719C;
}

.ExecomLogo
{
	padding-bottom:20px;
	padding-top:10px;

}

.ChessLogo
{
	padding-bottom: 15px;
}

.submitForm td
{
	padding: 0px 4px 5px 4px;
	text-align: right;
	
}

.submitTitle
{
	font-size: 1.2em;
	padding-bottom: 11px !important;
}

.submitForm .inputText
{
	border: none;
	background: #BABABA url('../images/TextBoxBg.jpg') no-repeat top left;
	width:172px;
	height:18px;
}

.submitForm .inputTextArea
{
	background: #BABABA;
	width:170px;
	border: 1px solid #E6E6E6;
}

.inputCheckbox
{
	color: black;
	margin:3px 10px 4px 4px;
	text-decoration:none;
	float: left;
}

.submitForm .inputButton
{
	/*
	background-color: #BABABA;
	border: 1px white ridge;*/
	width: 76px;
	height:23px;
	margin-top:5px;
	background-image:url('../images/ButtonBg.gif');
	background-color: transparent ;
	border: none;
	color: white;
}

#innerNumbering
{
	padding-left: 40px;
	list-style-type: square !important;
}

#innerNumbering ul
{
	margin:0 0 5px;
	padding:5px 0 5px 18px;
}


/************************************
 *
 * Bottom Panel
 *
 ************************************
*/

#bottomPanel
{
	background-color: #13203f;
	clear:both;
}

.ExecomImages
{
	 padding-top:20px;
	 padding-bottom:15px;
	 height:55px;
}

.isoImage
{
	float:left;	
}

.goldImage
{
  padding-right:30px;
  float:left;	
}


/************************************
 *
 * Footer
 *
 ************************************
*/

#footer
{
	font-size: 0.85em; 
	background-color: #13203f;
	border-top: none;
	text-align:center;
}

#footer a,
#footer	p 		
{ 
	color: #cccccc;
}

#footer ul 
{
	border-bottom: 1px solid #f1f1f1; 
	padding-bottom: 6px;
}
#footer li 
{
	display: inline; 
	font-weight: bold;
	margin-right: 10px;
}

/************************************
 *
 * Status Bar
 *
 ************************************
*/

#statusBar
{
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #cdcdcd;
	background-color: #dfdfdf;
}

#statusBar p
{
	margin: 0;
}

/************************************
 *
 * List
 *
 ************************************
*/


/************************************
 *
 * Other
 *
 ************************************
*/

.clear
{
	clear: both;
}

.important
{
	color: #dd0000;
	font-weight: bold;
}

/************************************
 *
 * Popup with text
 *
 ************************************
*/

 /* Z-index of #mask must lower than #boxes .window */  
 #mask {  
   position:absolute;  
   z-index:9000;  
   background-color:#1C2D56;  
   display:none;
   top:0;  
}  
     
 #boxes .window {  
   position:absolute;  
   width:610px;  
   height:auto;  
   display:none;  
   z-index:9999;  
   padding:30px 50px;
   color:white;
   background: #1c2d56 url('../images/ModalBottomBg.gif') no-repeat left bottom;
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

 }  
      
 /* Customize your modal window here, you can add background image too */  
 #boxes #dialogQuality,
 #boxes #dialogLowPrice,
 #boxes #dialogCertainty
 { 
   color:white;
   background-color: #1C2D56;
 }  
 
 #boxes .popupLogo{
	float: left;
}

#boxes .close
{
	float:right;
	right:0px;
	width: 70px;
	height: 19px;
	margin-right:-8px;
	margin-top:25px;
}

#boxes .popupContent
{
	clear:both;
	padding-top:30px;
	padding-bottom: 30px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;

}


/************************************
 *
 * Popup with error messages
 *
 ************************************
*/

#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	background-image:url(../images/tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	color:#000000;
	position:relative;
	width:300px;
	min-height:100px;
	margin-top:200px;
	border:2px solid #000;
	background-color:#E6E6E6;
	background-image:url(../images/alert.png);
	background-repeat:no-repeat;
	background-position:20px 30px;
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0;
	font:bold 0.9em verdana,arial;
	background-color:#50719C ;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}

#alertBox p {
	font-size:0.8em;
	font-family:font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height:40px;
	padding-left:5px;
	margin-left:55px;
	padding-top:10px;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:2px solid #000;
	width:70px;
	font-size:0.7em;
	font-family:font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#50719C ;
	text-decoration:none;
}

