body {
	font-family: "PT Sans", sans-serif;
	text-align: center;
	line-height: 157%;
	color: #DDDDDD;
	font-size: 13px;
	letter-spacing: 0px;
	background-color: #333333;
}
body h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 120%;
}
body h2 {
	color: #B5B5B5;
	font-size: 24px;
	font-weight: bold;
	line-height: 120%;
}
body h3 {
    color: #5F5F5F;
    font-size: 20px;
    font-weight: normal;
    line-height: 120%;
}
body h4 {
    color: #5F5F5F;
    font-size: 14px;
    font-weight: bold;
}
body p {
    font-size:13px;
    color: #F1F1F1;
    line-height:157%;
}
body a {
	color: #FF9933;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
	line-height: 157%;
}
body a:active, body a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
body a:visited {
	color: #FF9933;
}
.main_wrapper {
    margin-top:0px;
    margin-bottom:0px;
}
.row_1 {
    width: auto;
    background-color:#333333;
}
.column_1 {
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    min-height:10px;
}
.column_2 {
    min-height:80px;
}
.column_9 {
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    min-height:10px;
}
.column_10 {
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    min-height:10px;
}
.row_2 {
    width: auto;
    background-color:#1F1F1F;
}
.column_3 {
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    min-height:10px;
}
.column_4 {
    text-align:center;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    min-height:10px;
}
.row_3 {
	width: auto;
	background-color: #1F1F1F;
	min-height: 10px;
	padding: 0px;
}
.row_4 {
	width: auto;
	background-color: #1F1F1F;
	min-height: 10px;
	display: none;
}
.row_7 {
    background-color:#333333;
}
.column_5 {
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    min-height:10px;
	text-align: center;
}
.column_6 {
    padding-top:10px;
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    min-height:10px;
}
img.image {
    width:auto;
}
p.paragraph {
    color: #ffffff;
	text-align: center;
}
p.paragraph1 {
    color: #ffffff;
	text-align: center;
}
p.paragraph2 {
    color: #ffffff;
	text-align: center;
}
img.image1 {
    width:auto;
}
img.image2 {
    width:auto;
}
img.image3 {
    width:auto;
}
body img {
    height: auto;
    max-width:100%;
}
body ul {
	list-style-type: none;
	padding-left: 0px;
	color: #FF9933;
}
/**** FORMS ****/
 .enquiry_form {
    padding-top:10px;
    padding-bottom:10px;
}
/**
 * Checkbox Five
 */
 .checkbox {
    position: relative;
    margin-top: 0px;
    margin-bottom: 5px;
}
/**
 * Create the box for the checkbox
 */
 .checkbox label {
    cursor: pointer;
    top: 0;
    left: 0;
    background: #eee;
    border:1px solid #ddd;
}
/**
 * Display the tick inside the checkbox
 */
 .checkbox label:after {
    opacity: 0.2;
    content: '';
    background: transparent;
    top: 6px;
    left: 7px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/**
 * Display the tick inside the checkbox
 */
 .checkbox label:after {
    opacity: 0.05;
    content: '';
    background: transparent;
    top: 6px;
    left: 7px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/**
 * Create the hover event of the tick
 */
 .checkbox label:hover::after {
    opacity: 0.5;
}
/**
 * Create the checkbox state for the tick
 */
 .checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}
/* TEXT BOXES */
 input[type="text"] {
    border: 1px solid #81A953;
    color: #666;
    outline: none;
    font-size: 16px;
    background-color: #FFFFFF;
    background-image: url(../res/pencil.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-top:10px;
    padding-bottom:10px;
}
input[type="text"]:hover {
    border:1px solid #cccccc;
}
/* PASSWORD BOXES */
 input[type="password"]:focus {
    border:1px solid #cccccc;
}
input[type="password"]:hover {
    border:1px solid #cccccc;
}
input[type="password"]:focus {
    border:1px solid #cccccc;
}
/* TEXT AREAS */
 textarea {
    border: 1px solid #DDDDDD;
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top, #FFFFFF, #EEEEEE 1px, #FFFFFF 20px);
    background: -webkit-linear-gradient(#EEEEEE, #FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;
    color: #666;
    padding-top:5px;
    padding-bottom:5px;
}
textarea:hover {
    border:1px solid #cccccc;
}
textarea:focus {
    box-shadow:0 0 2px #FFFE00;
    -moz-box-shadow:0 0 2px #FFFE00;
    -webkit-box-shadow:0 0 2px #FFFE00;
}
/* SELECT BOXES */
 select {
    border: 1px solid #81A953;
    color: #666;
    outline: none;
    font-size: 16px;
    background-color: #FFFFFF;
    padding-top:10px;
    padding-bottom:10px;
}
select:hover {
    border:1px solid #cccccc;
}
select:focus {
    box-shadow:0 0 2px #FFFE00;
    -moz-box-shadow:0 0 2px #FFFE00;
    -webkit-box-shadow:0 0 2px #FFFE00;
}
/**** LINKS ****/

/* Sets the style for unvisited links. */
a.b:link {
    text-decoration: none;
    font-size: 11px;
    color: #CCC;
}
a.b:visited {
    color: #CCC;
    text-decoration: none;
    font-size: 11px;
}
a.b:hover {
    text-decoration: underline;
    font-size: 11px;
    color: #CCC;
}
a.b:active {
    color: #CCC;
    text-decoration: none;
    font-size: 11px;
}
a.c:link {
    color: #02749A;
    text-decoration: none;
}
a.c:visited {
    color: #02749A;
    text-decoration: none;
}
a.c:hover {
    text-decoration: none;
    color: #999;
}
a.c:active {
    color: #02749A;
    text-decoration: none;
}
a.d:link {
    color: #DE310A;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
}
a.d:visited {
    color: #DE310A;
    text-decoration: none;
    font-weight: normal;
}
a.d:hover {
    text-decoration: underline;
    color: #999;
    font-weight: normal;
}
a.d:active {
    color: #DE310A;
    text-decoration: none;
    font-weight: normal;
}
a.e:link {
    color: #9C9A9A;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
a.e:visited {
    color: #9C9A9A;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
a.e:hover {
    color: #3D3937;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
a.e:active {
    color: #9C9A9A;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
a.f:link {
    color: #3D3937;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
a.f:visited {
    color: #3D3937;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
a.f:hover {
    color: #9C9A9A;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
a.f:active {
    color: #3D3937;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
/* POINTER */
 .pointer {
    cursor: pointer;
    /* for IE */
    filter: alpha(opacity=100);
    /* CSS3 standard */
    opacity:1;
}
.pointer:hover {
    cursor: pointer;
    /* for IE */
    filter:alpha(opacity=40);
    /* CSS3 standard */
    opacity:0.4;
}
.pointer-o {
    cursor: pointer;
    /* for IE */
    filter:alpha(opacity=40);
    /* CSS3 standard */
    opacity:0.4;
}
.pointer2 {
    cursor: pointer;
    /* for IE */
    filter: alpha(opacity=100);
    /* CSS3 standard */
    opacity:1;
}
.pointer2:hover {
    cursor: pointer;
    /* for IE */
    filter:alpha(opacity=40);
    /* CSS3 standard */
    opacity:0.4;
}
.pointer3 {
    cursor: pointer;
    /* for IE */
    filter: alpha(opacity=100);
    /* CSS3 standard */
    opacity:1;
}
.pointer3:hover {
    cursor: pointer;
    /* for IE */
    filter:alpha(opacity=40);
    /* CSS3 standard */
    opacity:0.4;
}
.pointer4 {
    cursor: pointer;
    /* for IE */
    filter: alpha(opacity=100);
    /* CSS3 standard */
    opacity:1;
}
.pointer4:hover {
    cursor: pointer;
    /* for IE */
    filter:alpha(opacity=40);
    /* CSS3 standard */
    opacity:0.4;
}
@media only screen and (min-width : 641px) {
    body {
        text-align: left;
    }
    .main_wrapper {
        clear: both;
        min-height: 528px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .row_1 {
        clear: both;
        min-height: 78px;
    }
    .row_5 {
        clear: both;
        min-height: 78px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .column_1 {
        float: left;
        width: 50%;
        min-height: 50px;
        padding-right: 0px;
        padding-top: 28px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .column_2 {
        float: left;
        width: 50%;
        min-height: 50px;
        padding-top:28px;
    }
    .column_9 {
        float: left;
        width: 50%;
        min-height: 50px;
        text-align: right;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .column_10 {
        float: left;
        width: 50%;
        min-height: 50px;
        text-align: right;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .row_2 {
        clear: both;
        min-height: 50px;
    }
    .row_6 {
        clear: both;
        min-height: 50px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .column_3 {
        float: left;
        width: 70%;
        min-height: 50px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .column_4 {
        float: left;
        width: 30%;
        min-height: 38px;
        text-align: right;
        padding-right: 0px;
        padding-top: 12px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .row_3 {
        clear: both;
        min-height: 200px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .row_4 {
	clear: both;
	min-height: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	display: block;
    }
    .row_7 {
	clear: both;
	min-height: 200px;
    }
    .row_8 {
        clear: both;
        min-height: 200px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .column_5 {
        float: left;
        width: 50%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .column_6 {
        float: left;
        width: 50%;
        text-align: right;
        padding-right: 0px;
        padding-top: 31px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    img.image {
        max-width: 100%;
    }
    img.image1 {
        max-width: 100%;
    }
    img.image2 {
        max-width: 100%;
    }
    img.image3 {
        max-width: 100%;
    }
    body img {
        height: auto;
        max-width:none;
    }
    body ul {
        list-style-type: disc;
        padding-left:40px;
    }
	p.paragraph {
	color: #ffffff;
	text-align: left;
	}
	p.paragraph1 {
		color: #ffffff;
		text-align: left;
	}
	p.paragraph2 {
		color: #ffffff;
		text-align: left;
	}
}
