body {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #669;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font: bold 36px/100% Arial, Helvetica, sans-serif;
	display: inline-block;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	padding: 5px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#header {
	height: 150px;
}
#content {
	float: left;
	width: 100%;
	box-shadow: 2px 2px 4px 2px rgba(0,0,0,.4);
}
#content_home {
	float: left;
	width: 99%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.home_small {
	with: 311px;
	display: inline-block;
	float: left;
	padding: 6px;
	text-align: center;
}
#sidebar {
	width: 300px;
}
#footer {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
body {
	font: 90%/160% Arial, Helvetica, sans-serif;
	color: #666;
	width: 1000px;
	max-width: 96%;
	margin: 0 auto;
}
p {
	margin: 0 0 20px;
}
a {
	color: #69C;
	text-decoration: none;
}
a:hover {
	color: #F60;
}
h1, h2, h3 {
	color: #000;
	line-height: 120%;
	margin: 30px 0 10px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	text-align: center;
}
h3 {
	font-size: 1.1em;
}

h4 {
	font-size: .8em;
	font-weight: normal;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#containingDiv {
	width:960px;margin:0 auto; padding:0px;
/*	box-shadow: 2px 2px 4px 2px rgba(0,0,0,.4);*/
}
#bottomText {
	width:100%; font:18px 'Lato', sans-serif; color:#333333; border-top:1px solid #cccccc; padding:10px 0 0 0; margin-top:100px; text-align:center;
}

.div_left {
	width:30%;
	float:left;
}

.div_right {
	width:65%;
	float:left;
	margin-left:5%;
}

.contentinside h2 {
	text-align: left;
	font-weight: normal;
}
.logo {
	display: inline-block;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}


/* nav */
.nav {
	z-index: 10000;
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	padding: 0;
	list-style: none;
	display: inline-block;
	*display:inline; /* ie7 */
	margin-top: 0;
	margin-right: 5px;
	margin-left: 0;
}
.nav a {
	text-decoration: none;
	color: #999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
}
.nav a:hover {
	color: #FFF;
	background-image: url(../images/menu_bg.jpg);
}
.nav .current a {
}

/* right nav */
.nav.right ul {
	text-align: right;
}

/* center nav */
.nav.center ul {
	text-align: center;
}

#content_home {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
}
.home_small {
	display: inline-block;
	float: left;
	text-align: center;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.home_small a img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}

.last {
	padding-right:0px;
}
.product_left {
	width: 60%;
	float: left;
	display: inline-block;
	margin-right: 5px;
}

	.product_left a img {
		margin-right: 20px;
	}
	
	.product_right {
	width: 30%;
	float: left;
	display: inline-block;
	margin-top: 8%;
	}
	
	.product_left h1 {
	font-size: 1.5em;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-left: 5px;
	float: left;
	padding-top: 10px;
	}

@media screen and (max-width: 600px) {
	.nav {
		position: relative;
		min-height: 40px;
	}	
	.nav ul {
		width: 180px;
		padding: 5px 0;
		position: absolute;
		top: 0;
		left: 0;
		border: solid 1px #aaa;
		background: #fff;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
	}
	.nav li {
		display: none; /* hide all <li> items */
		margin: 0;
	}
	.nav .current {
		display: block; /* show only current <li> item */
	}
	.nav a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}
	.nav .current a {
	color: #666;
	}

	/* on nav hover */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
		
	}

	/* right nav */
	.nav.right ul {
		left: auto;
		right: 0;
	}

	/* center nav */
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}
	.product_left {
	width: 100%;
	float: left;
	display: inline-block;
	margin-right: 25px;
}

	.product_left a img {
		margin-right: 20px;
	}
	
	.product_right {
		width: 100%;
		float: left;
		display: inline-block;
		margin-top: 8%;
	}
	
	.product_left h1 {
		font-size: 1.5em;
		color: #333;
		font-weight: normal;
		text-transform: uppercase;
		margin-top: 0px;
		margin-bottom: 30px;
		margin-left: 15px;
		padding-left: 5px;
	}
	
	.home_small a img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}
	
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	#pagewrap {
	width: 100%;
	}
	#content {
	width: 100%;
	}
	#sidebar {
		width: 30%;
	}

	.home_small a img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}
	.product_left {
	width: 100%;
	float: left;
	display: inline-block;
	margin-right: 25px;
}

	.product_left a img {
		margin-right: 20px;
	}
	
	.product_right {
		width: 100%;
		float: left;
		display: inline-block;
		margin-top: 8%;
	}
	
	.product_left h1 {
	font-size: 1.5em;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 15px;
	padding-left: 5px;
	float: left;
	}
}

/* for 700px or less */
@media screen and (max-width: 700px) {

	#content {
	width: 100%;
	float: none;
	}
	#sidebar {
		width: auto;
		float: none;
	}
	.home_small a img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}
	.product_left {
	width: 100%;
	float: left;
	display: inline-block;
	margin-right: 25px;
}

	.product_left a img {
		margin-right: 20px;
	}
	
	.product_right {
		width: 100%;
		float: left;
		display: inline-block;
		margin-top: 8%;
	}
	
	.product_left h1 {
		font-size: 1.5em;
		color: #333;
		font-weight: normal;
		text-transform: uppercase;
		margin-top: 0px;
		margin-bottom: 30px;
		margin-left: 15px;
		padding-left: 5px;
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {

	#header {
		height: auto;
	}
	h1 {
		font-size: 24px;
	}
	#sidebar {
		display: none;
	}
	.home_small a img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}
	.product_left {
	width: 100%;
	float: left;
	display: inline-block;
	margin-right: 25px;
}

	.product_left a img {
		margin-right: 20px;
	}
	
	.product_right {
		width: 100%;
		float: left;
		display: inline-block;
		margin-top: 8%;
	}
	
	.product_left h1 {
		font-size: 1.5em;
		color: #333;
		font-weight: normal;
		text-transform: uppercase;
		margin-top: 0px;
		margin-bottom: 30px;
		margin-left: 15px;
		padding-left: 5px;
	}

}

/* border & guideline (you can ignore these) */
#content {
	background: #f8f8f8;
}
#sidebar {
	background: #f0efef;
}
#header, #content, #sidebar {
	margin-bottom: 5px;
}
#pagewrap, #header, #content, #sidebar, #footer {
}
