@charset "utf-8";
/* CSS Document */

/*

	HTML STYLES
	
*/

html { /* Enables scrollbar all the time in firefox*/
 overflow-y: scroll !important;
}

html, body {
	height: 100%;
}

body {
	background: #fff url(../../_img/dots.jpg) top left repeat-x;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6d6e71;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #dd0288;
}

a:hover {
	text-decoration: underline;
}

a[href $='.pdf'] {
   padding: 0 0 0 18px;
   background: transparent url(../../_img/icon_pdf.gif) no-repeat center left;
}


h1 {
	font-weight: bold;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div { behavior: url(iepngfix.htc) }

/*

	LAYOUT
	
*/


#wrapper {
	min-width: 990px;
	width: 990px;
	margin: 0 auto;
	min-height: 100%;
	height: auto!important;
	height: 100%;
	position: relative; 
}

#info {
	height: 74px;
	width: 127px;
	position: absolute;
	right: 0;
	color: #fff;
	vertical-align: bottom;
	padding: 130px 20px 0 20px;
	font-size: 11px;
	background: transparent url(../../_img/infobg.png) 0 0 repeat-x;
}

#info a {
	color: #fff;
}

#header {
	height: 375px;
	position: absolute;
	top: 80px;
	min-width: 290px;
	width: 290px;
	background: transparent url(../../_img/navbg2.png) 0 0 no-repeat;
	border: 1px none #000;
}

.logo {
	display: block;
	border: 1px none #000;
	width: 240px;
	height: 95px;
	margin: 0 0 0 25px;
	outline: 0;
	text-decoration: none;
	text-indent: -9999px;
}

/*

	NAV
	
*/

#nav {
	width: 244px;
	position: absolute;
	left: 23px;
	top: 175px;
}

#nav ul {
	margin: 0 auto;
	width: 244px;
	padding: 0;
}

#nav ul li {
	list-style: none;
	padding: 0;
	height: 50px;
	border-bottom: 1px solid #f0f0f1;
}

#nav ul li a {
	display: block;
	width: 243px;
	height: 49px;
	text-decoration: none;
	outline: 0;
	text-indent: -9999px;
}

#nav-li-1 a { background: transparent url(../../_img/button2.gif) -243px 0 no-repeat;}
#nav-li-2 a { background: transparent url(../../_img/button2.gif) -243px -47px no-repeat;}
#nav-li-3 a { background: transparent url(../../_img/button2.gif) -243px -94px no-repeat;}

#index #nav-li-1 a, #nav-li-1 a:hover { background: transparent url(../../_img/button2.gif) 0 0 no-repeat;}
#portfolio #nav-li-2 a, #nav-li-2 a:hover { background: transparent url(../../_img/button2.gif) 0 -47px no-repeat;}
#contact #nav-li-3 a, #nav-li-3 a:hover { background: transparent url(../../_img/button2.gif) 0 -94px no-repeat;}

/*

	END NAV
	
*/

#content {
	padding: 220px 20px 100px 300px;
	border: 1px none #ffcc00;
	width: 600px;
	min-height: 300px;
	height: auto!important;
	height: 300px;
}

#footer {
	font-size: 10px;
	position: absolute;
	bottom: 0;
	height: 60px;
	min-width: 990px;
	width: 100%;
	background: #fff;
}

#footer div {
	margin: 0 auto;
	width: 990px;
	padding-left: 20px;
}

#footer div span {
	color: #dd0288;
}

.gallery {
	padding: 20px 0;
	border-bottom: 2px dotted #f2f2f2;
}

dl.details dt {
	float: left;
	width: 80px;
}

/*

	MILKBOX
	
*/
#content img {
	border: none;
}
#content .bord {
	border: 1px solid #ccc;
	background: #f7f7f7;
	display: block;
	width: 100px;
	padding: 4px;
	margin: 10px 10px 10px 20px;
	outline: 0;
	height: 100px;
	float: left;
}

#content .bord:hover {
	background: #f2f2f2;
}

/*

	FORM

*/

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 330px;
}

fieldset dt {
	float: left;
	width: 120px;
	padding: 0 0 10px 0;
}

fieldset dd {
	padding: 0 0 10px 0;
}

fieldset span {
	color: #dd0288;
}

fieldset .textfield {
	border: 1px solid #ccc;
	background: #fff;
	width: 200px;
}

fieldset .textarea {
	border: 1px solid #ccc;
	background: #fff;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input:focus, textarea:focus {
	border: 1px solid #dd0288;
}

fieldset button {
	position: absolute;
	right: 10px;
}

.error {
	border: 1px solid #dd0288!important;
	background: #fface3!important;
}