/*#############################################################
Name: Bright Pixel
Date: 2006-05-07
Description: A smooth, monochrome, lightweight design.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
a {
	color: #000;
	text-decoration: none;
	border: 3px none;

}
body {
	background: #CCCCCC url(img/1bg.gif) repeat scroll center center;
	color: #000000;
	margin: auto;
	text-align: left;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: text-top;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;


}
.gfx a {
	background: #FFFFFF url(img/2bgitem.gif) no-repeat;
	display: block;
	height: 165px;
	width: auto;

}

/* header */
.header {
	background: #FFF;
	border-bottom: 1px double #E5E5E5;
	font: normal 2.6em/normal Arial;
	border-top-style: double;
	border-right-style: double;
	border-left-style: double;
	border-top-width: 3px;


}

/* main */
.main {
	background: #FFF;
	margin: 20px auto 4px auto;
	text-align: left;
	width: 620px;
	border-top: medium double #CCCCCC;
	border-right: medium double #CFCFCF;
	border-bottom: medium double #CCC;
	border-left: medium double #CFCFCF;

}
.container {
	margin: 10px;
}

/* menu */
.menu a {
	background: #FFFFFF left center;
	border-right: 1px solid #CCCCCC;
	border-top: 1px none #999999;
	color: #000000;
	float: left;
	width: 149px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2pt;
	text-align: left;
	display: marker;
	font-size: 9px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 24px;
	left: 50px;
	padding: 0px;
	text-indent: 5pt;
	border-bottom-style: none;
	border-left-style: none;
	border-left-width: 1px;
	border-left-color: #999999;










}
.menu a span {
	padding-left: 5px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a#last {
	width: 150px;
	border-right: none;
}

/* content */
.content {
	background: #F5F5F5;
	border-top: 1px none #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: normal 4em Arial, Helvetica, sans-serif;
	color: #990000;
}
.content p {
	margin: 1px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;

}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	word-spacing: normal;

}

/* footer */
.footer {
	padding: 0 0px 0px;
	background: #FFFFFF left top;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	letter-spacing: 1pt;
	text-align: right;
	display: none;
	text-indent: 3pt;




}

.footer .left, .footer .right {padding: 0 0px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}
.headerdw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	letter-spacing: 1px;
	word-spacing: normal;
	font-style: normal;
	font-weight: normal;
	color: #000000;



}
.textdw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.titledw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B30000;
	letter-spacing: 1.5pt;
	font-weight: bolder;



}
