/*
	Author : Francois Marais
	Author URL : www.swaymedia.co.za
	Client : Evati
	Client URL : www.evati.co.za
*/

/* Prep
-----------------------------*/
/*Reset*/

* { margin:0; padding:0;}
p { margin:0px 0 15px 0; }

/*Typography*/

h1 {
	font-size:42px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:14px;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Oswald', sans-serif;
	color:#FFFFFF;
	margin-bottom:15px;
}


.bluer{
	color:#0099FF;	
}

blockquote{
	margin-left:20px;
	border-left:0px solid #e2e2e2;
	padding-left:10px;
	width:500px;
	margin-top:10px;
	margin-bottom:10px;
	color:#f0e4c5;
	width:30%;
	float:right;
	font-family:Georgia,"Times New Roman",Times,serif;
	text-shadow:1px 1px #111111;
	font-size:16px;
	font-weight:bold;
	line-height:140%;
}

strong{
	font-weight:bold;
}


a{
	color:#00ccff;
	text-decoration:underline;
}

a:hover{
	color:#f0e4c5;
	text-decoration:none;
}

a:visited{
	color:f0e4c5;
	text-decoration:none;
}

small{
	color:#cccccc;
	font-size:11px;
	float:left;
}

.epic{
	color:#fff;
	text-shadow: 4px 3px 0px #00ccff, 9px 8px 0px rgba(0,0,0,0.15);


}

.freedee{
text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
	padding-bottom: 20px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear {
	clear:both;
}


/* Readmore link
--------------------*/
.linkbox{
	background:url(../images/arrow.png) no-repeat;
	padding:0px 0px 0px 20px;
}

.linkbox:hover{
	background:url(../images/arrow2.png) no-repeat;
	padding:0px 0px 0px 20px;
}


/* Begin Styling
-----------------------------*/
body {
	background:#040438 url(../images/background50b.png) top center repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	line-height:16px;
}

.lobster{
	font-family: 'Lobster', cursive;
}

#logo{
	float:left;
	margin:50px 10px -27px -76px;
}

#content_text{
	padding:10px 30px 10px 30px;
	line-height:1.3em;
	font-size:14px;

}


/* Top Navigation
--------------------------------------------*/

#navbar{
	height:150px;
	margin-top:10px;
}

#navbar ul {
}

ul#navbar li{
	display:inline;
	float:left;
	margin:0px 0px;
	width:155px;
	height:150px;
	position:relative;
}

ul#navbar li:hover{
}

ul#navbar li a{
	background:transparent url(../images/splash.png) no-repeat center bottom ;
	padding: 59px 70px;
	line-height: 150px;
}

ul#navbar li a:hover{
	background:transparent url(../images/splash3.gif) no-repeat center bottom ;
	color:#333333;
	padding-top:20px;
}

/*
.active{
	background:transparent url(../images/splash.gif) no-repeat center bottom ;
	padding-top:20px;
}

*/

.home{
	background:transparent url(../images/button_home.png) no-repeat center 40px ;
}

.home:hover{
	background:transparent url(../images/button_home.png) no-repeat center 55px ;
}

.products{
	background:transparent url(../images/button_products.png) no-repeat center 40px ;
}

.products:hover{
	background:transparent url(../images/button_products.png) no-repeat center 55px ;
}

.about{
	background:transparent url(../images/button_about.png) no-repeat center 40px ;
}

.about:hover{
	background:transparent url(../images/button_about.png) no-repeat center 55px ;
}

.contact{
	background:transparent url(../images/button_contact.png) no-repeat center 40px ;
}

.contact:hover{
	background:transparent url(../images/button_contact.png) no-repeat center 55px ;
}

/* Nav end */

/* Button */

.button{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #b9f4f7;
    border-radius: 5px 5px 5px 5px;
    color: #0151aa;
    cursor: pointer;
    padding: 5px 7px;
	text-decoration:none;
	
}

.button:hover{
	color:#555555;
	background:#f0e4c5;
	border:1px solid #d6c28f;
	text-shadow:1px 1px #e2e2e2;

}

/* Content
--------------------------------*/

#content{
	/*background:transparent url(../images/content_bg.png) repeat;
	border:1px solid #e2e2e2;*/
	padding:20px 0px;
	line-height:1.3em;
	font-size:14px;
	margin-top:50px;
	/*text-shadow: 1px 1px #004186;*/
}

#content ul{
	padding:10px;
	list-style:disc;
	color:#ffffff;
}

#sidebar{
	padding:20px 0px;
	line-height:1.3em;
	font-size:14px;
	margin-top:50px;
}

#inner{
	background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px 10px 10px 10px;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 25px 29px 30px;
    width: 900px;
	color:#555555;
}

/* content block is exactly like inner except its a class */

.content-block{
	background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px 10px 10px 10px;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 25px 29px 30px;
    width: 900px;
	color:#555555;
}

/* same as div id content so unify clean up later */

.contentb{
	padding:20px 0px;
	line-height:1.3em;
	font-size:14px;
	margin-top:50px;
}

/*Products */

.productspage{
	margin: 40px 0px;
}

.productlisting{
	clear:both;
}

.productlisting h3{
	color:#0099FF;
}

.productimg{
	float:left;
	width:200px;
	text-align:center;
	padding-top: 50px;
}

.productdisc{
	background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px 10px 10px 10px;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 25px 29px 30px;
	color:#555555;
	float:right;
	width:600px;
}


.contactdisc{
	background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px 10px 10px 10px;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 25px 29px 30px;
    width: 900px;
	color:#555555;
}


.pcolumn{
	width:50%;
	float:left;
}

.pcolumn:hover{
	/*background:#0151AA;*/
}

.pcolumn li {
	padding:5px;
	border:1px solid #ccccee;
}


/* Footer
--------------------------------*/
#footer{
	text-align:center;
	height:30px;
	margin:20px 10px;
}

#footer p{
	line-height:30px;
	margin:0px 20px;
	display:inline;
	font-size:12px;
}

.swayme{
	color:#E6E600;
	text-decoration:none;
	font-weight:bold;
}

/*  IMAGE POSITIONS 
------------------------------*/

.imgleft{
	border:1px solid #c7c7c7;
	float:left;
	margin:2px 15px 2px 0px;
	padding:3px;
	background:#ffffff;
}

.imgright{
	border:1px solid #c7c7c7;
	float:right;
	margin:2px 0px 2px 15px;
	padding:3px;
	background:#ffffff;
}

.imgtop{
	border:1px solid #c7c7c7;
	padding:4px;
	margin:0px 0px 10px 0px;
	overflow:hidden;
	background:#ffffff;
}

.contactimg{
	float:left;
	width:200px;
	text-align:center;
	background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px 10px 10px 10px;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 25px;
}

/* Portfolio
---------------*/
h2 a {
	color:#74b0eb;
	text-decoration:none;
}

h2 a:hover {
	color:#74b0eb;
	text-decoration:underline;
}

/* Failure, Success & Alert Messages.
--------------------------------------------*/
#success, #failure, #alert{
	color:#DEC023;
	background:transparent url(../images/content_bg.png) repeat;
	border:1px solid #e2e2e2;
	text-align:center;
	padding:15px 0px;
	font-size:16px;
	font-weight:bold;
}

.icon{
	position:relative;
	top:10px;
}


/* Contact Page
--------------------------------------------*/

#contact{
}

#contact label {
	clear:both;
	float:left;
	margin-top:12px;
	cursor:pointer;
}

.title{
	width:80px;
	color:#999999;
}

#name, #email, #tel, #contact textarea {
	background:transparent url(../images/content_bg.png) repeat !important;
	border:1px solid #999999;
	float:left;
	color:#e2e2e2;
	margin-top:10px;
	padding:2px;
	width:265px;
	color:e2e2e2;
}

#name:focus, #email:focus, #tel:focus, #contact textarea:focus, #name:hover, #email:hover, #tel:hover, #contact textarea:hover {
	border:1px solid #cccccc;
	background:transparent url(../images/highlight.png) repeat !important;
	color:#e2e2e2;
}

#messagebg{
	margin-bottom:178px; /* 18px between this and button */ 
}

.input-bg {
	height:20px;
	margin-bottom:20px;
	position:relative;
}


label.error {S
	color:#DEC023;
	font-size:1em;
	font-style:italic;
	font-weight:normal;
	position:absolute;
	right:10px;
	text-align:left;
	width:250px;
}

/* Left aligned with start of fields */
#submit{ 
	margin-left:80px;
}

/* full size */
#submitfull{
	margin-left:80px;
	padding:5px 115px;
}


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


/* TABLE */


#chart{
	background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px 10px 10px 10px;
    margin: 0px auto;
    overflow: hidden;
	padding: 25px 29px 30px;
    width: 900px;
	color:#555555;
}

#chart h3{
	color:#0066FF;
}


#chart ul{
	float:left;
	text-align:center;
}

.column{
	width:11%;
}

.column:hover{
	/*background:#0151AA;*/
}

.column li {
	padding:5px;
	border:1px solid #ccccee;
}



.altrow{
	/*background:#BCEFFE !important;*/
}

/* Splashy Menu (Top)
--------------------------------------------*/

.test {
	background: transparent url(../images/splash2linear50.png) no-repeat center bottom;
	position: absolute;
	bottom: 0px; /* actual placement on page */
	left: 0px;
	width: 148px;
	height: 90px;
	z-index: 1900;
	cursor: pointer;
	border:1px solid #ff0000;
}

#testa, #testb, #testc, #testd {
	background: transparent url(../images/splash2linear50.png) no-repeat center bottom;
	position: absolute;
	bottom: 0px; /* actual placement on page */
	left: 0px;
	width: 148px;
	height: 90px;
	z-index: 1900;
	cursor: pointer;
}