/* MAIN BODY STYLES */
 
body {
	background-image: url(images/layoutBg2.jpg);
	background-repeat: no-repeat; /*REPEATS HORIZONTALLY*/
	background-color: #000; /*SETS BACKGROUND COLOR*/
	margin: 0 auto; /*SETS TOP AND BOTTOM MARGIN TO 0. ALSO SETS LEFT AND RIGHT MARGIN TO AUTO*/
	padding: 0; /*NO PADDING*/
	font-family: Arial, Helvetica, sans-serif; /*SETS FONT FAMILY*/
	font-size: 50%; /*FONT SIZE*/
	line-height: 100%; /*LINE HEIGHT*/
	background-position: center top;
	vertical-align: top;
	
}


{
margin: 0px; /*NO MARGIN/*
padding: 0px; /*NO PADDING*/
}
#search {
	height: 26px;
	width: 300px;
	padding-bottom: 4px;
	margin: auto;
	position: fixed;
}
#label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
 

 
#container {
	margin: auto; /*SETS MARGIN TO AUTO, THIS CENTER'S OUR WEBSITE*/
	width: 688px; /*CONTAINER WIDTH*/
}
 
#header {
	float: left; /*FLOATS HEAD LEFT*/
	height: 70px; /*HEIGHT OF HEADER IMAGE*/
	width: 745px; /*OUR HEADER IMAGE*/
	background-repeat: no-repeat;
	background-position: center;
}




/* SLIDING PANEL STYLES */
 
#slide-panel {
	height: 47px; /*HEIGHT OF HIDDEN SLIDE PANEL*/
	width: 400px; /*THE ELEMENT WILL NOT BE DISPLAYED*/
	border-right-width: 2px; /*ADDS RIGHT BORDER OF 2PX*/
	border-left-width: 2px; /*SLIDE PANEL BACKGROUND COLOR*/
	border-bottom-width: 2px; /*BOTTOM BORDER COLOR*/
	opacity: .8;
	margin-top: auto;
	margin-bottom: auto;
	padding-right: 300px;
	padding-left: 15px;
	display: none;
}
 
.slide {
	margin: 0; /*ADDS OUR BUTTON IMAGE*/
	background-repeat: no-repeat; /*STOPS BUTTON FROM REPEATING*/
	background-position: center; /*SETS BUTTON POSITION*/
	padding-top: 0;
	padding-right: 105px;
	padding-bottom: 0;
	padding-left: 0px;
}
#rings {
	float: none;
	clear: both;
	margin: auto;
	width: 745px;
	color: #FFF;
	background-repeat: no-repeat;
	height: 121px;
	background-position: right;
	text-align: center;
}
#leftBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
	text-decoration: none;
	text-align: left;
	clear: both;
	width: 245px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	float: left;
	padding-left: 45px;
}
 
.btn-slide {
	text-align: center; /*ALIGNS TEXT CENTER*/
	width: 120px; /*BUTTON WIDTH*/
	height: 33px; /*BUTTON HEIGHT*/
	display: block; /*DISPLAY AS A BLOCK*/
	color: #; /*TEXT COLOR*/
	text-decoration: none; /*REMOVES UNDERSCORE FROM LINK*/
	font-family: Arial, Helvetica, sans-serif; /*FONT FAMILY*/
	font-weight: bold; /*TURNS TEXT BOLD*/
	font-size: 1; /*MARGIN AUTO*/
	line-height: 22px; /*LINE HEIGHT OF BUTTON TEXT*/
	padding-right: 620px;
	background-repeat: no-repeat;
	padding-left: 8px;
}

Read more: http://www.webdesign.org/web-programming/javascript/jquery-sliding-panel.17611.html#ixzz0aYBgcUpc
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
	text-decoration: none;
	text-align: left;
	clear: left;
	margin: auto;
	width: 745px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
	text-decoration: none;
	text-align: left;
	clear: left;
	margin: auto;
	width: 900px;
	height: 565px;
	float: none;
	padding-left: 155px;
}
#motionGrfxHdr {
	padding-left: 325px;
}
#RightContnt {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	float: right;
	margin: auto;
	text-align: left;
	width: 500px;
	padding-top: 20px;
	padding-right: 70px;
}
#ProducingTxt {
	width: 500px;
	text-decoration: none;
	line-height: normal;
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#InnerLefty {
	width: 225px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #777676;
	text-decoration: none;
	font-size: 12px;
	line-height: normal;
}
#big_descp {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 425px;
	padding-top: 4px;
	line-height: normal;
	color: #FFF;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3988A8;
	text-decoration: none;
	background-color: #1c1b1b;
	height: 20px;
	text-align: center;
	background-repeat: repeat-x;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 100%;
	float: right;
}
#networks {
	margin: auto;
	height: 95px;
	width: 780px;
	padding-left: 150px;
}
#spacer {
	float: right;
	height: 125px;
	width: 125%;
}
#slidrtabl {
	display: none;
	width: 500px;
	overflow: hidden;
	visibility: hidden;
	height: 320px;
}
----form-----
* {
	margin: 0;
	padding: 0;
}



p {
	font-size: 1.3em;
	margin-bottom: 15px;
}

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}
#form_align {
	width: 355px;
	text-align: left;
	padding-left: 45px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
.textareacolor {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
#services {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #5AC6EA;
	padding-left: 15px;
}
#servicesGry {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #777676;
}
#RightContntVimeo {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	float: right;
	margin: auto;
	text-align: left;
	width: 500px;
	padding-top: 50px;
	padding-right: 70px;
}
