/* BODY */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;	
	line-height:125%;
	background-color: #000000;
	color: #FFFFFF;
}

/* CONTAINER */

DIV#container {
	width: 700px; 
	padding: 0;
	margin: 0;
	margin-right: auto;
	margin-left: auto;	
}

/* HEAD */

DIV#head {

	height:157px;
	width:700px;
}

DIV#head SPAN {
	display:none;
}

DIV#head H1#site_name {
	margin:0;
	padding:0;
	width:230px;
	height:157px;
	line-height:10px;
	font-size:10px;
	float:left;
}

DIV#head H1#site_name A {
	display:block;
	margin:0;
	padding:0;
	width:230px;
	height:157px;
	background-image:url("../images/site/logo.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}

DIV#head H1#site_name A SPAN {
	display:none;
}
	
DIV#head DIV#details {
	width:310px;
	margin:0;
	padding:40px 90px 0 0;
	float:right;
	font-size:24px;
	text-align:left;
	font-style:italic;
	color:#FEB807;
	line-height:130%;
}

DIV#header DIV#details P {

margin-top:10px;

}

DIV#head IMG {
	border: none;
	float: right;
}

/* CONTENT */

DIV#content {
	width:480px;
	margin:0;
	text-align: justify;
	font-size:15px;
	float:left;
}

DIV#content H2 {
	font-size:21px;
	margin:0 0 6px 0;
	color:#FEB807;
	font-weight:normal;
	text-transform:uppercase;
}

DIV#content {	
	text-align: justify;
}

DIV#content P {
	margin:0 0 20px 0;
	
}

DIV#content UL {
	padding-left:30px;
}

DIV#content LI {
	padding-bottom:10px;
}

/* NAVIATION TOP */

DIV#nav {
	width:700px;
	background-image:url(../images/site/nav-background.jpg);
	background-repeat:repeat-x;
	height:29px;
	border-bottom: 1px solid #666666;
	text-align:right;
	padding-top: 7px;
}

DIV#nav UL {
	padding: 0;
	margin: 0;
	list-style-type:none;
	color: #FFFFFF;
	
	text-transform:uppercase;
}

DIV#nav UL LI {
	display: inline; 
}

DIV#nav UL LI A {
	padding: 8px 18px 10px 18px;
	color: #FEB807;
	text-decoration: none;

	font-size:14px;
	border-left: 1px solid #666666;
}

DIV#nav UL LI A:hover,
BODY#index UL LI A.index,
BODY#portfolio UL LI A.portfolio,
BODY#services UL LI A.about,
BODY#prices UL LI A.prices,
BODY#contact UL LI A.contact,
BODY#links UL LI A.links {
	color: #0033FF;
}

/* SUB NAVIGATION */

DIV#sub-nav {
	background-image:url(../images/site/subNavBg.jpg);
	float:right;
	margin: 0 0 20px 0;
	width:200px;
	height: 360px;
}

DIV#sub-nav P{
	padding: 0 15px 15px 15px
}

DIV#sub-nav  H2 {
	font-size:24px;
	margin: 10px 0 10px 0;
	padding:8px 10px 10px 10px;
	font-weight:normal;
	text-align:center;
	font-style:italic;
	color: #FEB807;
}

DIV#sub-nav  UL {
	margin:12px 0 0 25px;
	padding:0;
}

DIV#sub-nav  UL LI {
	list-style:none;
}

DIV#sub-nav  UL LI A:hover{
	text-decoration:none;
	color: #02246B;
}

/* FOOTER */

DIV#foot {
	font-size:12px;
	margin:0;
	width:700px;
	height:65px;
	color: #FFFFFF;
	text-transform: uppercase;
	clear:both;
	text-align:center;
	list-style:none;
	border-top: 1px solid #333333;
	padding-top:5px;
}

DIV#foot P {
	text-align: center;
}

DIV#foot P.credits {
	text-align: center;
	font-size:11px;
	text-transform:none;	
	padding-top:10px;
}

DIV#foot UL {
	padding: 2px 0 0 0;
	list-style-type:none;
	color: #FFFFFF;
	text-transform:uppercase;
}

/* NAVIGATION FOOTER */

DIV#foot UL LI {
	display: inline; 
}

DIV#foot UL LI A {
	padding: 11px 7px 10px 7px;
	text-decoration: none;
	font-size:12px;
}

DIV#foot UL LI A:hover, 
BODY#index DIV#foot UL LI A.index,
BODY#portfolio DIV#foot UL LI A.portfolio,
BODY#services DIV#foot UL LI A.about,
BODY#prices DIV#foot UL LI A.prices,
BODY#contactDIV#foot  UL LI A.contact,
BODY#links DIV#foot UL LI A.links {
	background-image:none;
	color: #0033FF;
}

/* MAP */

DIV#google-map {
	width:425px;
	height:350px;
	position:relative;
	float:left;
	margin: 10px 0 35px 0;
	padding:2px;
	border: 1px solid #999999;
}

DIV#contact-details {
	width:180px;
	position:relative;
	float:left;
	margin-bottom: 25px;
}





/* MISC*/

A {
	/*color: #F11E21;*/
	color: #FEB807;
	text-decoration:none;
	outline:none;
}

A:hover {
	text-decoration:underline;
}

IMG {
	padding: 2px;
	border: 1px solid #999999;
}

IMG.left {
	float:left;
	margin: 0 10px 5px 0;
	clear: left; 

	
}

IMG.right {
	float:right;
	margin: 0 0 10px 15px;
	clear: right; 

}

DIV#image-holder IMG {
	border:none;
	padding: 0;
	margin: 10px 0 15px 0;
}

P.mail {
font-size:13px;

}









	



