/* CREDITS
 * ----------------------------------------------------------
 * Title:		Fronteer - Screen Stylesheet
 * Author:		David Candreva <david@fronteer.be>
 * Date:		22/04/10
 * Last Edit:	00/00/00 David Candreva <david@fronteer.be>
 * ----------------------------------------------------------
 * Fronteer - Webdesign to a new level !
 * www.fronteer.be
 */

/* Reset
---------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0; }
table{ border-collapse:collapse; border-spacing:0; }
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{ font-style:normal; font-weight:normal; }
ol,ul{ list-style:none; }
caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal; }
strong,b{ font-weight:bold; }
em{ font-style:italic; }
em strong,strong em { font-weight: bold; font-style: italic; }
abbr,acronym{ border-bottom:1px dotted; cursor:help; }
button{ cursor:pointer; }

/* General elements
---------------------------------------------------------- */
textarea, body{ font-family:Arial, Helvetica, sans-serif; font-size:12px; }
body{ border-top:10px solid #e80085; background:#000; }

.clear{ clear:both; }
a:focus{ outline:none; }

/* Container
---------------------------------------------------------- */
div#container{ padding:100px 0 0 125px; }

/* Content
---------------------------------------------------------- */
div#content img{ display:block; }
div#content img#soon{ margin:50px 0; }
div#content img#services{ position:absolute; left:598px; top:110px;}
div#content img#details{margin:50px 0;}
div#content a.contact_button{ width:337px; height:150px; display:block; text-indent:-9000px; background:url(../images/layout/contact.png) no-repeat 0 0; }
div#content a.contact_button:hover{ background-position:right bottom; }