		body {
			margin: 0;
			font-family: tahoma;
		}
		
		section {
			overflow: hidden;
			}
		
		
			
		a {
			text-decoration: none;
		}
		
		*{
			webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			}
			
		
		.white {
			color: #fff;
			}
			
		.grey {
			color: #515f67;
			}
			
		.grey2 {
			color: #515f67;
			}
			
		.nav {
			width: 100%;
			background-image:url("http://suplugins.com/podiumwalker/assets/images/debut_dark.png");
			background-color: #333333;
			height: 80px;
			border-bottom: 4px solid #545454;
			border-top: 4px solid #739ac0;
		}
		
		.gallery-close {
			position: relative;
			float: left;
			margin-left: -250px;
			top:10px;
			opacity: .4;
			z-index: +3;
			cursor: pointer;
			
			-webkit-transition: all 0.4s ease-in-out;
			-moz-transition: all 0.4s ease-in-out;
			-ms-transition: all 0.4s ease-in-out;
			-o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
			}
			
		.gallery-close:hover {
			position: relative;
			float: left;
			margin-left: -250px;
			top:10px;
			opacity: .7;
			z-index: +3;
			cursor: pointer;
			
			-webkit-transition: all 0.4s ease-in-out;
			-moz-transition: all 0.4s ease-in-out;
			-ms-transition: all 0.4s ease-in-out;
			-o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
			}
			
		.container {
			margin: auto;
			max-width: 1060px;
			width: 100%;
		}
		
		.container-single-column {
			margin: auto;
			max-width: 960px;
			width: 100%;
		}
		
		#container-body {
			float: left;
			width: 800px;
			padding: 0px;
			height: 100%;
			}
			
			
		#conttext {
			width: auto;
			background: #FFF url('images/belowheader.png') repeat-x;
			font-size: 90%;
			height:100%;
			}



		

		#container-body {
			float: left;
			font-size: 90%;
			width: 800px;
			margin: 0px;
			height: 100%;
			}

		#container-body h2 {
			font-size:18px;
			color:#0066CC;
			}

		#container-body p {
			text-align:justify;
			}
	
			
	
	
			
			
			
			
			
			
			
		#container-sidebar {
			float: right;
			width: 260px;
			height: 100%;
			}
			
		#container-sidebar {
			float: right;
			margin: 13px 0 0 0;
			padding: 0;
			width: 260px;
		}
		
		#container-sidebar h4 {
			padding: 0 10px 0 5px;
			text-align: right;
			font-weight: bold;
			letter-spacing: -1px;
			color: #BBB;
			}

		#container-sidebar ul {
			
			margin: 0;
			padding: 0;
			list-style-type: none;
			text-align: left;
			font-weight: bold;
			letter-spacing: -1px;
		}

		#container-sidebar ul a {
			display: block;
			
			background: #FFF url('images/menu-blue-normal.gif') no-repeat;
			padding: 10px 10px 10px 45px;
		}

		#container-sidebar ul a:link {
			color: #36C;
			text-decoration: none;
		}

		#container-sidebar ul a:hover {
			background: #FFF url('images/menu-blue-hover.gif') no-repeat;
			color: #000;
			}

		#container-sidebar ul.sub a {
			display: block;
			
			background: #FFF;
			padding: 5px 10px 5px 60px;
		}

		#container-sidebar ul.sub a:hover {
			background: #FFF;
		}
		
		
		
		
		.logo {
			float: left;
			margin-top: 11px;
			width: 279px;
			margin-right: -21px;
			z-index: +2;
		}
			
		
		.menu {
			width: 630px;
			float: right;
			color: #ffffff;
			display: inline-block;
			padding-top: 40px;
			
		}
		
		
		.menu > li {
			display: inline-block;
			padding: 0 25px 0 0;
			font-size: 17px;
			transition: 0.1s color ease-in-out;
			-webkit-transition: 0.1s color ease-in-out;
			}
			
		.menu li:hover {
			color: #2b8bd2;
			transition: 0.2s color ease-in-out;
			-webkit-transition: 0.2s color ease-in-out;
			}
			
			
		
		
			
		.call-to-action {
			height: 180px;
			background-color: #3F4038;
		}
			
		.section-title {
			
			text-transform: uppercase;
			font-size: 40px;
			font-weight: 150;
			line-height:31px;
		}
		
		.intro {
			float: left;
			width: 50%;
			
			
		}
		
		.intro-right {
			float: right;
			text-align: center;
			width: 50%;
			padding-top: 55px;
			padding-left: 248px;
			margin-right: -2px;
			
		}
		
		.intro > p {
			color: #ffffff;
			font-size: 17px;
		}
		
		.call-button {
			border: 5px solid #fff;
			color: #fff;
			font-size: 30px;
			padding: 10px 30px;
			text-transform: uppercase;
		}
		
		.intro p {
			color: #fff;
			line-height: 30px;
			margin-top: 15px;
			font-size: 25px;
			}
		
		.column {
			
			
			width: 50%;
			float: left;
			}
			
		.column2 {
		
			
			width: 50%;
			float: right;
			}
			
		.column img {
			max-width: 100%;
			margin: auto;
			
			padding-top:25px;
			padding-right: 30px;
			padding-bottom: 20px;
			
			transform: scale(0.85);
			-webkit-transform: scale(0.85);
			-moz-transform: scale(0.85);
			-o-transform: scale(0.85);
			

			opacity: 0.8;
			-webkit-opacity: 0.8;
			
			transition: 0.3s all ease-in-out 0s;
			
			
		}
		
		.column img:hover {
			transform: scale(1);
			-webkit-transform: scale1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
			
			opacity: 1;
			-webkit-opacity: 0.8;
			
			transition: 0.3s all ease-in-out 0s;
			
			
			}
		
		.column2 img {
			max-width: 100%;
			margin: auto;
			
			padding-top: 25px;
			padding-left: 30px;
			padding-bottom: 20px;
			
			transform: scale(0.85);
			-webkit-transform: scale(0.85);
			-moz-transform: scale(0.85);
			-o-transform: scale(0.85);
			transition: 0.3s all ease-in-out 0s;
			}
			
		.column2 img:hover {
			transform: scale(1);
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
			transition: 0.3s all ease-in-out 0s;
			}
			
			
		.works {
			
			padding-top: 10px;
			padding-bottom: 1px;
			}
			
		.testimonials {
			background-color: #ebebeb;
			height: 175px;
			padding-top: 20px;
		}
		
		.testimonials p {
			line-height: 20px;
			padding-top: 20px;
			font-size: 15px;
			color: #515f67;
			font-style: oblique;
			font-weight: 100;
			opacity: 0.6;
		}
		
		footer {
			background-color: #191e22;
			height: 100px;
			clear: both;
			}
			
		.footer-menu {
			padding-top: 30px;
			}
			
		.footer-menu li {
			color: #fff;
			font-size: 13px;
			font-weight: 100;
			display: inline-block;
			padding-right: 10px;
			}
			
			
			
			
		/* Style for Usual tabs */
.tabmenu {
	
	padding:0px;
}
.tabmenu li { 
	
	list-style:none; 
	float:left; 
	margin-bottom:0px;
}

.tabmenu ul {
	
	margin:0px;
	padding:0px;
}

.tabmenu ul a {
  display:block;
  color: #555;
  text-decoration:none !important;
	margin: 0 1px 0 0;
	padding:8px 10px;
	background: #bbbfc1;
	/* border-right: 1px solid #ddd; */
}
.tabmenu ul a:hover {
  color:#FFF;
  background:#4b6a7e;
}
  
.tabmenu ul a.selected {
  margin-bottom:0;
  background: rgb(75, 106, 126);
  color: #fff;
  }
  
.tabmenu div {
  background-color: #f6f6f6;
  padding:10px 10px 8px 10px;
  clear:left;
}
.tabmenu div a { font-weight:bold; }

.tabmenu ul:after {
  content: "";
  display: table;
  clear: both;
}
.tabmenu ul.cloudTabs {
	margin: 2px -2px 20px 0;
}
.tabmenu ul.cloudTabs a {
	margin: 0 2px 2px 0;
	min-width: 206px;
}
.tabmenu ul.cloudTabs a:hover {
  color: #FFF;
  background: #79A9A7;
}
.tabmenu ul.cloudTabs a.selected {
	background: #2E8A8A;
}



/*ACCORDION MENU CSS*/

#wrapper {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	}

.accordionButton {	
	width: 100%;
	height:100%;
	margin-bottom:2px;
	padding:10px;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-weight:normal;
	color:#919191;
	font-size:23px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	background-color:#e7e7e7;
	border:0px;
	}

.menu {
	width:100%;
	margin-top:5px;
	float: left;
	_float: none;
	cursor: pointer;
	}
	
.links {
	width:100%px;
	margin-bottom:6px;
	padding: 10px;
	float: left;
	_float: none;
	}

.accordionContent {
	width: 100%;
	margin-bottom:2px;
	padding: 10px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	}
	
.accordionContentP {
	width: 100%;
	padding: 10px;
	margin-bottom:6px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	}

.on {
	background-image:url(../img/DOWN.png);
	}

.over {
	}