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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border:0 none;
	font-size:100%;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
	text-decoration: none;
}
body {
	line-height:1;
	background-repeat: no-repeat;
}
ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
content:none;
}
:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}
ins {
text-decoration:none;
}
del {
text-decoration:line-through;
}
table {
border-collapse:collapse;
border-spacing:0;
}
#containerbig {
	position:absolute;
	left: 50%;
	margin-left:-935px;
	height:1400px;
	width:1870px;
	background-image: url(images/container_big3.jpg);
	}


#container {
	position: absolute;
	left: 50%;
	margin-left:-485px;
	margin-top:187px;
	width: 1000px;
	height:1195px;
	clear:both;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: no-repeat;
	text-decoration: none;
}
#header { 
	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
 
	
	width:1000px;
	height:515px;
	float:right;
	
}



#butterfly {
	float:left;
	margin-top:0px;
	margin-left:0px;
	height:450px;
	width:380px;
	
	}
#headerleft {
	float:left;
	margin-top:0px;
	margin-left:0px;
	height:515px;
	width:620px;
	
	}
#headertop {
	float:left;
	margin-top:206px;
	margin-left:0px;
	height:35px;
	width:320px;
	}
	
#headertopleft {
	float:left;
	
	}
#headertopright {
	float:right;
	padding-right:20px;
	
	}
#headertext {
	margin-top:143px;
	margin-left:0px;
	width:545px;
	height:80px;
	float:left;
	
	padding-left:0px;
	padding-right:0px;
	text-align: left;
	}
#nav {
	
	width:550px;
	height:70px;
	float:right;
	margin-right:70px;
	margin-top: 5px;
	
	}
 

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/


	
	
	}
	
#container1 {
	position:absolute;
	height:430px;
	width:870px;
	
	
	
	
	}
 #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 180px;
	height:408px;
	/* since this element is floated, a width must be given */
	margin-left:50px;
	padding-top:48px;
	padding-left:7px;
	padding-right:5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	color: #232c6d;
	text-align: left;
	text-decoration: none;
}

#maincontent {
	margin: 0 0 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	height:408px;
	width:450px;
	
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:48px;
}
#main1 {
	padding-top:0px;
	padding-left:24px;
	
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #232c6d;
	
	width:200px;
	}
	
#putmain1incenter
{
	text-align: center;
	}
#main11{
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-left:25px;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #232c6d;
		
	width:200px;
	}
	
#putmain2incenter
{
	text-align: center;
	}
 #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 195px;
	height:408px;/* since this element is floated, a width must be given */
	/* top and bottom padding create visual space within this div */
	
	margin-right:73px;
	padding-top:48px;
	padding-right:10px;

	text-decoration: none;
}


/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
 #putsidebar2incenter
{
	text-align: center;
	}


 #footer {
	clear: both;
	width:1000px;
	
	height:135px;
	
} 
#footertop {
	float:left;
	width:1000px;
	height:90px;
	
	}
#stress {
	padding-top:40px;
	padding-left:60px;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	}
	
#physics {
	padding-top:28px;
	padding-left:55px;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #232c6d;
	line-height: 20px;
	}
	
#rife {
	padding-top:40px;
	padding-left:75px;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;	
	}
	
#business {
	padding-top:28px;
	padding-left:67px;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #232c6d;
	line-height: 20px;
}

#footerbottom {
	clear:both;
	width:1000px;
	height:40px;
	padding-left:65px;
	padding-top:16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #232c6d;
	font-size: 14px;
	font-weight: bold;
	}
.quantum {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.SCIO {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #232C6D;
	font-weight: bold;
}
.aboutus {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: 600;
	color: #F00;
	text-align: center;
}
.underl {
	color: #FFF;
	text-decoration: none;
}
.antiaging {
	color: #232c6d;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
}
.maintext1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #232c6d;
	text-align: justify;
	font-weight: normal;
}
.butterflye {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #232c6d;
	font-weight: normal;
}

.more {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F00;
	text-decoration: none;
}
.info {
	font-size: 10px;
	color: #FFF;
	background-color: #3399FF;
}
.freeship {
	font-size: 16px;
	font-weight: bold;
	color: #FF0101;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.underl1 {
	color: #F00;
	text-decoration: none;
}
.searchquantum {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
a:visited {
	COLOR: #595d4f;
}
a:hover {
	COLOR: #F61010;
}
a:active {
	COLOR: 84CBB9;
}


