
/* GENERAL, HEADER AND FOOTER */

a {
color: #ffffff;
text-decoration: underline;
}

.header {
position: relative;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
width: 900px;
height: 80px;
background-position: top right;
background-repeat: no-repeat;
}

.header_logo {
position: absolute;
top: 8px;
}

.menu {
position: relative;
margin-left: auto;
margin-right: auto;
width: 900px;
}

.footer {
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
width: 900px;
font: Helvetica, Arial, sans-serif;
font-size: 9px;
text-align: center;
}

.line {
position: relative;
margin-bottom: 3px;
text-align: left;
background-image: url(images/foot_line.gif);
background-position: top left;
background-repeat: no-repeat;
width: 100%;
}


/* INDEX PAGE */

.content {
position: relative;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
width: 900px;
overflow: visible;
}

.intro {
position: relative;
width: 100%;
background-color: #970103;
font-family: Helvetica, Arial, sans-serif;
color: #FFFFFF;
font-size: 13px;
font-weight: bold;
text-align: justify;
}

.services {
position: relative;
margin-top: 20px;
width: 100%;
height: 470px;
}

.intro_content{
padding: 12px;
}

.intro_logo {
vertical-align: middle;
padding-right: 12px;
}

.print {
position: relative;
float: left;
overflow: visible;
padding: 12px;
width: 36%;
height: 450px;
background-color: #8C8C8C;
font-family: Helvetica, Arial, sans-serif;
color: #FFFFFF;
font-size: 11px;
text-align: justify;
overflow: visible;
}

.print_logo {
padding-bottom: 15px;
}

.web {
position: relative;
overflow: visible;
float: right;
padding: 12px;
width: 57%;
height: 450px;
background-color: #AAAAAA;
font-family: Helvetica, Arial, sans-serif;
color: #000000;
font-size: 11px;
text-align: justify;
overflow: visible;
}

.web_content {
position: relative;
margin-top: 20px;
width: 100%;
height: 25%;
bottom: 10px;
}

.web_text {
border-right: 2px dashed #000000; 
padding-left: 8px; 
padding-right: 8px;
font-size: 11px;
}

.divider {
position: relative;
float: right;
right: 72%;
margin-top: 10px;
width: 6px;
padding-left: 6px;
padding-right: 6px;
}


/* PORTFOLIO PAGE */

.portfolio {
position: relative;
width: 100%;
background-color: #970103;
font-family: Helvetica, Arial, sans-serif;
color: #FFFFFF;
font-size: 13px;
font-weight: bold;
text-align: justify;
overflow: auto;
}

.title {
font-size: 13px;
font-weight: bold;
}

.projects {
position: relative;
margin-top: 10px;
width: 100%;
height: 130px;
font-weight: normal;
font-size: 11px;
border-bottom: 1px dashed #ffffff;
}

.projects img {
float: left;
margin-right: 20px;
border: 1px solid #333333;
margin-bottom: 20px;
}


/* ENQUIRY PAGE */

.enquiry {
position: relative;
width: 100%;
background-color: #970103;
font-family: Helvetica, Arial, sans-serif;
color: #FFFFFF;
font-size: 13px;
font-weight: bold;
text-align: justify;
overflow: auto;
}

.form {
position: relative;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
border: 10px solid #333333;
width: 550px;
font-weight: normal;
background-color: #FFFFFF;
color: #000000;
}

.form2 {
display: none;
}

.field {
border-bottom: 1px solid #970103;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
width: 40%;
background-color: #D8D8D8;
}

.answer {
padding: 3px;
border-bottom: 1px solid #970103;
}

.inputs {
border: 1px solid #333333;
}

textarea {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
}


/* PROCESS PAGE */

.content2 {
position: relative;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
width: 900px;
height: 542px;
overflow: visible;
}

.services2 {
position: relative;
margin-top: 20px;
width: 100%;
}

.diagram {
position: relative;
float: left;
width: 36%;
height: 450px;
background-color: #970103;
height: 520px;
padding: 12px;
overflow: visible;
}

.description {
position: relative;
overflow: visible;
float: right;
padding: 12px;
width: 57%;
height: 520px;
background-color: #AAAAAA;
font-family: Helvetica, Arial, sans-serif;
color: #000000;
font-size: 11px;
text-align: justify;
overflow: visible;
}

.center {
position: relative;
margin-left: auto;
margin-right: auto;
width: 200px;
}