﻿/* File Created: August 5, 2014 */

form#About #banner 
{
    background-clip: padding-box;
    background-image: url('../images/about.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
}

form#Products #banner 
{
    background-clip: padding-box;
    background-image: url('../images/products.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
}

form#Services #banner 
{
    background-clip: padding-box;
    background-image: url('../images/services.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
}

form#Contact #banner 
{
    background-clip: padding-box;
    background-image: url('../images/contact.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
}


form#Faqs #banner 
{
    background-clip: padding-box;
    background-image: url('../images/faqs.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
}


form#About #banner:hover,
form#Products #banner:hover,
form#Services #banner:hover,
form#Contact #banner:hover,
form#Faqs #banner:hover
{
    background-position: center top;
    -moz-transition: background-position 500ms ease-in-out 10ms;
	-webkit-transition: background-position 500ms ease-in-out 10ms;
	-o-transition: background-position 500ms ease-in-out 10ms;
	transition: background-position 500ms ease-in-out 10ms;
}

#banner div 
{
    background-image: url('../images/bannerBg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    float: right;
    height: 200px;
    margin: 0px 120px 0px 0px; 
    min-width: 400px;
    text-align: center;
    width: auto;
}

#banner div h1 
{
    clear: both;
    color: rgba(255, 255, 255, 1);
    font-family: "Segoe UI";
    font-size: 2.5em;
    margin: 50px 0px 0px 0px;
    text-outline: 2px 2px rgba(0, 0, 0, 1);
    text-transform: uppercase;
}

#banner div p 
{
    clear: both;
    color: rgba(255, 255, 255, 1);
    font-family: "playballregular";
    font-size: 1.3em;
    font-style: italic;
    margin: 0px 0px 0px 0px;
}

#content .container .innerTitle 
{
    clear: both;
    margin: 0px 0px 20px 0px;
    width: 100%;
}

#content .container .innerTitle h2 {
	border-bottom: 5px solid rgba(255, 153, 0, 1);
	clear: both;
	color: rgba(255, 153, 0, 1);
    display: inline-block;
	font-size: 1.8em;
    margin: 0px 0px 20px 0px;
	padding-bottom: 10px;
    padding-right: 30px;
}

/* About Us Details
=====================================*/
.innerFull
{
    clear: both;
    height: inherit;
    margin: 0px;
    min-height: 420px;
    padding: 0px;
    width: 100%;
}

.innerFull .container h2
{
    border-top: 1px solid rgba(28, 129, 139, 1);
    clear: both;
    color: rgba(28, 129, 139, 1);
    font-family: sans-serif, cursive, Helvetica;
    font-size: 2.0em;
    font-weight: lighter;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 20px 0px;
    text-transform: uppercase;
}

.innerContainer
{
    height: 400px;
}

.innerTwoCol 
{
    float: left;
    height: auto;
    margin: 0px 0px 30px 0px;
    min-height: 450px;
    padding: 0px;
    width: 700px;
}

.innerTwoCol h2
{
    border-top: 1px solid rgba(28, 129, 139, 1);
    color: rgba(28, 129, 139, 1);
    font-family: playballregular;
    font-size: 2.0em;
    font-weight: bolder;
    margin: 0px;
    padding: 10px 0px 20px 0px;
    text-transform: capitalize;
}


.innerTwoCol img
{
    border-top: 3px solid rgba(28, 129, 139,1);
    height: 200px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    width: 700px;
}

.innerTwoCol p
{
    color: rgba(100,100,100, 1);
    font-family: verdana, capsuularegular;
    font-size: 0.8em;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 15px 0px;
    text-align: justify;
}


.innerTwoCol p span {
	color: rgba(255, 153, 0, 1);
    font-weight: 800;
    padding: 0px 10px 0px 0px;
}

.innerTwoCol ul {
	color: rgba(10, 10, 10, 1);
    font-family: 'Segoe UI';
    font-size: 0.9em;
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.innerTwoCol ul li {
	background-image: url('../images/bullets.png');
    background-origin: padding-box;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    color: rgba(50, 50, 50, 1);
    margin: 2px 0px;
    padding: 0px 0px 0px 20px;
}

.innerCol
{
    float: right;
    height: auto;
    margin: 0px 0px 30px 0px;
    min-height: 350px;
    padding: 0px;
    width: 360px;
}

.innerCol h2
{
    border-top: 1px solid rgba(28, 129, 139, 1);
    color: rgba(28, 129, 139, 1);
    font-family: playballregular;
    font-size: 2.0em;
    font-weight: bolder;
    margin: 0px;
    padding: 0px 0px 15px 0px;
    text-transform: capitalize;
}

.innerCol h2:not(:first-child)
{
    margin: 40px 0px 0px 0px;
}


.innerCol img
{
    border-bottom: 3px solid rgba(28, 129, 139,1);
    border-top: 3px solid rgba(28, 129, 139,1);
    height: 150px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    width: 360px;
}

.innerCol p
{
    color: rgba(100,100,100,0.7);
    font-family: verdana, capsuularegular;
    font-size: 0.8em;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 15px 0px;
    text-align: justify;
}

.innerCol p span {
	color: rgba(255, 153, 0, 1);
    font-weight: 800;
    padding: 0px 10px 0px 0px;
}

.innerCol ul
{
    color: rgba(10, 10, 10, 1);
    font-family: 'Segoe UI';
    font-size: 0.9em;
    list-style: none;
    margin: 0px 0px;
    padding: 0px;
    text-transform: uppercase;
}

.innerCol ul li
{
    background-image: url('../images/bullets.png');
    background-origin: padding-box;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    color: rgba(50, 50, 50, 1);
    font-family: 'Segoe UI';
    font-size: 0.95em;
    font-weight: 700;
    line-height: 2;
    margin: 2px 0px;
    padding: 0px 0px 0px 20px;
    text-transform: capitalize;
}

.innerCol ul li span
{
    color: rgba(150, 150, 150, 1);
}


/* TEAM COLUMN
==============================*/
.teamCol
{
    float: left;
    height: 250px;
    margin: 15px 10px;
    width: 200px;
}

.teamCol:last-child
{
    float: right;
    height: 250px;
    margin: 15px 0px;
    width: 200px;
}

.teamCol:hover img
{
    border-top: 3px solid rgba(255, 153, 0, 1);
}

.teamCol img
{
    border: 3px solid rgba(255,255,255,0);
    border-top: 3px solid rgba(28, 129, 139, 1);
    border-radius: 0px 0px 10px 10px;
    float: left;
    height: 180px;
    margin: 0px 0px 10px 0px;
    width: 200px;
}


.teamCol h3
{
    color: rgba(255, 153, 0, 1);
    font-family: 'Trebuchet MS' , cursive;
    font-size: 0.9em;
    font-weight: bolder;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    text-transform: capitalize;
}

.teamCol h3 span
{
    color: rgba(28, 129, 139, 1);
}


.teamCol p
{
    color: rgba(100,100,100,0.5);
    font-family: verdana, capsuularegular;
    font-size: 0.7em;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-align: justify;
}


/* PRODUCTS PAGE STYLES
===================================== */
#content .container .prodCon 
{
    clear: both;
    height: 350px;
    margin: 0px;
    padding: 10px 0px;
    width: 100%;
}

#content .container .prodConMini 
{
    float: left;
    height: 350px;
    margin: 0px 36px 0px 0px;
    overflow: hidden;
    padding: 0px;
    width: 342px;
}

#content .container .prodConMini:last-child 
{
    float: right;
    margin: 0px;
}

#content .container .prodConMini div
{
    background-color: rgba(200, 200, 200, 1);
    float: left;
    height: 200px;
    margin: 0px 16px 0px 0px;
    overflow: hidden;
    padding: 0px;
    width: 100%;
}

#content .container .prodConMini div img
{
    margin: -200px 0px 0px 0px;
    padding: 0px;
    position: absolute;
    z-index: 1;
}


#content .container .prodConMini div h3
{
    background-color: rgba(0, 102, 102, 0.5);
    color: rgba(255, 255, 255, 1);
    font-size: 1.5em;
    height: 30px;
    margin: 156px 0px 0px 0px;
    padding: 7px;
    position: relative;
    z-index: 999;
}

#content .container .prodConMini:hover div h3
{
    background-color: rgba(255, 153, 0, 1);
    color: rgba(255, 255, 255, 1);
}

#content .container .prodConMini p
{
    color: rgba(100, 100, 100, 1);
    float: left;
    font-size: 0.95em;
    font-weight: 900;
    margin: 20px 0px;
    text-align: justify;
    width: 100%;
}

/* Contact Us Details
=====================================*/

#map 
{
    border: 1px solid rgba(200, 200, 200, 1);
    height: 200px;
    margin: 20px 0px;
    overflow: hidden;
    width: 100%; 
}

#contactDetails 
{
    clear: both;
    height: 400px;
    margin: 30px 0px;
    padding: 25px 0px;
    width: 100%;
}

#contactDetails #address {
    float: left;
    margin: 0px 50px 0px 0px;
    padding: 0px;
    width: 400px;
}

#contactDetails #address h3 
{
    border-top: 1px solid rgba(0, 102, 102, 1);
    color: rgba(0, 102, 102, 1);
    font-family: 'Segoe UI';
    font-size: 2.0em;
    font-weight: 500;
    margin: 0px;
    padding: 10px 0px;
    text-transform: uppercase;
}

#contactDetails #address p
{
    color: rgba(80, 80, 80, 1);
    font-family: 'Segoe UI';
    font-size: 1.05em;
    font-weight: 500;
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

#contactDetails #address p span
{
    color: rgba(255, 153, 0, 1);
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px;
}

/* Contact Form Styles
=================================*/

#contactDetails #contactForm 
{
    float: right;
    margin: 0px;
    padding: 0px;
    width: 650px;
}

#contactDetails #contactForm h3
{
    border-top: 1px solid rgba(0, 102, 102, 1);
    color: rgba(0, 102, 102, 1);
    font-family: 'Segoe UI';
    font-size: 2.0em;
    font-weight: 500;
    margin: 0px;
    padding: 10px 0px;
    text-transform: uppercase;
}

#contactDetails #contactForm input 
{
    color: rgba(255, 153, 0, 1);
    font-family: Helvetica;
    font-size: 1.0em;
}

#contactDetails #contactForm input[type=text] 
{
    border: 1px solid rgba(28, 129, 139, 1);
    height: 30px;
    margin: 10px 0px;
    padding: 5px 10px;
    width: 188px;
}

#contactDetails #contactForm input[type=text]:focus 
{
    border: 1px solid rgba(255, 153, 0, 1);
}

#contactDetails #contactForm input[type=email] 
{
    border: 1px solid rgba(28, 129, 139, 1);
    height: 30px;
    margin: 10px 5px;
    padding: 5px 10px;
    width: 188px;
}

#contactDetails #contactForm input[type=email]:focus 
{
    border: 1px solid rgba(255, 153, 0, 1);
}

#contactDetails #contactForm input[type=tel] 
{
    border: 1px solid rgba(28, 129, 139, 1);
    float: right;
    height: 30px;
    margin: 10px 0px;
    padding: 5px 10px;
    width: 188px;
}

#contactDetails #contactForm input[type=tel]:focus 
{
    border: 1px solid rgba(255, 153, 0, 1);
}

#contactDetails #contactForm textarea 
{
    border: 1px solid rgba(28, 129, 139, 1);
    color: rgba(255, 153, 0, 1);
    font-family: "Segoe UI", "verdana";
    font-size: 1.0em;
    height: 160px;
    margin: 10px 0px 5px 0px;
    padding: 5px 10px;
    width: 630px;
}

#contactDetails #contactForm textarea:focus 
{
    border: 1px solid rgba(255, 153, 0, 1);
}

#contactDetails #contactForm input[type=submit] 
{
    background-color: rgba(255, 153, 0, 1);
    border: 1px solid rgba(255,255,255,0.8);
    color: rgba(255,255,255,1);
    font-size: 1.2em;
    font-weight: lighter;
    margin: 10px 0px;
    padding: 8px 25px;
}

#contactDetails #contactForm input[type=submit]:hover 
{
    background-color: rgba(28, 129, 139, 1);

}

#contactDetails #contactForm span
{
    color: rgba(153, 50, 50, 1);
    font-weight: 900;
}



/* FAQS THINGS
======================================== */
#content #faqsDetails 
{
    height: auto;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#content #faqsDetails .faqContainer {
    height: auto;
    min-height: 200px;
    width: 100%;
}

#content #faqsDetails .faqContainer div 
{
    float: left;
    height: auto;
    margin: 0px 50px 0px 0px;
    text-align: center;
    width: 525px;
}

#content #faqsDetails .faqContainer div:nth-child(2n) 
{
    float: right;
    margin: 0px;
}

#content #faqsDetails .faqContainer div h2
{
    border-bottom: 1px solid rgba(0, 102, 102, 1);
    border-top: 1px solid rgba(0, 102, 102, 1);
    color: rgba(0, 102, 102, 1);
    font-family: playballregular;
    font-size: 1.4em;
    font-weight: 500;
    margin: 0px;
    padding: 10px 0px;
    text-transform: capitalize;
}

#content #faqsDetails .faqContainer div p
{
    color: rgba(100, 100, 100, 1);
    font-family: 'Segoe UI';
    font-size: 1.0em;
    font-weight: 500;
    margin: 0px;
    padding: 10px 0px;
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}