/*************************/
/****CSS RESET************/
/************************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---------------------------------------------*/




body {
	margin: 0;
	background: #fff url('gfx/bg.jpg') repeat-x;
	font-family: "Arial", Helvetica, sans-serif;
}

.site-wrap {
	width: 800px;
	margin: 0 auto;
}


.header {
	margin: 20px 0 20px 0;
}


/*--- Logo START ---*/
.logo {
	width: 200px;
	float: left;
}

.logo img {
	border: none;
}



/*---Navigation START ---*/
.nav {
	width: 500px;
	float: right;
	text-align: right;
	font-size: 12px;
}

.nav li img {
	border: none;	
}

.nav ul {
	float: right;
}

.nav li {
	float: left;
	list-style: none;
	margin: 0 0 0 8px;
}



.intro-text {
	background: url('gfx/introtext.png') no-repeat;
	height: 40px;
	margin: 0 0 20px 0;
}



/*--- Footer START ---*/
.footer {
	text-align: center;
	font-size: 11px;
	color: #c3c3c3;
}




/*--- Front Page START ---*/
.work-slider {
	width: 800px;
}



/*--- Content ---*/
.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
}


.contact-content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	width: 500px;
	float: left;
}

.contact-content input {
	color: #dd005e;
	font-size: 20px;
	width: 400px;
	height: 28px;
	margin: 0 0 15px 0;
	padding: 8px 5px 0 5px;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.contact-content textarea {
	color: #dd005e;
	font-size: 20px;
	width: 400px;
	height: 200px;
	margin: 0 0 15px 0;
	padding: 8px 5px 0 5px;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.contact-btn input {
	width: 80px;
	height: 40px;
	padding: 2px;
}

.contact-extra {
	float: left;
	width: 200px;
}

.contact-extra img {
	border: 0;
}


/*--- Pages ----*/
.page-title {
	border-bottom: 1px solid #fff;
	margin: 0 0 12px 0;
}

.page-title h4 {
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 7px 0;
}




.clear-fix {
	clear: both;
}