/*RESET*/
 body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
} body {line-height: 1;}ol, ul{list-style:none;} #footer {
	text-align: center;
}
blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/
body {
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial;
	color: #555;
}

a {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}

a:hover {

	color: #444;

}

img {

	width: 100%;

}

header {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}

#logo{
	float: left;
	width: 130px;
	height: 40px;
	display: block;
	background-image: url(../images/tws-logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFF;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

nav {

	float: right;
	padding: 20px;	
	
}

#menu-icon {
	display: hidden;
	width: 28px;
	height: 28px;
	background-image: url(../images/menu-icon.png);
	background-position: center;
}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}

ul {

	list-style: none;

}

li {

	display: inline-block;
	float: left;
	padding: 10px

}

.current {
	color: #666;
}

.con_top {
	width: 81%;
	margin top: 200px auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 5px;
	margin-top: 80px;
}
.con_top2 {
	width: 79.5%;
	margin top: 200px auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 50px;
}
.con_top3 {
	width: 80%;
	margin top: 200px auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 50px;
	text-align: center;
}
.con_top4 {
	width: 100%;
	margin top: 200px auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #000;
	color: #FFF;
	padding: 15px;
}
.con_top5 {
	width: 100%;
	margin top: 200px auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 40px;
	margin-top: 40px;
	position: relative;
}

section {
	max-width: 100%;
	position: relative;
	padding: 20px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

h1 {
	font-size: 2em;
	color: #333;
	line-height: 1.25em;
	margin: 20px 0;
}
h2 {
	font-size: 1.3em;
	color: #666;
	line-height: 1.15em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
h3 {
	font-size: 1.3em;
	color: #FFF;
	line-height: 1.15em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px;
}

p {
	line-height: 1.25em;
	margin-bottom: 20px;
}



/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {

	header {

	position: fixed;

	}

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}
	
