/* CSS Document */

body {
	margin:-16px 0 0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9pt;
	background-color: #fafafa;
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	
}

#banner, #contents {
	margin:0 auto;
	padding:10px 0;
	text-align:left;
	border-bottom:1px dotted #CCCCCC;
	width:820px;
	}

#banner {
	width:820px;
	background-image: url(../images/banner.jpg);
	padding: 0px;
	height: 135px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#banner h1 span { display:none;}

#topMenu{
	width: 820px;
	font-weight: bold;
	font-size: 90%;
	margin:0px auto;
	}

#topMenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

#topMenu ul{
	border-bottom: 1px solid #f1f1f1;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
	background-image: url(../images/nav01.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

#topMenu ul li{
	display: inline;
	}

#topMenu ul li a{
	color: #494949;
	padding: 10px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	}

#topMenu ul li a:hover{
	background-image: url(../images/nav02.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.dd {
	font-size:14px;
	color: #999999;
	}

.md {
	font-size:11px;
	color: #CCCCCC;
	}
	
.ad {
	font-size:11px;
	color: #CCCCCC;
	}

.clear {clear:both;}

#banner a:link {
	font-size:12px;
	color:#666666;
	padding:6px 10px;
	text-decoration:none;
	text-align: center;
	margin:2px 10px 0 0;
	}
	
#banner a:visited {
	font-size:12px;
	color:#666666;
	padding:6px 10px;
	text-decoration:none;
	text-align: center;
	margin:2px 10px 0 0;
	}
	
#banner a:hover {
	font-size:12px;
	color:#666666;
	padding:6px 10px;
	text-decoration:none;
	text-align: center;
	margin:2px 10px 0 0;
	background-color: #CCCCCC;
	}
	
#contents p {
	line-height:160%;
	padding:9px;
	}

a:link {
	color:#336699;
	font-size:10pt;
	text-decoration:none;
	}
	
a:visited {
	color:#336699;
	font-size:10pt;
	text-decoration:none;
	}
	
a:hover {
	color:#336699;
	font-size:10pt;
	text-decoration:line-through;
	}
	
.first {
	margin-left:-10px;
	}	
	
/* contact form  start */

#form-container{
	background-color:#f5f5f5;
	padding:15px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

td{
	white-space:nowrap;
}

label{
	text-transform:uppercase;
	font-size:10px;
	font-family:Tahoma,Arial,Sans-serif;
}

textarea{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}



/* contact form end */

#footer {
	margin:0 auto;
	padding:10px;
	text-align:center;
	bottom:0;
	position:relative;
	text-align:center;
	width:820px;
	}


.separator {
	width:100%;
	height:10px;
	background-color:#CCC;
	margin:8px auto;
	|	
/**************************************
media queries *******/

@media handheld and (max-width:480px),
screen and (max-divice-width:480px),
screen and (max-width:600px) {
	
	#wrapper, #contents {
		width:inherit;
	}
	#sidebar {
		display:none;
	}
	#header {
		float:none;
		margin:0px;
	}
	#banner h1 {
		text-align:center;
		font-size:2em;
		margin:5px;
	}
	#banner h2 {
		display:none;
	}
	#banner {
		font-size:0.75em;
		margin:5px;
		padding:4px 0px;
		float:none;
		text-align:center;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A5C6D1), to(#6A8087));
		border-bottom:1px solid #555;
		-webkit-border-radius:8px;
	}
	#banner li {
		float:none;
		display:inline;
	}
	
	#banner li a {
	padding:2px;
	padding-left:3px;
	text-decoration:none;
	text-shadow:0px -1px 1px rgba(0,0,0,0.5);
	color:#FFF;
	border-left:1px solid #ccc;
	}
	
	#banner li:first-child a {
		border-left:none;
	}
	
	#contents {
		margin:5px;
	}
	
	.pic {
		margin:10px auto;
		display:block;
		float:none;
	}
	
	
	
	
}
