/* CSS Document 
   Copyright 2006 SixSands.com
*/

	#leftcontent {
		position: absolute;
		left:0;
		top:176px;
		width:180px;
		background:#fff;
		border-left:1px solid #fff;
		border-top:1px solid #e8e2b8;
		border-right:1px solid #fff;
		background-color:#e9e2b8;
		background-image:url(images/bg_left.gif);
		background-repeat:repeat-x;
		}

	#centercontent {
		background:#e9e2b8;
   		margin-left: 179px;
   		margin-right:1px;
		border-top:1px solid #fff;
		border-left:1px solid #fff;

		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 181px;
   		margin-right:3px;
		}
		html>body #centercontent {
   		margin-left: 181px;
   		margin-right:3px;}

	#rightcontent {
		position: absolute;
		right:0;
		top:176px;
		width:180px;
		background:#e9e2b8;
		border-top:1px solid #fff;
		border-right:1px solid #fff;
		border-left:1px solid #fff;
		}
	
	#banner {
		background:#e9e2b8;
		height:176px;
		border-top:1px solid #fff;
		border-right:1px solid #fff;
		border-left:1px solid #fff;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:175px;
		background-color:#e9e2b8
		}
	html>body #banner {
		height:175px;
		}
		
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#rightcontent p {
		margin: 0px 10px 0px 10px;
		}

	#leftcontent p {
		margin:0px 0px 0px 0px;
		}

	#breadcrumb {width:100%; height:32px; background-color:#e5dfb1; background-image:url(images/bg_brownbar.gif) }
	
	#logo  {float: left; left: 0px; }
	#flags {float:right; width:200px; height: 100px; background-color:transparent; top: -10px; right: 0px; position:absolute}

	.navrightmenu {position:absolute; top:110px; right:0px; height:40px; float:right; width:180px; padding:0;
					background:url(images/menu_bg.gif) repeat-x;}
					
	.navrightmenu p {padding:0; margin:1px 0 5px 0}

	/*.navrightmenu a {color: #993300;text-decoration:none}*/
	.navrightmenu a:hover {text-decoration:none; color:#FFF}

	.navbar {
				padding:0 0 0 1em; 
				margin:-3px 0 0 0; width:98%;
				list-style:none; 
				height:40px; background-color:#ff7700;
				background:url(images/menu_bg.gif) repeat;
				position:absolute;
				list-style-type: none;
				display:block;
			}
	.navbar li {float:left;}
	.navbar li a {display:block; float:left; height:40px; line-height:38px; color:#fff; text-decoration:none; font-family:tahoma, arial, verdana, sans-serif; text-align:center; padding:0 0 0 10px; cursor:pointer; font-size:12px;}
	.navbar li a b {float:left; display:block; padding:0 20px 0 10px;}
	.navbar li.selectedmenuitem a {color:fff; background:url(images/menu_selected.gif);}
	.navbar li.selectedmenuitem a b {background:url(images/menu_selected.gif) no-repeat right top;}
	.navbar li a:hover {color:#fff; background: url(images/menu_hover.jpg);}
	.navbar li a:hover b {background:url(images/menu_hover.jpg) no-repeat right top;}
	.navbar li.selectedmenuitem a:hover {color:#fff; background: url(images/menu_hover.jpg); cursor:default;}
	.navbar li.selectedmenuitem a:hover b {background:url(images/menu_hover.jpg) no-repeat right top;}

	.intro-home ul {font-size:12px}
	.intro-home ul li a {color:rgb(63,63,63); text-decoration:none;}
	.intro-home ul li a:hover {text-decoration:underline; color:rgb(225,79,55);}
	
	.font-12px {font-size:12px} 
	.clear {clear:both;}

	#container {position:relative; display:block; background:#e9e2b8; margin:0; padding:0}
	#inner {display:block; margin:0; padding:0; background:#e9e2b8;}


	/* Inset 3D Curved */

	/*.inset {background: transparent; width:90%; margin:10px auto;}*/
	.inset {background: transparent; margin:10px;}
	.inset h1, .inset p {margin:0 10px;}
	.inset h1 {font-size:2em; color:#fff; letter-spacing:1px;}
	.inset p {padding-bottom:0.5em;}
	
	.inset .top, .inset .bottom {display:block; background:transparent; font-size:1px;}
	.inset .b1, .inset .b2, .inset .b3, .inset .b4, .inset .b1b, .inset .b2b, .inset .b3b, .inset .b4b {display:block; overflow:hidden;}
	.inset .b1, .inset .b2, .inset .b3, .inset .b1b, .inset .b2b, .inset .b3b {height:1px;}
	.inset .b2 {background:#ccc; border-left:1px solid #999; border-right:1px solid #aaa;}
	.inset .b3 {background:#ccc; border-left:1px solid #999; border-right:1px solid #ddd;}
	.inset .b4 {background:#ccc; border-left:1px solid #999; border-right:1px solid #eee;}
	.inset .b4b {background:#ccc; border-left:1px solid #aaa; border-right:1px solid #fff;}
	.inset .b3b {background:#ccc; border-left:1px solid #ddd; border-right:1px solid #fff;}
	.inset .b2b {background:#ccc; border-left:1px solid #eee; border-right:1px solid #fff;}
	
	
	.inset .b1 {margin:0 5px; background:#999;}
	.inset .b2, .inset .b2b {margin:0 3px; border-width:0 2px;}
	.inset .b3, .inset .b3b {margin:0 2px;}
	.inset .b4, .inset .b4b {height:2px; margin:0 1px;}
	.inset .b1b {margin:0 5px; background:#fff;}
	
	.inset .boxcontent {display:block; background:#ccc; border-left:1px solid #999; border-right:1px solid #fff;}

	.sectiontitle {font-size:18px; font-weight:bold;}

.cleaner {
	clear: both;
	}

.cleaner-small {
	clear: both; height:1px;
	}
	
.adv-box {float:left; margin: 5px 5px; border-color:#fff; border-style:solid; border-width:1px;}
.adv-box-text {margin: 0px 10px;}
.adv-flyer {float:left; width:200px; margin: 5px 5px; border-color:white; border-style:solid; border-width:1px; text-align:center;}

.border-01 {background-color:#f1edd2 ; border: 1px solid #999; margin:10px;}

.dot-spacer {height: 10px; background:url(images/dots.gif) repeat-x; width: 99%; padding: 0;}

.adv-block {padding:10px 20px;}
.adv-line  {padding:0 0 5px 0;} 
.left {float:left;}

.underline {border-bottom:medium #fff; border-bottom-style:solid; border-bottom-width:thin;}

.box-134h {background-image:url(images/bg_134h.gif); width:161px; height:134px; margin: 9px 0 5px 9px; background-repeat:no-repeat; padding:1px 0 0 0;}

.box-50h {background-image:url(images/bg_50h.gif); width:161px; height:65px; margin: 0px 0 0 9px; background-repeat:no-repeat; padding:10px 0 0 0;}

.box-advertise-left {background-image:url(images/btn_advertise.gif); width:161px; height:200px; margin: -5px 0 0 9px; background-repeat:no-repeat; padding:0px 0 0 0;}

.tick-red {background-image:url(images/tick_red.gif); background-repeat:no-repeat; padding-left:18px;}


table.stats {text-align: center;
font-weight: normal;
color: #fff;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.stats td
{background-color: #CCC;
color: #000;
padding: 10px 5px;
border: 1px #fff solid;}

table.stats td.values
{background-color: #e9e2b8;
color: #000;
padding: 10px 5px;
border: 1px #fff solid;}


table.stats td.hed
{background-color: #666;
color: #fff;
padding: 10px 5px;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;}

table.sample {
	border-width: thick thick thick thick;
	border-spacing: 1px;
	border-style: none none none none;
	border-color: blue blue blue blue;
	border-collapse: separate;
	background-color: rgb(232, 226, 184);
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: groove groove groove groove;
	border-color: ;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 5px;
	border-style: groove groove groove groove;
	border-color: ;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}


#tabs
{
	padding: 12px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	width: 544px;
	width/* */:/**/514px;
	width: /**/514px;
	height: 20px;
	background: url(images/tab_bg2.gif) no-repeat left;
	clear: both;
}

.tab
{
	padding: 3px 3px 0px 3px;
	background: url(images/tab_bg.gif);
}

#tabs a, #tabs a:active, #tabs a:visited {text-decoration:none}
#tabs a:hover {text-decoration:underline}

.post-it-yellow {margin:10px 0 10px 3px; padding:0px 0px; 
	background-image:url(images/post_yellow.jpg); background-repeat:no-repeat; 
	width:275px; height:300px; float:left;}
	
.post-it-pink {margin:10px 0 10px 3px; padding:0px 0px; 
	background-image:url(images/post_pink.jpg); background-repeat:no-repeat; 
	width:275px; height:300px; float:left;}

.post-it-blue {margin:10px 0 10px 3px; padding:0px 0px; 
	background-image:url(images/post_blue.jpg); background-repeat:no-repeat; 
	width:275px; height:300px; float:left;}

.post-it-orange {margin:10px 0 10px 3px; padding:0px 0px; 
	background-image:url(images/post_orange.jpg); background-repeat:no-repeat; 
	width:275px; height:300px; float:left;}

.post-it-green {margin:10px 0 10px 3px; padding:0px 0px; 
	background-image:url(images/post_green.jpg); background-repeat:no-repeat; 
	width:275px; height:300px; float:left;}


.cb-bg1 {color:#000; cursor:pointer;}
/*.cb-bg1 {background-image:url(images/cb_bg.gif); color:#fff; cursor:pointer;}*/

.form-bg-ad {background:url(images/bg_form0.jpg) no-repeat; margin-top:-5px; margin-left:10px; margin-bottom:0; padding:10px 0 0 5px;}	
.form-bg-ad-footer {background:url(images/bg_formfoot.jpg) no-repeat; margin-left:10px; padding:5px 0 0 15px; height:40px;}


.form-bg0 {background:url(images/bg_form0.jpg) no-repeat; margin-left:7px; margin-bottom:0; padding:5px 0 0 15px;}	
.form-bg1 {background:url(images/bg_form1.jpg) no-repeat; margin-left:7px; margin-bottom:0; padding:5px 0 0 15px;}
.form-bg2 {background:url(images/bg_form2.jpg) no-repeat; margin-top:5px; margin-left:7px; margin-bottom:0; padding:15px 0 0 25px;}
.form-bg-footer {background:url(images/bg_formfoot.jpg) no-repeat; margin-left:7px; padding:5px 0 0 15px; height:40px;}



#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 1em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
