/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.leftcolumn,
.grid_5,
.grid_6,
.grid_7,
.rightcolumn,
.grid_9,
.grid_10,
.grid_11,
.grid_12{
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.container .grid_3 {
	width: 220px;
}

.container .grid_6 {
	width: 460px;
}

.container .grid_9 {
	width: 700px;
}

.container .grid_12 {
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container .grid_1 {
	width: 60px;
}

.container .grid_2 {
	width: 140px;
}

.container .leftcolumn {
	width: 300px;
}

.container .grid_5 {
	width: 380px;
}

.container .grid_7 {
	width: 540px;
}

.container .rightcolumn {
	width: 620px;
}

.container .grid_10 {
	width: 780px;
}

.container .grid_11 {
	width: 860px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container .prefix_3 {
	padding-left: 240px;
}

.container .prefix_6 {
	padding-left: 480px;
}

.container .prefix_9 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container .prefix_1 {
	padding-left: 80px;
}

.container .prefix_2 {
	padding-left: 160px;
}

.container .prefix_4 {
	padding-left: 320px;
}

.container .prefix_5 {
	padding-left: 400px;
}

.container .prefix_7 {
	padding-left: 560px;
}

.container .prefix_8 {
	padding-left: 640px;
}

.container .prefix_10 {
	padding-left: 800px;
}

.container .prefix_11 {
	padding-left: 880px;
}


/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container .suffix_3 {
	padding-right: 240px;
}

.container .suffix_6 {
	padding-right: 480px;
}

.container .suffix_9 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container .suffix_1 {
	padding-right: 80px;
}

.container .suffix_2 {
	padding-right: 160px;
}

.container .suffix_4 {
	padding-right: 320px;
}

.container .suffix_5 {
	padding-right: 400px;
}

.container .suffix_7 {
	padding-right: 560px;
}

.container .suffix_8 {
	padding-right: 640px;
}

.container .suffix_10 {
	padding-right: 800px;
}

.container .suffix_11 {
	padding-right: 880px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container .push_3{
	left: 240px;
}

.container .push_6{
	left: 480px;
}

.container .push_9{
	left: 720px;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}

body {
	background: #fff;
	font-size: 11px;
	padding: 0;
}

a {
	color: #f00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2{
	background : url(../img/h2head.png) no-repeat;
	background-left : 0;
	margin : 50px 0 0 40px;
	padding-left : 25px;
	height : 85px;
	width : 500px;
	}

h3{
	margin : 20px 0 0 40px;
}

p{
	margin : 10px 40px 0 40px;
}

.container {
	background: #fff url(../../img/12_col.gif) repeat-y;
	margin-bottom: 0;
}

#base #topbar{
	display : block;
	height : 70px;
	background : url(../img/topbg.png) repeat-x;
}

#base #topbar #menu {
	margin : 0 auto;
	display : block;
	width : 960px;
	height : 70px;
}

#base #topbar #menu h1 a{
	display : block;
	height : 70px;
	width : 80px;
	text-indent : -9999px;
	overflow : hidden;
	background : url(../img/bowworks.png) 0 -70px no-repeat;
}

#base #topbar #menu h1 a:hover{
	background : url(../img/bowworks.png) 0 0 no-repeat;
}

#base #topbar #menu ul{
	float : right;
	height : 70px;
	width : 480px;
	margin : 0 10px 0 0;
	padding : 0;
	list-style : none;
}

#base #topbar #menu li{
	text-indent : -9999px;
	float : left;
	display : block;
	height : 70px;
	width : 80px;
	padding : 0;
	margin : 0;
}

#base #topbar #menu li#bowworks a{
	height : 70px;
	width : 80px;
	display : block;
	background : url(../img/topmenu.png) 0 -70px;
}

#base #topbar #menu li#bowworks a:hover,
#base #topbar #menu li#bowworksnow{
	display : block;
	background : url(../img/topmenu.png) 0 0;
}

#base #topbar #menu li#sitemap a{
	height : 70px;
	width : 80px;
	display : block;
	background : url(../img/topmenu.png) -80px -70px no-repeat;
}

#base #topbar #menu li#sitemap a:hover,
#base #topbar #menu li#sitemapnow{
	background : url(../img/topmenu.png) -80px 0 no-repeat;
}

#base #topbar #menu li#policy a{
	height : 70px;
	width : 80px;
	display : block;
	background : url(../img/topmenu.png) -160px -70px no-repeat;
}

#base #topbar #menu li#policy a:hover,
#base #topbar #menu li#policynow{
	background : url(../img/topmenu.png) -160px 0 no-repeat;
}

#base #topbar #menu li#project a{
	height : 70px;
	width : 80px;
	display : block;
	background : url(../img/topmenu.png) -240px -70px no-repeat;
}

#base #topbar #menu li#project a:hover,
#base #topbar #menu li#projectnow{
	background : url(../img/topmenu.png) -240px 0 no-repeat;
}

#base #topbar #menu li#links a{
	height : 70px;
	width : 80px;
	display : block;
	background : url(../img/topmenu.png) -320px -70px no-repeat;
}

#base #topbar #menu li#links a:hover,
#base #topbar #menu li#linksnow{
	background : url(../img/topmenu.png) -320px 0 no-repeat;
}

#base #topbar #menu li#contact a{
	height : 70px;
	width : 80px;
	display : block;
	background : url(../img/topmenu.png) -400px -70px no-repeat;
}

#base #topbar #menu li#contact a:hover,
#base #topbar #menu li#contactnow{
	background : url(../img/topmenu.png) -400px 0 no-repeat;
}

#base #bottom{
	display : block;
	height : 57px;
	background : url(../img/bottombg.png) repeat-x;
	padding : 0;
	margin : 0;
}

#base #basebg{
	background : #fff url(../img/sitebg.png) repeat-x;
	background-position : bottom;
}

#base .container .rightcolumn{
	background : #fff url(../img/columnbg.png) repeat-x;
	height : 780px;
	width : 620px;
	background-position : bottom;
	margin-left : 10px;
	margin-right : 10px;
	padding : 0;
}

#base .container {
	background : #fff url(../img/sitebg.png) repeat-x;
	background-position : bottom;
}

#base .container .leftcolumn{
	text-indent : -9999px;
	background : #fff url(../img/pict.png) no-repeat;
	height : 780px;
	width : 320px;
	margin-left : 0;
	margin-right : 0;
	background-position : bottom;
}

#base .container .rightcolumn .list{
	margin: 10px 20px 10px 20px;
}

#base .container .rightcolumn .list ul{
	display : block;
	float : left;
	width : 255px;
	margin: 0 10px 10px 10px;
	padding : 0;
	list-style : url(../img/lihead.png);
	border : 2px #666 dotted;
	height : 150px;
	overflow-y : auto;
	overflow-x : hidden;
}

#base .container .rightcolumn .list .left,
#base .container .rightcolumn .list .right{
	float : left;
	margin: 0 10px;
	width : 255px;
}

#base .container .rightcolumn .list .left h4,
#base .container .rightcolumn .list .right h4{
	float : left;
	margin: 5px 10px;
	width : 255px;
}

#base #bottom .footer {
	width : 960px;
	height : 50px;
	margin : 0 auto;
	disuplay : block;
	padding-top : 2px;
}

#base .container .rightcolumn ul{
	list-style : none;
	margin : 0 0 0 30px;
	padding : 0;
}