/* top elements */
* { margin:0; 	padding: 0; }

body {
	font: 75%/1.5em  Verdana, Tahoma, Arial,sans-serif;
	color: #000000;
	background:#DDD;
}

/* links */
a {
	color: #2A4F93; 
	text-decoration: underline;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
	color: #575757;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold;	
}
h1 {
	font-size: 145%;	
	padding: 10px 10px 5px 10px;
	color: #2A4F93;
	background-color: inherit;
	border-bottom: 1px solid #F5F5F5;		
}
h2 {
	font-size: 125%;
	text-transform: uppercase;
}
h3 {
	font-size: 125%;	
	color: #404040;
}

h2, h3 {
	padding: 15px 0px 0px 10px;
	margin-bottom: 0; 
	padding-bottom: 0; 
}

/* images */

img {
	border:0;
}

img.gallery {
	border: 1px solid #CCC;
	padding: 2px;	
	margin: 3px 3px 3px 3px;
}

img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

#sidebar h1, 
#sidebar p {
	padding-left: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}



/************* start - table **************/

table {
	border-collapse: collapse;
}

fieldset {
	clear: both;
	font-size: 100%;
	border-color: #000000;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	padding: 10px;
	margin: 0 0 0 0;
}
legend {
	font-size: 150%;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 5px;
}

th strong {
	color: #fff;
}
th {
	background: #2A4F93; 
	height: 25px;
	color: #FFF;
	text-align: center;
	border:1px dotted;
	padding:5px;


}
tr {
	height: 35px;

}
td {
	vertical-align:middle;
	padding: 0px 10px 0px 10px;
}





div.notes {
	float: right;
	width: 220px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #ffffe1;
	color: #666666;
	font-size: 88%;
}

div.notes h4 {
	background-image: url(/webimages/icon_info.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0 3px 27px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #666666;
	font-size: 110%;
}

div.notes p {
	margin: 0em 0em 1.2em 0em;
	color: #666666;
}

div.notes p.last {
	margin: 0em;
}

















tr.d1 td {
	background-color: #FFFFFF;
	border:1px dotted;

}
tr.d0 td {
	background-color: #CCCCCC;
	border:1px dotted;
}
/* end - table */




/**************** form elements ***************/
form {


}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input, select, textarea {
	padding: 3px;
	border:1px solid #000000;
	font: normal 1em Verdana, sans-serif;
	color:#000000;
}
textarea {
	width:350px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #000000;
	height:100px;
	display:block;
	color:#000000;
}
.btn { 
	margin: 5px; 
	font: 14px bold Verdana, Sans-serif; 
	border: 1px dotted #2A4F93;
	padding: 5px 15px 5px 15px; 
	background:#D7D7FF;
	color: #000;
}
/* end - form */





/**************************************
   LAYOUT 
***************************************/	





#wrap {
	float: left;
	color: #333;
	min-height:75%;
	display: inline;
	width: 960px;
	background:#fff;
	border: 1px solid #000;
	border-color:#999;
	margin: 10px 10px 5px 10px;
	
	
}

/* header */
#header {
	width: 900px;
	position: relative;
	height: 100px;
	width:100%;
	margin: 0; padding: 0;


}

#logo {
	position: absolute;	
	margin: 0; padding:0;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 20px; left: 25px;		
}

/* Mini Cart */
#minicart {
	position: absolute;
	top: 35px; right: 26px;
	padding: 0; margin: 0;
	border:#000000;

}

/* Mini Cart */
#topmenu {
	position: absolute;
	top: 10px; right: 27px;
	padding: 0; margin: 0;
	border:#000000;
	font-size: 77%;

}





/********* sidebar *************/
#sidebar {
	float: left;
	width: 15%; 
	margin: 0;	padding: 0; 
	display: inline;
	border: 1px black solid;

}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;	
	background: url(../webimages/arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}

#rightbar {
	float: right;
	width: 205px;
	padding: 0;
	margin: 0;


}

/* main column */


#main {
	float: left;
	display:inline;
	position:relative;
	margin: 5px 0px 0px 5px;
	padding: 0;
	width: 740px;

}

/* main column */
#singlemain {
	float: left;
	display:inline;
	position:relative;
	margin: 5px 0px 0px 15px;
	padding: 0;
	width: 880px;


}


/* footer */
#footer {
	float:left;
	width: 900px;
	color: #666666; 	
	background: #fff;
	font-size: 77%;
	text-align:center;
	border: 1px solid #999;
	margin: 0px 0px 0px 10px;
	padding: 0px;

}



/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear  { clear: both; }
.green  { color: #75A54B; }






/* DROP DOWN MENUS */

#mainMenu {
	z-index:50;
	position:relative;
}

#menuList {
	position:relative;
	z-index:50;
	margin: 0px;
	padding: 0px;
	clear: both;
	background: #2A4F93;
	height: 28px;
	margin: 0;
	font: 1.1em/28px Tahoma, Verdana, Arial, Sans-Serif;
	}

#menuList ul {
	z-index:50;
	margin: 0px;
	padding: 0px;


}

#menuList li {
	z-index:50;
	display:inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a.starter {
	z-index:50;
	float: left;
	display: block;
	text-decoration: none;	
	padding: 0 9px;
	color: #FFF;
	border-right: 1px dotted #FFF;
}
a.starter:hover {
	z-index:50;
  	color: #333;	
	background:#39F;
}
a.starter_specialoffer {
	z-index:50;
	float: left;
	display: block;
	text-decoration: none;	
	padding: 0 10px;
	color: #FFF;
	border-right: 1px dotted #FFF;
	background:#900;
}
a.starter_specialoffer:hover {
	z-index:50;
  	color: #333;	
	background:#39F;
}




a.dropper {

	z-index:50;
	float: left;
	display: block;
	text-decoration: none;	
	padding: 0 10px;
	color: #FFF;
	border-top: 1px solid #fff;
}

a.dropper:hover {
	z-index:50;
  	color: #333;	
	background:#39F;
}
#mnu1, #mnu2, #mnu3, #mnu4 {
	width: 190px;
	z-index:50;
	

}
.menu {
	text-align: left;
	position: absolute;
	visibility: hidden;
	z-index: 50;
}

.menu li a {
	background: #2A4F93;
	z-index:100;
	color: #FFF;
	display: block;
	width:100%;
	margin: 0px;
	padding-left: 10px;
	padding-right: 5px;
	text-decoration: none;
	margin-top:0px;
}

