/* CSS Document */
/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background-color: #000000;

}
body {
width: 100%;
text-align:left;
font-size: 70%;

}
p {padding: 7px 0 7px 0;}

a {
color: #000099;
}
a:hover{
color: #0000FF;
text-decoration: none;
}

h1, h2, h3, h4, h5 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
background-image:url(../images/bg_top.jpg);
background-repeat:repeat-x;
background-position:top;
width: 100%;
margin: 0 auto; /*** Centers the design ***/
background-color: #000000;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
background-image:url(../images/header_b.jpg);
height:150px;
background-repeat:no-repeat;
background-position:left;

}

#header_inside {
background-image:url(../images/header_inside.jpg);
height:150px;
background-repeat:no-repeat;
background-position:left;

}
#header_c{
background-image:url(../images/header_c.jpg);
height:150px;
background-repeat:no-repeat;
background-position:left;

}

#header_p{
background-image:url(../images/header_p.jpg);
height:150px;
background-repeat:no-repeat;
background-position:left;

}

#header_g{
background-image:url(../images/header_g.jpg);
height:150px;
background-repeat:no-repeat;
background-position:left;

}

#header_menu {
height:36px;
width:950px;


}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
margin-top: 3px; /*** Make som space for our top menu ***/
padding-left: 50px;  
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 850px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 950px;
margin-left: -50px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
background-image:url(../images/bg_content.gif);
background-repeat:repeat-x;
background-position:top;
float: right;
width: 900px;
background-color: #121212;


}
* html #content {
position: relative; /*** IE needs this  ***/
}
.contentWrap {
padding: 5px;
padding-right:20px;
padding-bottom:20px;
float:left;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
.left_b {
	width:420px;
	padding:20px;
	padding-left:10px;
	float:left;
}

.right_b {
	float:right;
	padding-top:50px;
	padding-left:10px;
	width:400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666
}

.right_b A:link {text-decoration: none; color:#666666}
.right_b A:visited {text-decoration: none; color:#666666;}
.right_b A:active {text-decoration: none; color:#666666;}
.right_b A:hover {text-decoration: underline; color:#666666;}

.style1 {
	width:90%;
	text-align:left;
	margin-top:20px;
	margin-bottom:10px;
	font-weight:bold;
	color: #999999;
	border-bottom: 1px dotted #999999;
	padding-bottom:10px;
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 40px;

min-height: 10px;
padding: 0;
}
* html #left {
position: relative; /*** IE needs this  ***/
height: 10px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}
/*************************
RIGHT COLUMN
**************************/
#right {
margin: -50px 0 0 -850px; /*** Move the right column so it takes the positon as a top menu ***/
float: left; 
width: 900px;
height: 36px;
}
* html #right {
position: relative; /*** IE needs this  ***/
}
#right ul {
list-style: none;
}
#right li {
display: inline;
padding-right: 15px;
}
/**************************
FOOTER
**************************/
#footer_g {
float:left;
width: 100%;
margin: 0;
text-align: left;
_margin-top:-13px;
}

#footer {
float:left;
width: 100%;
margin: 0;
text-align: left;

}

#footer_in {
padding:0;
float:left;
width: 900px;
margin-left: 50px;
_margin-left: 25px;
text-align: left;
background-color: #848484;
}

.footer_l {
padding:0px;
width: 80px;
float:left;
text-align: right;
background-color: #848484;
height: 26px;
}
.footer_r {
vertical-align:bottom;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#333333;
padding:0px;
width: 810px;
float:left;
text-align: right;
background-color: #848484;
height: 26px;
}
.footer_r A:link {text-decoration: none; color:#333333}
.footer_r A:visited {text-decoration: none; color:#333333;}
.footer_r A:active {text-decoration: none; color:#333333;}
.footer_r A:hover {text-decoration: underline; color:#000000;}


.brd_big{
	width:400px;
	padding:6px;
	background-color:#787679;
}

.brd_small{

	vertical-align:middle;
	text-align:center;
	height:140px;
	width:140px;
	padding:5px;
	background-color:#787679;
}
.fram{
	background-color:#575757;
	v-align:middle;
	height:141px;
	width:140px;
	text-align: center;
}
.thumb{
height:230px;
	margin-top:20px;
	margin-right:40px;
	float:left;
}
.ops_short{width:140px;
overflow:hidden;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:10px;
}

.title {
width:140px;
overflow:hidden;
	padding:5px 0 5px 0;
	text-align:center;
	color:#CCCCCC;
	font-size:11px;
	font-weight:bold;
	}
	
.title A:link {text-decoration: none; color:#CCCCCC}
.title A:visited {text-decoration: none; color:#CCCCCC;}
.title A:active {text-decoration: none; color:#CCCCCC;}
.title A:hover {text-decoration: underline; color:#ffffff;}
.buttons{
	height:50px;
	padding-top:20px;
	width:412px;
	float:left;
}
.back{
	float:left;
	width:200px;
	text-align:left;
}
.buy{
	float:right;
	width:180px;
	text-align:right;
}

.more{
	width:200px;
	text-align:right;
}
.gall{
	padding-left:30px;
	width:830px;
	float:left;
	}

.pages {
	height:20px;
	width:900px;
	background-color:#575757;
	color:#CCCCCC;
	text-align:center;
	padding-top:10px;
	}
	
.pages A:link {text-decoration: none; color:#CCCCCC}
.pages A:visited {text-decoration: none; color:#CCCCCC;}
.pages A:active {text-decoration: none; color:#CCCCCC;}
.pages A:hover {text-decoration: underline; color:#ffffff;}

.clear{
	clear:both;
}
.field{
	height:16px;
	padding-left:3px;
	width:200px;
	font-size:11px;
	border:1px solid #f3f3f3;
	background-color:#999999;
	color:#333333;
}
.field2{
	
	padding-left:3px;
	width:200px;
	font-size:11px;
	border:1px solid #f3f3f3;
	background-color:#999999;
	color:#333333;
}