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

body {
	background: #000000;
}

* {
	margin:0;
	padding:0;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

#pageCenter {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#mainContainerPageOne {
	position:relative;
	background:url(images/home.jpg);
	width:1000px;
	height:750px;
}

#orderButtonOne {
	position:absolute;
	top:420px;
	left:435px;
	width: 300px;
}

#indexContent {
	position:absolute;
	top:320px;
	left:350px;
	width: 610px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#f7cee5;
}

#mainContainerPageTwo {
	position:relative;
	background:url(images/testamonials.jpg);
	width:1000px;
	height:750px;
}

#orderButtonTwo {
	position:absolute;
	top:570px;
	left:201px;
	width: 300px;
}

#orderButtonThree {
	position:absolute;
	top:556px;
	left:435px;
	width: 300px;
}

#orderButtonFour {
	position:absolute;
	top:610px;
	left:420px;
	width: 300px;
}

#testiScroller {
	position:absolute;
	top:312px;
	left:303px;
	width: 300px;
}

#aboutAuth {
	position:absolute;
	top:728px;
	left:861px;
	width: 135px;
}

#aboutAuthImg {
	position:absolute;
	top:657px;
	left:895px;
}

#contactInfo {
	position:absolute;
	top:365px;
	left:425px;
	width: 465px;
}

#aboutInfo {
	position:absolute;
	top:295px;
	left:325px;
}

#productInfo {
	position:absolute;
	top:320px;
	left:346px;
	width: 614px;
}

#footer {
	position:absolute;
	top:755px;
}

.testifont {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#f7cee5;
}

.testifontSM {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f7cee5;
}

.footerfont {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#f7cee5;
}

.testiname {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#f7cee5;
}

/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 280px; 
    width: 700px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}

/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */		 
	width: 700px;	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:30000em;	
	margin: 0px;
}

/* single scrollable item */
.items div {
	margin:10px 0;
	padding:15px;
	font-size:12px;
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:20px;
	height:180px;
	width:240px;
}

.items h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	padding-left:400px;
	width:250px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	
