/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */



	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 3000px) {
		/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


#logo img { margin: 0 auto !important; }

.sidemenu {
z-index:1000;
font-size:11px;
font-weight: bold;
margin: 10px 0 0px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.sidemenu ul {
padding:0;
margin:0;
list-style-type:none;
width:233px;
background: #3a3a3a;
}
/* hack for IE5.5 */
* html .sidemenu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.sidemenu li {
position:relative;
/* height:26px; */
}

/* get rid of the table */
.sidemenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.sidemenu a, .sidemenu a:visited {
display:block; 
text-decoration:none;
/* height:25px; */
padding-top: 6px;
padding-bottom: 6px;
line-height:18px;
width:223px;
color:#fff;
padding-left: 10px;
padding-right: -10px;
background: url(../__images/menu_normal.png) repeat-x;
}
/* hack for IE5.5 */
* html .sidemenu a, * html .sidemenu a:visited {background:#e77817; width:233px; w\idth:232px;}
/* style the link hover */
* html .sidemenu a:hover {color:#fff; background:#e77817; width: 223px; }

.sidemenu :hover > a {
color:#fff; 
background:#e77817;
width: 223px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.sidemenu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:233px; 
}
/* make the second level visible when hover on first level list OR link */
.sidemenu ul li:hover ul,
.sidemenu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.sidemenu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.sidemenu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.sidemenu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.sidemenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
	}

	

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 767px) {
		
		#page { width: 100%; padding: 0; }
		.wrap-page-1 {	width: 100%; }
		.wrap-page-2 { width: 100%; padding: 0; background: #fff; }
		#footer { display: block; clear: both; width: 100%;	margin: 0; background: none; height: auto !important; padding-top: 0; color: #454545; font-weight: bold; text-align: center; font-size: 11px; }
		#footer a { color: #454545; text-decoration: none; }
		#flashcontent { display: none; }
		#title { background: #3a3a3a; color: #fff; font-size: 10px; font-weight: bold; padding: 7px 0 10px 10px; }
		#title h2 { margin: 0; font-size: 20px; color: #fff; font-weight: normal; }
		#content { width: 100%; float: none; height: auto !important; }
		#sidebar { display: block; width: 100%; }
		.left { float: none; clear: both; width: 100%; margin: 0; }
		.right { float: none; clear: both; width: 100%; margin: 0; }
		.primary-content { width: 100%; padding: 20px 0; } * html .primary-content { width: 100%; }
		.primary-content p {padding: 0 0 14px 0;}
		.content-inner { display: block; padding: 10px 15px; }
		
		
		.sidemenu ul ul { display: block; position: relative; top: auto; left: auto; }
		
		.sidemenu ul li a { padding-left: 10px; }
		.sidemenu ul li ul li a { padding-left: 20px; font-size: 20px; color: #dd6300; }
		.sidemenu ul li ul li ul li a { padding-left: 30px; font-size: 16px; color: #ffffff; }
		.sidemenu ul li ul li ul li ul li a { padding-left: 40px; font-size: 12px; color: #ffffff; }
		.sidemenu ul li ul li ul li ul li ul li a { padding-left: 50px; font-size: 12px; color: #ffffff; }
		
		.download-link { display: none; }
		
		span.countries { display: none !important; }
		
		
		#logo { max-width: 320px; }
		
		
	}
	
	@media only screen and (max-width: 479px) {
	
		body { background: #fff; min-width: 288px; width: 100%; 
		
		.content-inner img { width: 100%; height: auto !important; }
		
		#logo img { margin: 0 auto !important; }

	
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/