@charset "windows-874";


@-ms-viewport{
	width: device-width;
}


body,td,th {
	font-family:Tahoma, Arial, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}

body{
	background-color: #ffffff;
	background-image: url(img_backgroundhd/03.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-size:contain;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

h1,h2,h3,h4,h5{
	margin:0px;
}

h1{
	font-size:22px;
}
h2{
	font-size:20px;
	color:#FF6600;
}
h3{
	font-size:18px;
}
h4{
	font-size:16px;
}
h5{
	font-size:14px;
}

li{
	margin-bottom:10px;
}




a:link {
	color:#0033BB; 
	text-decoration: none;
}
a:visited {
	color:#0033BB; 
	text-decoration: none;
}
a:hover {
	color:#0033BB; 
	text-decoration: underline;
}
a:active {
	color:#003399; 
	text-decoration: none;
}



.gridContainer{
	border-radius:0px; -ms-border-radius:0px; margin-bottom:10px
}
.showmobile{
	display:block;
}
.hidemobile{
	display:none;
}

#nav a {
	font-size:13px;
	height: 35px;
	*height: 35px; /* IE7 Hack */
	_height: 35px; /* IE6 Hack */
}


@media only screen and (min-width: 481px) {
	
	.gridContainer{
		border-radius:10px; -ms-border-radius:10px
	}
	
	.showmobile{
		display:none;
	}
	.hidemobile{
		display:block;
	}
	
	#nav a {
		font-size:13px;
		height: 40px;
		*height: 40px; /* IE7 Hack */
		_height: 40px; /* IE6 Hack */
	}

	
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
	.gridContainer{
		border-radius:10px; -ms-border-radius:10px
	}
	
	.showmobile{
		display:none;
	}
	.hidemobile{
		display:block;
	}
	#nav a {
		font-size:14px;
		height: 35px;
		*height: 35px; /* IE7 Hack */
		_height: 35px; /* IE6 Hack */
	}

	
}
