@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
	
body {
	font-family:"Arial Black", Gadget, sans-serif;
	background-color:#f1f1f1;
	background-image:url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:bottom right;
}


h1 {
	margin-bottom: 15px;
	color: #980404;
	font-size: 35px;
}

#wrapper {
	height:864px;
	width:534px;
	margin:auto;
	/*background-color:#F90;*/
	outline:2px solid #9f9c76;
	border:2px solid #000;
	margin-top:30px;
	position:relative;
}

	/*Main*/
header {	
	height:330px;
	width:534px;
	font-size:15px;
	color:#bf5d24;
}

#main-top-content {
	width:533px;
	height:328px;
	overflow: hidden;
}

#main-top-content-inner {
	width: 1605px;
	height: 330px;
	position: relative;
	/*background-color:#dee5f7;*/
}

.main-pane{
	width: 533px;
	height: 328px;
	float: left;
	border:2px solid #000;
	border-left:none;
}

#aboutus-main{
	background-image:url(../img/Credit-Card-Keyboard.png);
}

#contact-main{
	background-image:url(../img/businesscard.png);
}

	/*Products*/

#left{
	height:330px;
	width:323px;
	background-color:#CFF;
	float:left;

}

#right_top{
	height:170px;
	width:178px;
	background-color:#f1f1f1;
	float:right;
	border-bottom: solid #666 2px;
	padding:15px;
	text-align:center;
	border-left: solid #666 2px;
}

#right_bot-right{
	height:98px;
	width:95px;
	background-color:#f1f1f1;
	float:right;
	border-left: solid #666 2px;
	padding:15px;
	text-align:center;
}

#right_bot-left{
	height:128px;
	width:83px;
	background-color:#f1f1f1;
	float:right;
}
#info{
	height:65px;
	width:61px;
	padding:10px;
	text-align:center;
	border-left: solid #666 2px;
}

#button-wrapper{
	height:40px;
	border-bottom: solid #666 2px;	
}
#button-left{
	float:left;
	width:40px;
	height:40px;	
	background-image:url(../img/arrow-left.png);
}

#button-right{
	float:right;
	width:40px;
	height:40px;
	background-image:url(../img/arrow-right.png);
}
#button-right a{
	background-image:url(../img/arrow-right-hover.png);
}

#button-left a{
	background-image:url(../img/arrow-left-hover.png);
}

header #text{
	height:220px;
	width:150px;
	margin-top:40px;
	margin-left:50px;
	text-align:center;
	padding-top:30px;
	opacity:0.7;
}
 	/*menubar*/
#menubar{
	height:40px;
	background-color:#000;
	border-top:2px solid #999999;
	border-bottom:2px solid #999999;
	outline:2px solid #000;
	margin-bottom:2px;
}

#menubar-top-content {
	padding-top:10px;
	width:534px;
	height:34px;
	overflow: hidden;
	color:white;
	font-size:14px;
	
}

#menubar-top-content-inner {
	width: 1626px;
	height:40px;
	position: relative;
}

.menubar-pane{
	width: 540px;
	height:40px;
	float: left;
}

#aboutus-menubar{
	text-align:center;
	height:2px;
	background-color:#2976a6;
}

#products-menubar{
	text-align:center;
	height:2px;
	background-color:#0f7c49;
}
#contact-menubar{
	text-align:center;
	height:2px;
	background-color:#bf5d24;
}


/*contentwrapper*/

section {
	width:534px;
	height:445px;
	background-color:#dee5f7;
	border-bottom:2px solid #000;
}
	/*Menu*/
#page-navigation{
   float:left;
   width:100%;
   background:#fff;
   overflow:hidden;
   position:relative;
   margin-bottom:2px;
   background-color:#dee5f7;
}

.nav{
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
   height:30px;
   margin-top:3px;
}

.nav li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	margin-right:10px;
	display:block;
	-webkit-transition: height 0.2s ease-in;
	-moz-transition: height 0.2s ease-in-out;
	-o-transition: height 0.2s ease-in-out;
	margin-top:4px;
}

.nav li:first-child{
	height:5px;
	background-color:#2976a6;
}

.nav li+li{
	height:5px;
	background-color:#0f7c49;
}

.nav li+li+li{
	height:5px;
	background-color:#bf5d24;
}

.nav li a{
   display:block;
   padding:3px 10px;
   color:#000;
   text-decoration:none;
}

.nav li a:hover{
	color:#FFF;
}

.nav li:hover{
	height:40px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: height 0.15s ease-in;
	-moz-transition: height 0.15s ease-in-out;
	-o-transition: height 0.15s ease-in-out;
}

#page-navigation ul li a.active,
#page-navigation ul li a.active:hover{
   color:#fff;
   background:#000;
   font-weight:bold;
}

 	/*Content*/
#main-content {
	width:534px;
	height:454px;
	overflow: hidden;
	border-top:none;
	
}

#main-content div.inner {
	width: 2000px;
	height: 500px;
	position: relative;
	background-color:#dee5f7;

}
#contact img{
	height:50px;
	width:50px;
	float:right;
	
}

.pane{
	padding: 20px;
	width: 500px;
	height: 445px;
	float: left;
	border:2px solid #000;
	border-left:none;
	font-size:12px;
	font-weight:normal;
}
	/*footer*/
footer {

	width:534px;
	height:37px;
	background-color:#000;
	border-top:2px solid #999999;
	border-bottom:2px solid #999999;
	outline:2px solid #000;
	z-index:100000;
	position:relative;
	display:block;
	margin:auto;
	/*border-top:none;*/
}

footer p{
	margin:0px;
	padding:10px;
	font-size:13px;
	text-align:center;
	color:white;

}

#followus{
	font-size:12px;
	float:right;
}



