@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:transparent url(../images/x.gif) repeat scroll 0% 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
text-decoration:none;
color:#FF8000;
}
a:hover, a:active {
color: #FF8000;
text-decoration:none;

}
a:visited {
text-decoration:none;
color: #FF8000;
}

.twoColFixLtHdr #container { 	
	width:1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #f1f1f1;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF;
	margin: 0 auto;
	/*padding: 0 10px 0 20px;*/  /* 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. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header .inner {
	height:124px;
	margin:auto;
	padding:2px;
	width:999px;
}
.twoColFixLtHdr #header .inner .head {
	background:transparent url(../images/head.gif) no-repeat scroll 0% 50%;
	float:left;
	height:124px;
	width:761px;
}
.twoColFixLtHdr #header .inner .logo {
	background:transparent url(../images/logo.gif) no-repeat scroll 0% 50%;
	float:left;
	height:122px;
	margin:0px 1px 1px;
	padding:1px;
	width:234px;
}

.twoColFixLtHdr #sidebar1 {
	margin-top:	7px;
	color:black;
	float: left; /* since this element is floated, a width must be given */
	width:261px;
}

.twoColFixLtHdr #sidebar1 .main_menu {
	width:234px;
	padding-right:20px;
	color:red;
	margin-left:auto;
	margin-right:auto;
}
.twoColFixLtHdr #sidebar1 .main_menu a {
	color:#FFFFFF;
	font-size:1.3em;
}
.twoColFixLtHdr #sidebar1 .main_menu a .button_outer {
	text-align:center;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #sidebar1 .main_menu a .sub_button {
	padding:0px 0px 0px 20px;
	text-align:center;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #sidebar1 .main_menu a:hover .button_outer {
	background:transparent url(../images/button.gif) no-repeat scroll 0% 100%;
}
.twoColFixLtHdr #sidebar1 .main_menu .button_outer .button_inner {
	line-height:40px;
}
.twoColFixLtHdr #sidebar1 .main_menu .sub_button .button_inner {
	line-height:40px;	
}
.twoColFixLtHdr #sidebar1 .main_menu .button_title {
	height:39px;
	width:234px;
}
.twoColFixLtHdr #sidebar1 .main_menu .button_outer {
	background:transparent url(../images/button.gif) no-repeat scroll 0% 0%;
	cursor:pointer;
	height:39px;
	margin-bottom:1px;
	width:234px;
}
.twoColFixLtHdr #sidebar1 .main_menu .sub_button {
	background:transparent url(../images/sub_button.gif) no-repeat scroll 0% 0%;
	cursor:pointer;
	height:39px;
	margin-bottom:1px;
	width:234px;
}

.twoColFixLtHdr #sidebar1 .sub_menu {
	display:none;
}
.twoColFixLtHdr #sidebar1 .sub_menu span {
	color:white;
}

.twoColFixLtHdr #sidebar1 .main_menu a:hover .sub_button {
	background:transparent url(../images/sub_button.gif) no-repeat scroll 0% 100%;
}

.twoColFixLtHdr #sidebar1 .main_menu .here .sub_button
{
	background:transparent url(../images/sub_button.gif) no-repeat scroll 0% 100%;
}
.twoColFixLtHdr #sidebar1 .main_menu .here .button_outer
{
	background:transparent url(../images/button.gif) no-repeat scroll 0% 100%;
}	

.twoColFixLtHdr #sidebar1 .under_menu {
	background:white none repeat scroll 0%;
	margin:13px 0px 0px 3px;
	height:auto;
	text-align:justify;
	width:234px;
}
.twoColFixLtHdr #sidebar1 .under_menu .orange_girl {
	background:transparent url(../images/orange_girl.jpg) no-repeat scroll 0% 50%;
	height:166px;
	padding:5px;
	width:223px;
	margin-top:5x;
	margin-left:5px;
	margin-right:auto;
}	
.twoColFixLtHdr #sidebar1 .under_menu .title_content {
	float:left;
	background:#f4f4f4 none repeat scroll 0%;
	height:40px;
	margin-top:5px;
	width:234px;
	border:1px solid #e5e5e6;
	font-size:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	color:#3c96c4;
	text-align:center;
	line-height:40px;
}
.twoColFixLtHdr #sidebar1 .theme_block {
border-left:1px solid #e5e5e6;
border-right:1px solid #e5e5e6;
border-bottom:1px solid #e5e5e6;
float:left;
margin-left:5px;
margin-right:auto;
height:auto;
width:224px;
}
.twoColFixLtHdr #sidebar1 .theme_block .block_content {
margin:10px;
float:left;
width:auto;
height:auto;
text-align:left;
font-size:14px;
font:normal 100% Times New Roman, Helvetica, sans-serif;
}



.bold {
	color:black;
	font-weight:bold;
	font-family: Tahoma;
}

























.twoColFixLtHdr #mainContent {
	margin-top:	7px;
	margin: 0 0 0 250px;; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 13px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


#right_column {
	float:left;
	height:auto;
	width:761px;
}
.twoColFixLtHdr #mainContent .right_inner {
	float:right;
	width:96.7%;
}
.twoColFixLtHdr #mainContent .main_header {
	background:#F1F1F1 none repeat scroll 0%;
	color:#black;
	height:auto;
	padding:7px;
	margin:7px 0px 0px 6px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent .right_inner .main_header h1 {
	color:#0077B5;
	padding:0px;
	text-transform:none;
	font-family: Arial, Helvetica, sans-serif;
	padding:7px;
}
.twoColFixLtHdr #mainContent .right_inner .main_header span {
	color:black;
	font:normal 75% Arial, Helvetica, sans-serif;
	font-size:20px;
}
.twoColFixLtHdr #mainContent .title {
	background:transparent url(../images/glass_button.gif) no-repeat scroll 0% 0%;
	height:57px;
	width:352px;
	line-height:59px;
	font-size:1.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin-top:12px;
}
.twoColFixLtHdr #mainContent .right_content_column {
	float:right;
	text-align:right;
	width:352px;
	margin-top:12px;
}
.twoColFixLtHdr #mainContent .right_content_column .title {
	text-align:center;
}
.twoColFixLtHdr #mainContent .left_content_column {
	float:left;
	text-align:left;
	width:352px;
	margin-top:0px;
}
.twoColFixLtHdr #mainContent .left_content_column .title {
	text-align:center;
}
.twoColFixLtHdr #mainContent .content_block {
	height:auto;
	padding:12x 0px 0px 0px;

}
.twoColFixLtHdr #mainContent .content_block .content {
	background:#F1F1F1 none repeat scroll 0%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	text-align:left;
	font-size:16px;
	font:normal 95% Arial, Helvetica, sans-serif;
	width:92%;
}



.twoColFixLtHdr #mainContent .main_footer {
	float:left;
	width:96.7%;
	margin-top:12px;
}

.twoColFixLtHdr #mainContent .main_footer {
	background:#F1F1F1 none repeat scroll 0%;
	color:#0077B5;
	height:147px;
	padding:7px;
	margin:12px 0px 0px 10px;
	text-align:center;
}

.twoColFixLtHdr #mainContent .button_health {
	float:left;
	height:64px;
	width:736px;
	background:transparent url(../images/health_button.gif) no-repeat scroll 0% 50%;
	line-height:59px;
	font-size:1.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
}
.twoColFixLtHdr #mainContent .title_content {
	float:left;
	background:#f4f4f4 none repeat scroll 0%;
	height:auto;
	margin-top:20px;
	width:99.2%;
	border:1px solid #e5e5e6;
}
.twoColFixLtHdr #mainContent .title_content h1{
	font-size:1.4em;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3c96c4;
	text-align:center;
	line-height:40px;
}
}
.twoColFixLtHdr #mainContent .right_inner .theme_block {
	border-left:1px solid #e5e5e6;
	border-right:1px solid #e5e5e6;
	border-bottom:1px solid #e5e5e6;
	float:left;
	margin-left:10px;
	margin-right:10px;
	height:auto;
	width:710px;
}
.twoColFixLtHdr #mainContent .right_inner .theme_block .block_content {
	margin:5px;
	float:left;
	width:auto;
	height:auto;
	text-align:left;
	font-size:14px;
	font:normal 100% Times New Roman, Helvetica, sans-serif;
}
a.block_link {
	color:#3c96c4;
	/*color:#ff8000;*/
}

a:hover.block_link {
	text-decoration: underline;
	color:#ff8000;
}

a.footer_link {
	
	color:#ff8000;
}

a:hover.footer_link {
	text-decoration: underline;
}

.twoColFixLtHdr #mainContent .right_inner .button_sport {
	float:left;
	height:64px;
	width:736px;
	background:transparent url(../images/sport_button.gif) no-repeat scroll 0% 50%;
	line-height:59px;
	font-size:1.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
}



.twoColFixLtHdr #mainContent .button_history {
	float:left;
	height:64px;
	width:736px;
	background:transparent url(../images/history_button.gif) no-repeat scroll 0% 50%;
	line-height:59px;
	margin-top:7px;
	font-size:1.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
}
.twoColFixLtHdr #mainContent .theme_block {
	border-left:1px solid #e5e5e6;
	border-right:1px solid #e5e5e6;
	border-bottom:1px solid #e5e5e6;
	float:left;
	margin-left:10px;
	margin-right:10px;
	height:auto;
	width:701px;
}
.twoColFixLtHdr #mainContent .block_content {
	margin:10px;
	float:left;
	width:auto;
	height:auto;
	text-align:justify;
	font-size:14px;
	font:normal 95% Times New Roman, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent .button_title {
	float:left;
	height:64px;
	width:736px;
	line-height:59px;
	margin-top:7px;
	font-size:1.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
}
.twoColFixLtHdr #mainContent .button_health {
	background:transparent url(../images/health_button.gif) no-repeat scroll 0% 50%;
}
.twoColFixLtHdr #mainContent .button_sport {
	background:transparent url(../images/sport_button.gif) no-repeat scroll 0% 50%;
}
.twoColFixLtHdr #mainContent .button_devices,
.twoColFixLtHdr #mainContent .button_equipment,
.twoColFixLtHdr #mainContent .button_equipments,
.twoColFixLtHdr #mainContent .button_faq,
.twoColFixLtHdr #mainContent .button_medicine
{
	background:transparent url(../images/devices_button.gif) no-repeat scroll 0% 50%;
}
.twoColFixLtHdr #mainContent .button_nytrogen {
	background:transparent url(../images/nytrogen_button.gif) no-repeat scroll 0% 50%;
}
.twoColFixLtHdr #mainContent .button_library
{
	background:transparent url(../images/library_button.gif) no-repeat scroll 0% 50%;
}
.twoColFixLtHdr #mainContent .button_guestbook {
	background:transparent url(../images/questbook_button.gif) no-repeat scroll 0% 50%;
}

.twoColFixLtHdr #mainContent .button_methodology {
	background:transparent url(../images/methodology_button.gif) no-repeat scroll 0% 50%;
}

.twoColFixLtHdr #mainContent .button_contacts {
	background:transparent url(../images/contacts_button.gif) no-repeat scroll 0% 50%;
}
.twoColFixLtHdr #mainContent .button_video {
	background:transparent url(../images/video_button.gif) no-repeat scroll 0% 50%;
}

.twoColFixLtHdr #footer {
	height:37px; 
	background:transparent url(../images/footer.gif) no-repeat scroll 0% 50%;
	margin:20px 0 0 0;
	padding: 3px 10px 5px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer a.orange1 {
color:orange;
}
sup{font-size:xx-small;}

.block_content p {margin: 0 !important;}


.gstbook_container{}
.gstbook_container form table{ float: left;}
.gstbook_container form table td{ padding-top:4px;}
.gstbook_container form button{ 
	background:transparent url(../images/button.gif) no-repeat scroll 0% 0%;
}
.errors {color:red;}
.title_msg {
	float:left;
	background:#f4f4f4 none repeat scroll 0%;
	height:40px;
	margin-top:20px;
	margin-bottom:20px;
	width:99.2%;
	border:1px solid #e5e5e6;
	font-size:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	color:#3c96c4;
	text-align:center;
	line-height:40px;
}

.twoColFixLtHdr #mainContent .question_block {
	float:left;
	background:#f4f4F4 none repeat scroll 0%;
	height:auto;
	margin-top:20px;
	width:730px;
	border:1px solid #e5e5e6;
	
}
.twoColFixLtHdr #mainContent .question_block .question_content {
	font:normal 100% Times New Roman, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	width:720px;
	height:auto;
	text-align:justify;
	padding:5px;
}
.twoColFixLtHdr #mainContent .answer_block {
	border-left:1px solid #e5e5e6;
	border-right:1px solid #e5e5e6;
	border-bottom:1px solid #e5e5e6;
	float:left;
	margin-left:10px;
	margin-right:10px;
	height:auto;
	width:710px;
	background:#fffcf6 none repeat scroll 0%;
}

.twoColFixLtHdr #mainContent .answer_block  .name_block {
	float:left;
	background:#f4f4f4 none repeat scroll 0%;
	height:30px;
	margin-top:-1px;
	margin-left:20px;
	width:250px;
	border:1px solid #e5e5e6;
}
.twoColFixLtHdr #mainContent .gst_sign_block {
	font:100% Times New Roman, Helvetica, sans-serif;
	height:30px;
	margin-top:-1px;
	margin-right:20px;
	margin-left:20px;
}
.twoColFixLtHdr #mainContent .gst_sign {
	margin:5px;
	padding-left: 5px;
	color:#3c96c4;
	font-style:italic;
	font-size:1.2em;
	height:auto;
	text-align: right;
}
.twoColFixLtHdr #mainContent .gst_sign_block .gst_sign span {
	margin-left:15px;
}

.twoColFixLtHdr #mainContent .answer_block .answer_content {
	float:left;
	margin-left:auto;
	margin-right:auto;
	padding:10px 5px;
	text-align:justify;
	width:700px;
	height:auto;
	font-size:1em;
	font:normal 100% Times New Roman, Helvetica, sans-serif;
}
.line {
	clear:both;
	height:3px;
	float:left;
	width: 300px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}
.linebg{
	clear:both;
	height:2px;
	float:left;
	width: 730px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
		background-color: #a5a5a6;
}

.gstbook_container table input
{
	width: 200px;
}	
#guestbook_manager_form
{
	float:left;
	padding:10px 0px 10px 0px;
	margin:10px 0px 10px 0px;
}
#guestbook_manager_form table
{
	margin:3px 0px 3px 0px;
	width:99%;
}


#guestbook_manager_form dl
{
	margin:3px 0px 3px 0px;
	width: auto;
}
#guestbook_manager_form dl textarea
{
	margin:3px 0px 3px 0px;
	width:736px;
	height: 200px;

}
#guestbook_manager_form dl input
{
	float:left;
	margin:3px;
	min-width:200px;
}
#paging_menu {
	height:28px;
	width:auto;
	float:left;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:200px;
}
#paging_menu a {
	color:#a7a6a6;
	font-size:1.2em;
}
#paging_menu .paging_outer {
	float:left;
	background:transparent url(../images/paging_button.gif) no-repeat scroll 0% 0%;
	cursor:pointer;
	height:28px;
	margin-right:5px;
	width:20px;
}
#paging_menu a .paging_outer {
	text-align:center;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
#paging_menu a:hover .paging_outer,
#paging_menu a .here {
	background:transparent url(../images/paging_button.gif) no-repeat scroll 0% 100%;
	color:#fff;
}

.symbol_number {
	line-height:27px;
	margin:3px;
}
#paging_menu .paging_button {
	float:top;
	margin-top:5px;
	height:28px;
	width:20px;
}
#paging_menu  .navigator {
	float:left;
	cursor:pointer;
	height:28px;
	margin-right:5px;
	width:25px;
}
#paging_menu a .navigator {
	text-align:center;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
#paging_menu a:hover .navigator {
	color:#fb9a1c;
}

#paging_menu  .pages {
	float:left;
	height:28px;
	margin-right:40px;
	width:60px;
	text-align:left;
	color:#a7a6a6;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;

}
}
.footer_text {
	float:left;
	
}
.new_article {
	height:auto;
	padding:5px;
	width:223px;
	/*margin:0px auto auto 5px;*/
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	text-align:left;
	border:1px solid #e5e5e6;
	
}
.new_article h3{
margin-top:15px;
margin-bottom:6px;
}
.new_article p
{
margin-top:6px;
margin-bottom:15px;
}
h4{
margin-top:10px;
margin-bottom:6px;
}

a:link.rugby , a:hover.rugby, a:active.rugby, a:visited.rugby{
text-decoration:none;
color:#f1f1f1;
font-size:9px;
}
