/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { font-size: 100%; vertical-align: baseline; background: transparent; }
body { min-width: 830px; line-height: 1; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/*global*/
* { margin: 0; padding: 0; }
a { color: #000; text-decoration: none; }
a:hover {text-decoration: underline; }

body { margin: 0; 	background-image: url('../images/bg.gif'); background-color: #fff; background-attachment:fixed;font-family:Helvetica, sans-serif; font-size: 12px; color: #000;  overflow: auto;  }
h1 { font-weight: bold; color: #fff; font-size: 16px; margin-bottom: 5px;}
h2 { font-weight: normal; color: #4e4e4e; font-size: 20px; margin:20px;}
h3 { font-weight: bold; color: #000; font-size: 18px;}
h4 { font-weight: bold; color: #000; font-size: 12px;}
h5 { font-weight: bold; color: #000; font-size: 11px;}
h6 { font-weight: bold; color: #000; font-size: 10px;}
p {color:#666;}

h1,h2,h3,h4,h5,h6 {
font-family:Georgia, sans-serif;
font-style: italic;
}


img {border: 0;}





 
#header {

background-position:0 0;
background-repeat:repeat-x;
bottom:0;
height:210px;
width: 700px;
left:50%;
margin-left:-366px;
margin-right:0;
margin-top:0;
position:fixed;
z-index:99999;
    

}

#logo {margin-left:70px; overflow: hidden;}

.twitter {background: white;}
.twitter ul {list-style: none;}
.twitter li {display: block; float: left; background: gray; margin:5px ; padding: 5px;}



.box {
 
    background: transparent;
	font-size: 11px;
	margin: 10px;
		-moz-box-shadow: none;
	-webkit-box-shadow: none;
     box-shadow: none;

	}

.box:hover{    
	-moz-box-shadow: 1px 1px 10px #666;
	-webkit-box-shadow: 1px 1px 10px #666;
     box-shadow: 1px 1px 10px #666;
     float:left;
	background: #000;

	
	}
 
.box p {margin:10px;

}

#main {

margin: 40px 40px 140px 40px;
 }


.col1 { width: 220px; }
.col1 img{width: 220px;margin:0; border: 0;}
.col2 { width: 460px; }
.col2 img{width: 460px;}
.col3 { width: 940px; }
.col3 img{width: 940px;}





#nav  {
	opacity:0.9;
	float:left;
    list-style: none;
    background-color:#000;
    padding: 10px;
    -moz-border-radius: 7px;
	-webkit-border-radius: 7px;

    }

.nav ul  {
	list-style: none;

}

.nav:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

#nav li {
    float: left;
    margin: 5px 0 10px 10px;
    color: gray;
}

#nav li a {
color: #fff;
text-decoration: none;
}
#nav li a:hover {color: red;
}

#nav li.selected a {
    background: #C8C5C2;
    color: #FFF;

}

			






			
 .yellowcap
{
	bottom: 10px;
	background: #000;
	color: #fff;
	left: 10px;
	padding: 8px 10px 18px 13px;
	position: absolute;
	opacity:0.7;

}


 .yellowcap p
{
margin: 0;
}


.expandable {
    display: none;
}


.box {
  cursor: pointer;
}

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 10px;	
	font-style: italic;
	font-size: 11px;	
	font-family: arial;	
	cursor: pointer;
	border-top: 0px solid #ccc;
	background: #000000;
	text-shadow: 1px 1px 0 #202020;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 1px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 3px;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}

