/*------------------------------
	Name: Digital Goldfish Stylesheet
	Author: Oskar Kirkwood
	Website: http://www.waracle.com/
	Copyright: Waracle Ltd 2008
-------------------------------*/
 img, div { behavior: url(/css/iepngfix.htc) }
*{
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
	background:url(../images/bg-body.png) repeat-x #000;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
#container{
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/* -- Header -- */
#header-outer{
	width:100%;
	text-align:center;
}
#header-inner{
 	width:990px;
	height:136px;
	background:url('../images/bg-header.png') no-repeat #2e6592;
	margin:0 auto;
	text-align:left;
}
#logo{
	float:left;
	margin-left:10px;
	}
#navbox{
	float:right;
	padding-right:10px;
	margin-top:102px;
	height:34px;
	/*background:khaki;*/
}
/* images displaying as text render with a small gap underneath */
/* reserved for characters like y etc */
#navbox img {display:block; float:left; margin-right:10px;}
#navbox img.end{margin:0;}
/* -- Body --*/
#body-outer{
	width:100%;
	/*background:#666;*/
	text-align:center;
	/* padding-bottom: 80px; Footer + 20px space */
}
#body-inner-01{
 	width:970px;
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;
	background:#4187b7;
	text-align:left;
}
#body-inner-01-left{
	float:left;
	/*margin-left:10px;*/
	width:160px;
}
.address-box{
	width:160px;
	height:162px;
	background:url('../images/bg-address-box.png') no-repeat;
	color:#fff;
}
.address-box-inner{
	padding:10px;
	text-align:right;
	}
.email-box{margin-top:8px;}
#body-inner-01-right{
	float:right;
	width:800px;
	height:303px;
	}
.twitter-box{margin-top:8px;}
#body-inner-01-right{
	float:right;
	width:800px;
	height:303px;
	}
.bg-home{background:url('../images/bg-home.png') no-repeat}
.bg-about{background:url('../images/bg-about.png') no-repeat}
.bg-products{background:url('../images/bg-products.png') no-repeat}
.bg-news{background:url('../images/bg-news.png') no-repeat}
.bg-jobs{background:url('../images/bg-jobs.png') no-repeat}
.bg-contact{background:url('../images/bg-contact.png') no-repeat}
#icon-box{
	float:left;
	width:102px;
	height:166px;
	/*margin-top:20px;
	margin-left:20px;*/
}
#body-text{
	float:left;
	width:650px;
	height:230px;
	color:#fff;
	/*background:black;debug text area*/
}
#body-inner-02{
	width:990px;
	margin:0 auto;
	height:350px;
	/* background:url('../images/bg-rfts.png') no-repeat; */
	background:url('../images/games/rotate.php') no-repeat;
	text-align:left;
}
.monkey-box{
	float:left;
	width:220px;
	height:351px;
	background:url('../images/monkeys/rotate.php') right bottom no-repeat;
	behavior: url('http://www.digital-goldfish.com/css/iepngfix.htc');
}

#company-number{
	float:left;
	margin-top:320px;
	color:#4187B7;
	}
	
#footer-text{
	float:right;
	margin-top:320px;
	color:#4187B7;
	text-align:right;
	}
#footer-text a{color:#fff;}
/* ------------------------------
Content Styles - Share with wysiwyg
------------------------------ */
p{
	margin-bottom:10px;
	text-align:justify;
	line-height:1.5em;
	}
h1, h2, h3{
	margin-bottom:10px;
	font-size:2em;
	font-weight:bold;
}
h4{
	margin-bottom:10px;
	font-size:1.5em;
	font-weight:bold;
}
h5{
	margin-bottom:10px;
	font-size:1.2em;
	font-weight:bold;
}
img{border:0;}
ul{
	margin-bottom:10px;
	}
li{
	margin-left:30px;
	line-height:1.3em;
	}
/* These list styles need to be prefixed with #body-content */
#body-content ul{padding-left:30px; margin-bottom:10px;}
#body-content ol{padding-left:30px; margin-bottom:10px;}
#body-content li{padding:3px;}
table{
	margin-bottom:10px;
	border-collapse: collapse;
	width:400px;
	background:#c9e4fe;
	}
table th{
	border:1px solid #000; 
	padding:5px;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background: #1E4F84;
	color:#fff;
}
table td{
	border:1px solid #000; 
	padding:5px;
	width:25%;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	}
form{
	margin-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	}
label{display:block; margin-bottom:5px;}
input{
	width:250px;
	background:url('../images/bg-black-trans.png');
	behavior: url('/css/iepngfix.htc');
	border:2px solid #fff;
	padding:2px;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	margin-bottom:5px;
	}
input.form-button{
	margin-top:5px;
	width:100px;
	background:#c18ff2;
	color:#000;
	border:2px solid #fff;
	cursor:pointer;
	}
input.form-button:hover{background:#D9EFF9;}
textarea{
	display:block;
	overflow:auto;
	width:250px;
	height:100px;
	background:url('../images/bg-black-trans.png');
	behavior: url('/css/iepngfix.htc');
	border:2px solid #fff;
	padding:2px;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	resize:none;
	}
a:link, a:visited{
	color: #fff;
	font-weight:bold;
	text-decoration:underline;
	}
a:hover {
	color: #fff;
	text-decoration:none;
	}
/* --- clearfix --- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* --- topnav --- 
/* -- reusable classes -- */
.hor-line{border-top:1px solid #000; margin-bottom:10px;}
.align-left{text-align:left;}
.align-right{text-align:right;}
.float-left{float:left;}
.float-right{float:right;}
/* padding classes to save the box model */
.padder-5{padding:5px;}
.padder-10{padding:10px;}
.padder-20{padding:20px;}
.news-article{
	padding:7px;
}
.news-article a{
	color:#FFFFFF;
}
#news-table{
	padding:5px;
	border:1px solid white;
	background:url('../images/bg-black-trans.png');
	behavior: url('/css/iepngfix.htc');
	margin-top:10px;
}
#news-header{
	font-weight:bold;
	margin-bottom:10px;
}
#news-content{
	text-align:justify;
}	
#news-footer{
	margin-top:10px;
}
#news-footer-left{
	float:left;
}
#news-footer-left a{
	color:#F2FFCC;
	text-decoration:underline;
}
#news-footer-right{
	float:right;
}
/* Products Page Syles */
#body-product-wrapper{
 	width:970px;
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background:url('../images/corner-shine.jpg') bottom left no-repeat #4187b7;
	/*background:green;*/
	text-align:left;
    min-height: 650px;
}
#body-inner-01-products{
	float:right;
	width:800px;
	background:url('../images/bg-product-repeater.jpg') repeat-y #f804a0;
	border-bottom:2px solid #000;
	}
.product-padder{
	padding-left:20px;
	padding-right:0px;
}
#product-list{
	float:left;
	width:670px;
	color:#fff;
	}
.product-box{
	border:1px solid #fff;
	padding:4px;
	margin-bottom:10px;
	background:url('../images/bg-black-trans.png');
	behavior: url('/css/iepngfix.htc');
	}
.product-box-left{
	float:left;
	width:270px;
	}
.product-box-right{
	float:right;
	width:383px;
	}
#product-footer{
	clear:both;
	width:990px;
	margin:0 auto;
	padding-top:10px;
	color:#4187B7;
	text-align:right;
	}
#product-footer a{color:#fff;}

#product-tabs{
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    /*background:khaki;*/
    
    
}

.product-tab-link{
    margin-right:10px;
    
}

.align-center{
	text-align:center;
}


#news-spacer{
    min-height: 210px;
}