/* - - - - - - - - - - - - - - - - - - - - -
Title : Hydra
Author : Ultravoné
URL : http://www.hydrastudios.co.uk
Description : Style sheet for screen.
Created : 20/05/06
Modified : 03/02/07
- - - - - - - - - - - - - - - - - - - - - */
body { 
		padding-top : 40px;
		font-size : 9px;
		line-height : 1.5em; 
		font-family : Verdana, Arial, sans-serif;
		}
#navigation {
		width : 320px;
		padding-top : 50px;
		padding-right : 0; 
		}
#footer {
		width : 160px;
		padding-top : 185px;
		padding-left : 49px; 
		padding-right : 0; 
		}
a, a:visited {
		color : #000; 
		text-decoration : none; 
		border-bottom : 1px dashed #810000; 
		} 
a:hover {
		color : #810000; 
		} 
a:focus {
		color : #810000; 
		} 
h1 {
		margin : 0;
		padding : 0;
		font-family : Verdana, Arial, sans-serif; 
		font-size : 1.2em; 
		font-style : normal; 
		font-weight : bold; 
		line-height : 1em; 
		letter-spacing : 0; 
		color : #000; 
		} 
h2 {
		font-family : Verdana, Arial, sans-serif; 
		font-size : 1.2em; 
		font-weight : bold; 
		line-height : 1.2em; 
		color : #000; 
		} 
ul li {
		display: inline;
		list-style-type : circle;
		padding-left : 10px;  
		font-size : 1.2em;
		font-weight : bold;
		line-height : 1.5em; 
		} 
ol li {
		display: block;
		list-style-type : disc;
		} 
dt {
		font-family : Verdana, Arial, sans-serif; 
		font-size : 11px; 
		font-weight : bold; 
		line-height : 1.4em; 
		color : #000; 
		}
dd {
		margin : 0;
		}
/*============================================================
 Home
============================================================*/
#home {
		width : 450px;
		height : 476px; 
		background-image : url(../home.jpg);
		background-repeat : no-repeat; 
		margin : auto;
		}
#homecontent {
		width : 135px;
		padding-top : 10px;
		padding-left : 49px; 
		padding-right : 0; 
		}
/*============================================================
 News
============================================================*/
#news {
		width : 450px;
		height : 476px; 
		background-image : url(../news.jpg);
		background-repeat : no-repeat; 
		margin : auto;
		}
#newscontent {
		width : 360px;
		height: 340px;
		overflow: auto;
		padding-top : 10px;
		padding-left : 49px; 
		padding-right : 0; 
		}
/*============================================================
 Portfolio
============================================================*/
#portfolio {
		width : 450px;
		height : 476px; 
		background-image : url(../portfolio.jpg);
		background-repeat : no-repeat; 
		margin : auto;
		}
#portfoliosub {
		width : 450px;
		height : 476px; 
		background-image : url(../portfoliosub.jpg);
		background-repeat : no-repeat; 
		margin : auto;
		}
#portfoliocontent {
		width : 360px;
		padding-top : 10px;
		padding-left : 49px; 
		padding-right : 0; 
		}
#portfoliocenter {
		width : 360px;
		padding-top : 5px;
		padding-left : 80px; 
		padding-right : 0; 
		}
#portfoliotext {
		width : 360px;
		height : 230px;
		padding-left : 51px;
		padding-top : 20px;
		padding-right : 0; 
		}
#portfoliovids {
		border-width : 8px;
		border-style: solid;
		border-color: #000;
		width : 268px;
		height : 228px;
		}
#portfoliomenu {
		width : 335px;
		height: 45px;
		overflow: auto;
		}
/*============================================================
 Contact
============================================================*/
#contact {
		width : 450px;
		height : 476px; 
		background-image : url(../contact.jpg);
		background-repeat : no-repeat; 
		margin : auto;
		} 
#contactcontent {
		width : 360px;
		padding-top : 185px;
		padding-left : 49px; 
		padding-right : 0; 
		}