/************************************************
 *
 *  File     :  css/main.css
 *  Medium   :  Screen
 *  Version  :  1.0
 *  Website  :  Visual Sports
 *  Author   :  Transmitter Studios (c) 2008 // Andrej
 *
 ************************************************/

/* Global */
    * { margin: 0; padding: 0; }
    
	html {
		background: #465241 url(../img/bg_html.gif) repeat-x;
		height: 100%;
		}

    body { 
        cursor: default;
		background: url(../img/bg_body.jpg) no-repeat 50% 0;
		min-height: 100%;
		font: 12px "Trebuchet MS", Sans-Serif;
		color: #666;
        }

	a {
		color: #5484BE;
		/* color: #86b769; */
		}
	
	a:hover {
		color: #005085;
		/* color: #416e27; */
		}

    /* Image replacement */
        h1, ul#nav a, #footer a.logo, .promo h2, ul#features li h2 {
            margin: 0;
            padding: 0;
            display: block;
            overflow: hidden;
            text-indent: -1000em;
            }
    /* // Image replacement */

    /* Clearfix */
        .container, .promo, ul#features, .element, .compound, form fieldset ol li, form #warning, ul.subnav { display: inline-block;}

        .container, .promo, ul#features, .element, .compound, form fieldset ol li, form #warning, ul.subnav { display: block; overflow: hidden; }
    /* // Clearfix */

	/* Headings */
      h1 {
         cursor: pointer;
			width: 320px;
			height: 160px;
			background: url(../img/bg_h1.png);
			position: absolute;
			top: 11px;
			left: 0;
         }
		
		h2 {
			font-size: 22px;
			text-transform: uppercase;
			margin-left: 20px;
			padding-bottom: .3em;
			color: #aaa;
			}

		h3 {
			font-size: 16px;
			text-transform: uppercase;
			color: #444;
			padding-top: 3px;
			}
		
		.element h3 {
			background: url(../img/bg_dotted.gif) repeat-x bottom left;
			padding: .5em 0 .4em 0;
			margin: 0 0 .5em 0;
			}
    /* // Headings */
	
	img.shadow {
		padding: 6px;
		background: url(../img/bg_imgShadow.gif);
		display: block;
		margin: 0 auto;
		border: 0 !important;
		}

/* // Global */

/* Page setup */
	.container {
		width: 920px;
		left: 50%;
		position: relative;
		margin-left: -460px;
		}

	.element {
		padding: 20px;
		font-size: 14px;
		}
	
	.element h2 {
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		border-bottom: 5px solid #dedede;
		color: #999;
		font-size: 20px;
		}
	
	.element p {
		padding: 0 5px 15px 5px;
		}
	
	.third {
		width: 32%;
		float: left;
		margin-right: 1%;
		}
	/* column setup */
		.col1, .col2, .col3, .col4 {
			float: left;
			margin-right: 20px;
			}

		.twocol .col1 { width: 600px; }
		.twocol .col2 { width: 260px; margin-right: 0; }
		
		.twocol-50 .col1,
		.twocol-50 .col2 { width: 430px; }
		.twocol-50 .col2 { margin-right: 0; }

		.fourcol { font-size: 1em; line-height: 1.2em; }
		.fourcol ul { list-style: none; padding-left: 5px !important; }
		.fourcol .col1 { width: 205px; }
		.fourcol .col2 { width: 205px; }
		.fourcol .col3 { width: 205px; }
		.fourcol .col4 { width: 205px; margin-right: 0; }
	/* // column setup */

	/* header */
		#header {
			width: 920px;
			margin: 0 auto;
			height: 262px;
			position: relative;
			margin-bottom: 8px;
			}
		
		#header blockquote {
			position: absolute;
			right: 0;
			top: 140px;
			font-size: 1.4em;
			line-height: 1.2em;
			color: #c5b699;
			width: 515px;
			font-style: italic;
			}
		
		#header blockquote .sig {
			font-size: .8em;
			font-style: normal;
			}
	/* // header */

	/* content */
		#content {
			background: #fff url(../img/bg_content.gif) repeat-x bottom left;
			width: 100%;
			}
		
		#content .container {
			background: url(../img/bg_container.gif) no-repeat 50% 100%;
			min-height: 600px;
			padding-top: 1px;
			}
	/* // content */

	/* footer */
		#footer {
			height: 114px;
			background: url(../img/bg_footer.gif) repeat-x;
			border-bottom: 1px solid #535b4f;
			}
		
		#footer .container {
			background: url(../img/bg_footerCont.jpg) no-repeat top left;
			padding-top: 28px;
			height: 86px;
			}
		
		#footer a.logo {
			width: 96px;
			height: 32px;
			margin: 0 auto;
			background: url(../img/bg_footerLogo.png) no-repeat;
			}
		
		#footer p.copy {
			color: #d7d7d7;
			text-align: center;
			}
		
		#footer p.copy a {
			color: #d7d7d7;
			}
		
		#footer p.copy a:hover {
			color: #fff;
			}
	/* // footer */
/* // Page setup */

/* Navs & lists */
	/* main nav */
		ul#nav {
			position: absolute;
			list-style: none;
			top: 73px;
			right: 0;
			}
		
		ul#nav li {
			float: left;
			padding: 0 12px 0 4px;
			background: url(../img/bg_navSep.png) no-repeat top right;
			}
		
		ul#nav li a {
			height: 22px;
			background-position: top left;
			}
		
		ul#nav li a:hover {
			background-position: bottom left !important;
			}
		
		ul#nav li.res a { width: 102px; background-image: url(../img/bg_navResidential.png); }
		ul#nav li.com a { width: 107px; background-image: url(../img/bg_navCommercial.png); }
		ul#nav li.com { background-image: none; padding-right: 20px; }
		ul#nav li.tec a { width: 94px; background-image: url(../img/bg_navTechnology.png); }
		ul#nav li.abo a { width: 76px; background-image: url(../img/bg_navAbout.png); }
		ul#nav li.faq a { width: 36px; background-image: url(../img/bg_navFaq.png); }
		ul#nav li.con a { width: 65px; background-image: url(../img/bg_navContact.png); }
		ul#nav li.con { background-image: none; padding-right: 0; }
	/* // main nav */

	/* sub nav */
		ul#sub {
			position: absolute;
			list-style: none;
			top: 8px;
			right: 3px;
			}
		
		ul#sub li {
			float: left;
			padding: 0 8px 0 6px;
			background: url(../img/bg_subSep.gif) no-repeat 100% 5px;
			}
		
		ul#sub li a {
			color: #aaa;
			text-decoration: none;
			font-size: 11px;
			}
		
		ul#sub li a:hover {
			color: #fff;
			}
		
		ul#sub li.last {
			padding-right: 0;
			background: none;
			}
	/* // sub nav */

	/* content subnav */
		ul.subnav {
			margin: 0 1em 1em 1em !important;
			list-style: none;
			border-top: 1px solid #ddd;
			padding: 0 !important;
			}
		
		ul.subnav li {
			display: block;
			padding: 0 !important;
			float: left;
			width: 100%;
			}
		
		ul.subnav li.current a {
		    background: #f5f5f5 url(../img/bg_current.gif) no-repeat 4px 50%;
		    text-indent: 10px;
		    color: #005085;
		    }
		
		ul.subnav li a {
			display: block;
			padding: 5px 3px;
			text-decoration: none;
			border-bottom: 1px solid #ddd;
			}
		
		ul.subnav li a:hover {
			background-color: #f5f5f5;
			}		
	/* // content subnav */
	
	/* footer nav */
		#footer ul {
			text-align: center;
			list-style: none;
			padding: 4px 0 0 0;
			}
		
		#footer ul li {
			display: inline;
			padding: 0 3px;
			}
		
		#footer ul li.res,
		#footer ul li.com {
			text-transform: uppercase;
			}
		
		#footer ul li.com {
			padding-right: 20px;
			}
		
		#footer ul li a {
			color: #c5b699;
			text-decoration: none;
			}
		
		#footer ul li a:hover {
			color: #fff;
			}
	/* // footer nav */

	/* content ul */
		.element ul {
			padding: 0 0 1em 2em;
			}
		
		.element ul li {
			padding-bottom: .5em;
			}
	/* // content ul */

	/* compound list */
		ul.compound {
			font-size: .9em;
			list-style: none;
			padding: 0 0 10px 5px !important;
			}

		ul.compound li {
			float: left;
			width: 29.5%;
			margin-right: 5px;
			padding-left: 13px;
			background: url(../img/bg_bullet.gif) no-repeat 0 3px;
			line-height: 1.3em;
			}
	/* // compound list */

	/* standard list */
		ul.standard {
			font-size: .9em;
			list-style: none;
			padding: 10px 0 15px 5px;
			}
		
		ul.standard li {
			padding-left: 13px;
			background: url(../img/bg_bullet.gif) no-repeat 0 4px;
			line-height: 1.3em;
			}
		
		.third ul.standard {
			padding-top: 0;
			}
	/* // standard list */
/* // Navs & lists */

/* Forms */
	form fieldset {
		border: none;
		}
	
	form fieldset legend {
		display: none;
		}
	
	form fieldset ol {
		list-style: none;
		}
	
	form fieldset ol li {
		padding: 5px;
		}
	
	form fieldset ol li label {
		display: block;
		float: left;
		width: 120px;
		text-align: right;
		padding-right: 5px;
		color: #888;
		line-height: 1.65em;
		}
	
	form fieldset input,
	form fieldset textarea,
	form fieldset select {
		float: left;
		padding: 2px;
		border: 1px solid #aaa;
		font: 13px "Trebuchet MS", Sans-serif;
		color: #777;
		max-width: 460px;
		}
	
	form fieldset input:focus,
	form fieldset textarea:focus,
	form fieldset select:focus {
		border: 1px solid #666;
		}
	
	form fieldset textarea {
		width: 460px;
		height: 150px;
		}
	
	form fieldset option {
		padding-right: 15px;
		}

	form fieldset span {
		float: left;
		color: #888;
		line-height: 1.65em;
		}
	
	form fieldset button {
		margin: 10px 0 0 130px;
		border: 1px solid #5b9400;
		background: #7aba0c url(../img/bg_footerCont.jpg) no-repeat 50% -4px;
		color: #fff;
		cursor: pointer;
		padding: 4px 10px;
		font: 13px "Trebuchet MS", sans-serif;
		}
	
	form fieldset .rows label {
		display: block;
		float: none;
		width: auto;
		text-align: left;
		padding-left: 125px;
		min-width: 90%;
		}
	
	form fieldset .rows input,
	form fieldset .rows select,
	form fieldset .rows textarea {
		margin-left: 125px;
		}
	
	form fieldset .plain {
		padding: 0;
		border: none;
		float: left;
		margin-right: 5px;
		margin-top: 4px;
		}
	
	form .hidden {
		display: none;
		}
	
	form .required {
		border: 1px solid #CF8181;
		}
	
	form .required:focus {
		border: 1px solid #c00;
		}
	
	form #warning {
		margin-left: 130px;
		list-style: none;
		border-top: 1px solid #CF8181;
		color: #c00;
		padding: 1em 0 !important;
		font: 12px/18px Tahoma, Sans-Serif;
		margin-top: 20px;
		display: none;
		}
	
	form #warning p,
	form #returnmsg p {
		padding: 0 0 10px 0 !important;
		color: #555;
		font-weight: bold;
		}
	
	form #warning li {
		padding: 0 0 0 16px !important;
		margin: 0 !important;
		background: url(../img/invalid.gif) no-repeat 0 50%;
		display: block;
		width: 46%;
		float: left;
		}
	
	form #returnmsg {
       	margin-left: 130px;
       	border-top: 1px solid #465140;
       	color: #465140;
       	padding: 1em 0 !important;
       	font: 12px/18px Tahoma, Sans-Serif;
       	margin-top: 20px;
        display: none;
       	}
   
    form #returnmsg li {
        list-style: none;
        }
	
	form p {
		padding: 5px 0 5px 130px !important;
		}
	
	form p em {
		color: #c00;
		}
/* // Forms */

/* Slideshow */
	#slideshow {
		list-style: none;
		position: relative;
		height: 289px;
		margin-bottom: 20px;
		padding-top: 10px;
		}
	
	#slideshow li {
		display: block;
		height: 289px;
		position: absolute;
		}
	
	#slideshow li a img {
		display: block;
		border: none;
		}
	
	#slideshow div.caption {
		position: absolute;
		top: 17px;
		left: 35px;
		width: 380px;
		height: 90px;
		color: #fff;
		}
	
	#slideshow div.caption p {
		line-height: 1.2em;
		}
	
	#slideshow div.caption h3 {
		font-size: 1.5em;
		font-weight: normal;
		color: #fff;
		text-transform: none;
		}

	#slideshow div.caption p a:hover {
		color: #fff;
		}	
/* // Slideshow */

/* Home page promo */
	.promo {
		float: left;
		border-top: 5px solid #dedede;
		border-bottom: 5px solid #dedede;
		padding: .5em 0;
		width: 390px;
		margin: 0 0 30px 0;
		}
	
	.promo img {
		float: left;
		padding: 6px;
		background: url(../img/bg_imgShadow.gif);
		margin: 0 7px 0 -6px;
		border: 0 !important;
		}
	
	.promo p {
		background: url(../img/bg_dotted.gif) repeat-x;
		padding-top: 7px;
		color: #777;
		line-height: 1.1em;
		display: block;
		}
	
	.promo h2 {
		height: 17px;
		margin: 6px 0 2px 0;
		width: 180px;
		}
	
	.residential, .left {
		margin-left: 21px;
		margin-right: 100px;
		}
	
	.residential p, .left p {
		width: 185px;
		float: left;
		}
	
	.residential h2 {
		background: url(../img/hdr_residentialSystems.png) no-repeat -1px 0;
		}
	
	.commercial p, .right p {
		margin-right: 205px;
		}
	
	.commercial h2 {
		background: url(../img/hdr_commercialSystems.png) no-repeat -2px 0;
		}
	
	.commercial img, .right img {
		float: right;
		margin: 0 -6px 0 0;
		}
/* // Home page promo */

/* Home page features list */
	ul#features {
		padding: 0 0 0 21px;
		list-style: none;
		clear: left;
		margin: 0 0 50px 0;
		}
	
	ul#features li {
		float: left;
		width: 280px;
		border-top: 5px solid #dedede;
		padding-top: 10px;
		margin-right: 20px;
		}
	
	ul#features li h2 {
		height: 20px;
		margin: 0 0 2px 40px;
		}

	ul#features li ul {
		margin: 0 40px;
		background: url(../img/bg_dotted.gif) repeat-x;
		width: 192px;
		padding: 8px 3px 3px 3px;
		list-style: none;
		}
	
	ul#features li ul li {
		border: none;
		padding: 0;
		margin: 0;
		width: 192px;
		line-height: 1.2em;
		color: #777;
		}
	
	ul#features li.clients h2 {
		background: url(../img/hdr_clients.png);
		width: 92px;
		}

	ul#features li.games h2 {
		background: url(../img/hdr_featuredGames.png);
		width: 166px;
		}
	
	ul#features li.technology h2 {
		background: url(../img/hdr_technology.png);
		width: 138px;
		}

	ul#features li.technology, ul#features li.last {
		margin-right: 0;
		}
	
	ul#features h3 {
		padding-left: 40px;
		}
/* // Home page features list */

/* temp */
	.placement {
		border: 1px solid #ccc;
		height: 150px;
		margin: 30px auto 0 auto;
		width: 880px;
		text-align: center;
		color: #f00;
		}
/* // temp */

/* faq */
	dl.faq {
		padding: 0 10px;
		}
	
	dl.faq dt {
		font-weight: bold;
		}
	
	dl.faq dd {
		padding: 0 0 10px 10px;
		}
/* // faq */

/* Case studies */
	ul.cases {
		list-style: none;
		padding: 0;
		}
	
	ul.cases li {
		display: block;
		float: left;
		}
	
	ul.cases li a img {
		padding: 6px;
		background: url(../img/bg_imgShadowSm.gif);
		display: block;
		float: left;
		}
	
	ul.cases li a img {
		border: none;
		}
/* // Case studies */

/* Misc */
	address {
		padding: 0 5px;
		font-style: normal;
		}
	
	.col2 .gallery img {
    	margin: 0 auto 8px auto;
    	}

    .col1 .gallery {
        margin-right: 5px;
        float: left;
        }	

	.gallery {
        display: block;
        margin: 0 0 8px 0;
        }
	
    .gallery img {
        display: block;
        padding: 4px;
        border: 1px solid #ccc;
        }
   
    .gallery:hover img {
        border: 1px solid #777;
        }
    
    /* inline gallery */
        .inline-gallery {
            list-style: none;
            padding: 0 15px !important;
            }
        
        .inline-gallery li {
            padding: 0 10px;
            float: left;
            }
        
    /* // inline gallery */
    
    .examples {
        list-style: none;
        margin: 0 !important;
        padding: 0 !important;
        }
    
    .examples li {
        float: left;
        padding: 5px;
        }
    
    .examples li img {
        width: 190px;
        float: left;
        }
/* // Misc */

iframe {
    overflow: hidden;
    border: none;
    width: 0;
    height: 0;
    }
