/* Global Styles */

body {
	margin:0px;
	color: #AAAAAA;
	font-family: Arial, Helvetica;
	font-size: 11px;
}

td {
	color: #AAAAAA;
	font-family: Arial, Helvetica;
	font-size: 11px;
}

p {
	color: #AAAAAA;
	font-family: Arial, Helvetica;
	font-size: 11px;
	text-align: left;
}

#MainBox {
	display: none;
	background-color:#eff0f0;
	width: 100%;
	z-index: 1;
}

#MainBoxWhite {
	display: none;
	background-color:#ffffff;
	width: 100%;
	z-index: 1;
	border-bottom: solid #666666 1px;
	border-top: solid #666666 1px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica;
	font-size: 17px;
}
	
h3 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica;
	font-size: 13px;
}

a {
	color: #8e8e92;
	text-decoration:none;
	font-family: Arial, Helvetica;
	font-size: 11px;
}
	
a:hover {
	color: #e31937;
	text-decoration:none;
	font-family: Arial, Helvetica;
	font-size: 11px;
}

img {
/* display: block; */
border:none;
vertical-align:bottom;
}

pre {
	color: #AAAAAA;
	font-family: Helvetica, Arial;
	font-size: 11px;
	margin: 0px;
}

td {
vertical-align:top
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#overlay2{ 
    background-image: url(overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

* html #overlay2{
    background-color: #333;
    background-color: transparent;
    background-image: url(overlay.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="overlay.png", sizingMethod="scale");
}

#textBox{
    width: 500px;
	color: #333333;
    background:#EEEEEE;
	padding: 20px;
    z-index: 100;
	text-align: left;
}

#footer {
	color: #CCCCCC;
	display:block;
	font-size:9px;
	position: absolute;
	text-align:right;
	width: 100%;
	top: 5px;
}

#footer a {
	color: #CCCCCC;
	text-decoration:underline;
}
	
#footer a:hover {
	color: #e31937;
}


/*********************** MENU *********************************/

.menu {
height:30px;
font-size:0.85em;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:90px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:90px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
text-decoration:none; 
width:90px; 
height:30px; 
padding-left:0px; 
line-height:32px;
font:  12px Arial, Helvetica, sans-serif;
color: #e4213e;
/* padding: 8px 13px 8px 0px; */
font-weight:bold
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:90px;
w\idth:81px;
}

.menu .r2 {
text-align: right;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background-color: #eff0f0;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
background-color: #eff0f0;
}
.menu ul ul :hover > a.drop {
background-color: #eff0f0;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background-color: #eff0f0;
}
/* style the third level hover */
.menu ul ul ul a:hover{
background-color: #eff0f0;
}
.menu ul ul ul :hover > a {
background-color: #eff0f0;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
bottom:30px;
left:0; 
width:150px;
}
* html .menu ul ul {
bottom:30px;
}
/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
bottom:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background-color: #eff0f0;
color: #e4213e;
height:auto; 
line-height:1em; 
padding:5px 0px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#ccc; 
/* background:#949e7c; */
}
.menu :hover > a, .menu ul ul :hover > a {
color:#ccc;
/* background:#949e7c; */
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
height:auto;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
display:none;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
display:block;
bottom:0;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
display:block;
bottom:0;
}

/******************************* END MENU ************************************/

#item_content ul {
padding-left: 13px;
top: -8px;
position:relative;
}

#item_content p {
padding: 0px;
margin: 0px;
margin-bottom: 5px;
}

hr {
  border: 0;
	color: #999999;
	background-color: #CCCCCC;
	height: 1px;
}

.gallery {
	float : left;
	width : 416px;
	height : 224px;
	z-index: 200;
}

.gallery a.full {
	width : 416px;
	height : 224px;
	float : left;
	display : block;
	overflow : hidden;
	text-align : center;
	position: relative;
}

.gallery img#gallery_target {
	height : 224px;
}

.gallery .thumbnails  {
	display : block;
	float : left;
	width : 600px;
	position:absolute;
	left: 435px;
	top: 161px;
}

.gallery .thumbnails .project {
	font-weight:400;
}

.gallery .thumbnails .currentProject {
	font-weight: bold;
}

.gallery a.thumbnail {
	border : 1px solid #eff0f0;
	overflow : hidden;
	display : block;
	padding : 3px;
	margin-right : 14px;
	float : left;
}

.gallery a:hover.thumbnail {
	border : 1px solid #e4213e;
}

.gallery a:hover.nolink {
	border : black solid 1px ! important;
	cursor : default;
}

.gallery .thumbnails a img {
	width : 75px;
	height : 60px;
}

.gallery .scroll  {
	display : block;
	float : left;
	width : 565px;
	position:absolute;
	left: 435px;
	top: 235px;
}

.gallery .scroll a {
	cursor: hand;
	cursor: pointer;
}

.thumbcat {
	border : 1px solid #eff0f0;
	width : 75px;
	height : 60px;
	overflow : hidden;
	display : block;
	padding : 3px;
	margin-left : 12px;
	margin-bottom : 12px;
	position:relative;
	right: 16px;
}

.thumbcat:hover {
	border : 1px solid #e4213e;
}


.menu_home {
position: relative;
left: -3px;
height: 40px;
bottom: 3px;
}

#logo {
	position:absolute;
	top: 0px;
	left: -50px
}

#message {
	position:absolute;
	top: 0px;
	left: 350px;
	padding-top: 5px;
	width: 650px;
}

#message {
	position:absolute;
	top: 0px;
	left: 350px;
	padding-top: 5px;
	width: 650px;
}

#message2 {
	left: 438px;
	width: 558px;
	border-top: solid #999999 1px;
	position:absolute;
	top: 0px;
	padding-top: 5px;
}

#downloads {
	position: absolute;
	top: -21px;
	width: 100%;
	text-align:right;
}

#title {
	height: 75px;
	position: relative;
}

#content {
	height: 295px;
}

#main {
	width: 1000px;
	float: none;
	text-align:left;
	z-index: 1;
}