/*

Table of Contents

::CLRS::	Colours
::TYPO::	Typography
::LNKS::	Links
::CMMN::	Commonly Used Classes
::LOUT::	Layout
::HEDR::	Header
::MENU::	Menu
::MAIN::	Main Content
::FOOT::	Footer
::FORM::	Form
::INDV::	Individual Pages
  ::HOME::		Home
  ::ARTI::		Article Pages
  ::CONT::		Contact Page

::CLRS::
Colours Used

Text Colour: #000;
	Footer Colour: #000;
Heading Colours:
	H1: #000;
	H2: #000;
	H3: #000;
Background: #fff;
Border Colour: #666;
Links:
	Standard: #00f;
	Hover: #f00;


*/

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #bbb;
}

body {
	background: #000 url(images/bg.jpg) repeat-x top center;
}

/* ::TYPO:: */
/* Typography */

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 10px 0;
}

h1, h2, h3 {
	margin: 15px 0 10px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

p, li, td {
	font-size: 12px;
}

/* ::LINKS:: */
/* Links */

a {
	color: #bbb;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

/* ::CMMN:: */
/* Commonly Used Classes */

.ofh {
	overflow: hidden;
	zoom: 1;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* ::LOUT:: */
/* Layout */

#wrapper {
	overflow: hidden;
	zoom: 1;
}

.center {
	width: 960px;
	margin-left: auto;
	margin-right: auto;

}

/* ::HEDR:: */
/* Header */

#header {

}

/* ::MENU:: */
/* Menu */

#menu-bg {
	background: #fff;
}

#menu {
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	height: 31px;

}

#menu li {

	list-style: none;
	float: left;
}

#menu li a {
	display: block;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 8px 25px 8px;
	text-decoration: none;
}

#menu li a.pad {
	/*padding-left: 26px;*/
	padding-right: 26px;
}

#menu li a.home {
	padding-left: 26px;
}

#menu li a.news {
	padding-left: 26px;
}


#menu li a:hover, #menu li a.hover {
	background: url(images/menu-hover.gif) repeat-x;
	color: #fff;
}

#menu li a.active {

}

/* Side Nav */

#side-content {
	float: left;
	width: 320px;

}

.brands-cycle, .cycle-div {
	height: 100px;
	width: 280px;
}

.cycle-div {
	padding: 0 20px 10px;
}

#audio-active {
	margin-bottom: 2px;
}

#audio-active * {
	margin: 0;
}

#audio-active a {
	text-indent: -999px;
	display: block;
	outline: none;
	width: 320px;
	height: 296px;
	background: url(images/audio-active.jpg) no-repeat;
}

.side-box {
	overflow: hidden;
	zoom: 1;
}

.side-box .side-content {
	text-align: center;
	padding: 0 20px 10px;
}

.side-box.white {
	background: #fff url(images/side-box-white.gif) repeat-x bottom center;
	color: #666;
}

.side-box.black {
	background: #000 url(images/side-box-black.gif) repeat-x top center;
}

.side-box h2 {
	text-align: center;
	background: url(images/side-box-title.png) no-repeat;
	font-size: 15px;
	padding: 14px 0;
	margin: 0 0 10px;
	color: #fff;
}

/* Right side content */

.small-title {
	text-align: center;
	background: url(images/small-title.png) no-repeat;
	font-size: 12px;
	padding: 16px 0;
	margin: 0 0 10px;
	color: #fff;
}

.content-side p {
	margin: 10px 20px;
}

/* ::MAIN:: */
/* Main Content */

#content {
	float: right;
	width: 640px;
}

.body-content {
	background: #000 url(images/content-bg.gif) repeat-x top center;
	overflow: hidden;
	zoom: 1;
	padding: 10px 20px;
}

.image-cycle {
	margin-bottom: 2px;
	width: 640px;
	height: 296px;
	position: relative;
}

.image-cycle img {
	position: absolute;
	top: 0;
	left: 0;
	height: 296px;
	width: 640px;
	display: block;
}

/* ::FOOT:: */
/* Footer */

#footer {
	padding: 20px;
	width: 920px;
	overflow: hidden;
	zoom: 1;
	border-top: 1px solid #111;
	margin-top: 0;
	margin-bottom: 0;

}

#footer li {
	font-size: 11px;
	float: left;
	list-style: none;
	color: #666;
}

#footer li a {
	color: #666;
	font-weight: normal;
	text-decoration: none;

}

#footer li.copyright {
	margin-right: 240px;
}

#footer li.visiontech {
	float: right;
}

#footer li.visiontech a {
	font-weight: normal;

}

#footer li.visiontech a strong {
	font-weight: bold;
}

#footer li.visiontech a:hover strong {
	color: #f60;
}

/* ::FORM:: */
/* Form */

.std-form {
	display: block !important;
	display: inline;
}

.std-form, .std-message {
	/* form width*/
	width: 390px;
	margin: 0 auto 20px;

}

.std-form * {
	outline: none;
}

.std-form div {
	overflow: hidden;
	margin: 10px 0;
}

.std-form div.half-width {
	float: left;
	width: 50%;
}

.std-form div.form-btns {
	margin: 20px 0;
}

.std-form p {
	overflow: hidden;
	margin: 0;
}

.form-heading {
	margin-top: 30px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

.std-form h2 {
	font-size: 22px;
}

.std-form h3 {
	font-size: 18px;
}

.std-form label {
	display: block;
	float: left;
	width: 120px;
	padding: 6px 0 4px;
}

.std-form label.no-width {
	width: auto;
}

.std-form label.checkbox-label {
	display: inline;
	float: none;
	padding: 0;
}

.std-form label.radio-check {
	display: block;
	width: 25%;
	text-align: center;
	float: left;
}

.std-form .text-input {
	color: #000;
	background: #ddd;
	padding: 5px;
	border: 1px solid #999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.std-form input.text-input {
	/* form width / 2 - 12 - (.std-form .left .text-input / 2) (below)*/
	width: 258px !important;
	width: 255px;
}

.std-form .left .text-input {
	margin-right: 10px;
}

.std-form select.text-input {
	/* form width / 2 - (.std-form .left .text-input / 2) (above)*/
	width: 270px;
	padding: 4px 5px;
	overflow: visible;
}

.std-form p.full-width {
	/* form width */
	width: 380px;
}

.std-form input.large-text-input {
	/* form width - 12 */
	width: 258px;
}

.std-form textarea.text-input {
	/* form width - 12 */
	width: 258px !important;
	width: 255px;
	height: 75px;
}

.std-btn {
	color: #000;
	background: #ddd;
	padding: 5px;
	border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	margin-left: 10px;
}

.std-btn:hover {
	background: #ccc;
}

/* Small Form */

.small-form.std-form {
	width: 280px;
}

.small-form.std-form label {
	width: 78px;
	text-align: left;
}

.small-form.std-form input.text-input {
	/* form width / 2 - 12 - (.std-form .left .text-input / 2) (below)*/
	width: 190px !important;
	width: 187px;
}


/* Error/success notifications */
.success, .error {
    padding: 10px;
    margin: 10px 0;
}

.error {
    background: #F5CCCC;
    border: 1px solid #f00;
    color: #f00;
}

.success {
    background: #E0FBD8;
    border: 1px solid #090;
    color: #090;
}

.icon {
    margin: 10px;
	float: left;
}

.alert-text {
    margin-left: 50px;
}

/* ::INDV:: */
/* Individual Pages */

/* ::HOME:: */
/* Home */

#content.home {

}

/* ::ARTI:: */
/* Article Pages */

#content.article {

}

.main-content-area {

	margin-right: 30px;
	width: 390px;
	float: left;

}

.content-side {

	margin-top: 55px;
	width: 160px;
	float: right;

}


/* Grid Layout */

.grid-container {
	overflow: hidden;
}

.grid-box {
	float: left;
	margin-right: 20px;
	width: 175px;
	margin-bottom: 10px;
}

.grid-box img {
	display: block;
}

.brand-image {
	border: 1px solid #999;
	float: left;
	margin: 0 10px 10px 0;
}

td {
	padding: 0 5px 5px 0;
}

/* ::CONT:: */
/* Contact Page */

#content.contact {

}

small {
	font-size: 10px;
	text-align: center;
	display: block;
}

.center-image {
	display: block;
	margin: 0 auto;
}

/* Pretty Photo */

	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url(./images/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(./images/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(./images/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(./images/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(./images/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square #pp_full_res .pp_inline { color: #000; } 
	
	div.light_square .pp_arrow_previous { background: url(./images/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(./images/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_next:hover { background: url(./images/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(./images/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */

	div.light_rounded .pp_top .pp_left { background: url(./images/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(./images/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(./images/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(./images/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(./images/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(./images/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(./images/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(./images/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(./images/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 

	div.light_rounded .pp_arrow_previous { background: url(./images/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(./images/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(./images/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(./images/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(./images/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}
		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; }
		
		.pp_content .ppt {
			left: auto;
			margin-bottom: 5px;
			position: relative;
			top: auto;
		}
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0 0 5px 0;
				}
				
				.pp_nav {
					clear: left;
					float: left;
					margin: 3px 0 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
					}
				
					.pp_nav a.pp_arrow_previous,
					.pp_nav a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		a.pp_next {
			background: url(./images/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url(./images/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			display: block;
			float: right;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			left: 0;
			position: absolute;
			top: 0;
			z-index: 9999;
		}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	
