/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	margin-top:25px;
	background: url("../img/home_bg.jpg") no-repeat top center;
	background-size: 100%;
}

/* anchors
----------------------------------------------- */
a {
	color: #333;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#000;
}

/* 960 grid system container background
----------------------------------------------- */
.container_12
{
	position: relative; z-index: 2;
}

.container_12_isi .grid_4
{
	background: url("../img/bg80.png") repeat;
	min-height:132px;
}

#footer .container_12
{
	background: url("../img/bg80.png") repeat;
	position: relative; z-index: 2;
}


/* boxes
----------------------------------------------- */
.box {
	float:left;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.box_footer {
	background:#fff;
	min-height:50px;
	padding:10px 10px 1px 1px;
	position:static;
}

#footer p{
	padding-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#616161;
	font-size:12px;
	line-height:14.8px;
}
#footer img{
	width: 18px;
	height:28px;
	float:left;
	margin-right:5px;
}
#footer .left{
	float:left;
	width:400px;
	padding-left:14px;
}
#footer .right{
	float:right;
	text-align:right;
}
#footer a{
	color:#666;
	text-decoration:none;
}
#footer a:hover{
	color:#00C;
	text-decoration:none;
}

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}
