/*
-------------------------------------------------------------
Document:	'default stylesheet'
Project:	Serinyà
Author:		Micke Andersson (anderssonweb.se)
Created:	2008-04-13 13:32
Copyright:	© 2008 ANDERSSON WEB & SUPPORT
-------------------------------------------------------------*/
html, body {
	height:					100%;
	text-align:				center;
	background-color:		#000;
	margin-top:				20px;
}
div#outer-container {
	width:					1000px;
	text-align:				left;
	border-top:				1px #585858 solid;
	border-right:			1px #494949 solid;
	border-bottom:			1px #454545 solid;
	border-left:			1px #4F4F4F solid;
	background-color:		#1B1D1D;
	margin:					0 auto;
}
div#inner-container {
	margin:					25px 0px 25px 20px;
}

/* menu
-------------------------------------------------------------*/
div#menu-column {
	float:					left;
	width:					200px;
	padding:				10px 20px 10px 0px;
	text-align:				right;
	border-right:			1px #2f2f2f solid;
}
div#menu-column img {
	margin:					0px 0px 12px 12px;
	behaviour:				url(iepngfix/iepngfix.htc);
}
div#menu-column h6 {
	color:					#E1E1E1;
	font-family:			Helvetica,sans-serif;
	font-size:				13px;
	font-weight:			bold;
	letter-spacing:			1px;
	line-height:			16px;
	word-spacing:			1px;
}
div#menu-column ul {
	margin:					20px 0px 0px 0px;
}
div#menu-column ul li {
	margin:					2px 0px;
	list-style-type:		none;
	font-family:			Helvetica, sans-serif;
	font-size:				11px;
	font-style:				normal;
	line-height:			16px;
	font-weight:			600;
	color:					#393939;
	word-spacing:			2px;
	text-decoration:		none;
}
div#menu-column ul li.selected {
	color:					#fff;
	font-size:				11px;
	font-style:				normal;
	line-height:			16px;
	font-weight:			600;
	word-spacing:			2px;
}
div#menu-column ul li a:link, div#menu-column ul li a:active, div#menu-column ul li a:visited {

}
div#menu-column ul li a:hover {

}
div#menu-column a {
	padding-left:			3px;
}
div#menu-column a.selected {
	color:					#eee;
}
div#menu-column hr {
	margin:					20px 0px 20px 0px;
	height:					1px;
	color:					#2f2f2f;
	border:					0px;
	background-color:		#2f2f2f;
}
div#menu-column a.thumbnail {
	margin:					0px;
	padding:				0px;
	line-height:			0px;
}
/* footer
-------------------------------------------------------------*/

div#footer {
	width:					1000px;
	height:					28px;
	margin:					0 auto;
	background-color:		#000;
}
div#footer p {
	float:					left;
	margin-top:				7px;
	color:					#222;
}
div#footer p a:link, div#footer p a:active, div#footer p a:visited {
	color:					#222;
}
div#footer p a:hover {
	color:					#222;
	text-decoration:		underline;
}
div#footer p.leftfoot {
	width:					770px;
	text-align:				left;
}
div#footer p.rightfoot {
	width:					230px;
	text-align:				right;
}

/* content
-------------------------------------------------------------*/
div#page-column{
	float:					left;
	margin:					0px 0px 0px 0px;
	width:					750px;
	border:					0px #00ff00 dashed;
}
div#page-column h6 {
	margin:					20px 0px 15px 80px;
	font-size:				11.5px;
	font-style:				normal;
	line-height:			14px;
	font-weight:			700;
	color:					#E2E2E2;
	letter-spacing:			2px;
	word-spacing:			2px;
}
/* content -> news section
-------------------------------------------------------------*/
div#page-column .newsbox {
	margin:					0px 0px 20px 80px;
}
div#page-column .newsbox h5 {
	font-size:				11px;
	font-style:				normal;
	line-height:			16px;
	font-weight:			600;
	color:					#7C7C7C;
	letter-spacing:			1px;
	word-spacing:			1px;
}
div#page-column .newsbox p {
	font-family:			Helvetica,sans-serif;
	font-size:				11px;
	color:					#D7D7D7;
	letter-spacing:			1px;
	font-weight:			400;
}

/* content -> static text
-------------------------------------------------------------*/
div#page-column .static-text {
	margin:					0px 80px 20px 80px;
}
div#page-column .static-text h5 {
	font-size:				11px;
	font-style:				normal;
	line-height:			16px;
	font-weight:			600;
	color:					#7C7C7C;
	letter-spacing:			1px;
	word-spacing:			1px;
}
div#page-column .static-text p {
	margin:					0px 0px 10px 0px;
	font-family:			Helvetica,sans-serif;
	font-size:				11px;
	color:					#D7D7D7;
	letter-spacing:			1px;
	font-weight:			400;
	line-height:			1.6em;
}

/* content -> gallery section
-------------------------------------------------------------*/
div#page-column div#image-container {
	margin-top:				20px;
}
div#page-column p#loader {
	position:				relative;
	left:					50%;
	top:					50%;
	width:					66px;
	height:					66px;
	margin-top:				-33px;
	margin-left:			-33px;
}
div#page-column table tr td#image_holder {
	width:					750px;	
	height:					400px;	
	margin:					0 auto;
	text-align:				center;
	border:					0px #fff dashed;
}
div#page-column table tr td#image_text {
	padding-top:			20px;
	text-align:				right;
	color:					#666666;
	font-family:			Helvetica,sans-serif;
	font-size:				10px;
	font-weight:			400;
	letter-spacing:			1px;
	border:					0px #fff dashed;
}

div#page-column table tr td {
	border:					0px #fff dashed;
}