/*-----------------------------------------------------
   BASIC
----------------------------------------------------- */
*                                                     { margin: 0; padding: 0; list-style: none; }
body                                                  {
	font: normal .7em/1.3em Verdana, Geneva, sans-serif;
	color: #414141;
	background: #c1cfd2;
	text-align: center;
}
a img                                                 { border: none; }
a, a img, a:link, a:visited, a:hover, a:active        { outline: none; color: #414141; }
br.clear                                              { line-height: 0; height: 0; font-size: 0; clear: both; }
#print-logo                                           { display: none; }
input:focus, textarea:focus                           { outline: none; } /* Safari Fix */
a:link, a:visited { text-decoration: underline; }
/*-----------------------------------------------------
   LAYOUT (Basic)
----------------------------------------------------- */
#wrapper                                              {
	margin: 0 auto;
	width: 933px;
	position: relative;
	left: -33px;
	text-align: left;
}

/*-----------------------------------------------------
   HEADER
----------------------------------------------------- */
#header                                               { height: 60px; padding: 15px 0 10px 0; }
#logo                                                 { display: inline; float: left; margin: 9px 0 0 61px; }

#basicLinks                                           {
	display: inline;
	float: right;
	text-align: right;
	line-height: 1.1em;
}

#basicLinks li                                        {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #414141;
}
	
#basicLinks li.last                                   { margin: 0; padding: 0; border: none; }
	
#basicLinks a                                         { color: #414141; text-decoration: none; }
#basicLinks a:hover                                   { color: #414141; text-decoration: underline; }

#basicLinks a.on                                      { font-weight: bold; }

/*-----------------------------------------------------
   CONTAINER
----------------------------------------------------- */
#container                                            {
	height: 100%;
	overflow: hidden;
	padding: 5px 33px 5px 30px;
	background: transparent url(../images/layout/container-bg.gif) repeat-y right top;
}
#containerTopBG                                       {
	background: transparent url(../images/layout/container-top.gif) no-repeat right top;
	padding-top: 30px;
	width: 100%;
	clear: both;
}
#containerBottomBG                                    {
	background: transparent url(../images/layout/container-bottom.gif) no-repeat right bottom;
	padding-bottom: 30px;
	clear: both;
}
#mainCols                                             { overflow: hidden; height: 100%; margin: 5px 0 0 53px; }
	
#mainContent                                          {
	display: inline;
	float: left;
	width: 551px;
	overflow: hidden;
	height: 100%;
	padding: 10px 0 0 0;
}	

#secContent                                           { display: inline; float: right; width: 239px; }

/*-----------------------------------------------------
   topContent (CONTAINER-TOP)
----------------------------------------------------- */
#topContentWrapper                                    {
	width: 869px;
	background: transparent url(../images/layout/header-blank.jpg) no-repeat 0 0;
	height: 211px;
	position: relative;
	left: 1px;
	z-index: 0;
}		
#topContent                                           { padding: 0; overflow: hidden; height: 100%; }

#new                                                  {
	display: inline;
	float: right;
	width: 199px;
	padding: 20px;
	background: transparent url(../images/layout/new-bg.gif) no-repeat 0 0;
	color: #fff;
	line-height: normal;
}
	
#container #new a                                     {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold; 
	color: #fff; 
	text-decoration: underline;
	line-height: normal;
}
	
#container #new a:hover                               { text-decoration: none; }

#container #new h2                                    { font-weight: normal; color: #232d5e; font-size: 1.1em; margin-bottom: 10px; }
#container #new h2 a                                  {  color: #232d5e; text-decoration: none; }

#marqueecontainer                                     {
	position: relative;
	top: 3px;
	width: 100%;
	height: 140px;
	overflow: hidden;
}
#marqueecontainer #vmarquee                           { overflow: hidden; }

#topContent #contacts                                 {
	display: inline;
	float: right;
	width: 200px;
	padding: 10px 20px 0 20px;
}
	
#topContent #contacts a:hover                         { text-decoration: none; }

#container #contactButton                             {
	display: block;
	clear: both;
	width: 170px;
	height: 21px;
	margin: 0 auto 10px auto;
	padding: 4px 0 0 0;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: transparent url(../images/layout/contactbutton.gif) no-repeat 0 -25px;
}	
#container #contactButton:hover                       { background: transparent url(../images/layout/contactbutton.gif) no-repeat 0 0; }

#technogymlogo { margin: 0 auto; padding-top: 10px; display: block; width: 98px; }

/*-----------------------------------------------------
   Contacts - secContent
----------------------------------------------------- */
#secContent #contactsWrapper                          {
	background: transparent url(../images/layout/contact-top.gif) no-repeat 0 0;
	margin-bottom: 20px;
}
#secContent #contacts                                 {
	float: none;
	overflow: hidden;
	height: 100%;
	padding: 20px;
	background: transparent url(../images/layout/contact-bottom.gif) no-repeat left bottom;
}	

#secContent #contacts h2                              { font-size: 1.1em; margin-bottom: 10px; color: #232d5e;  }

#secContent p, #secContent ol, #secContent ul,
#secContent table                                     { margin-bottom: 10px; }

#secContent a:hover                                   { text-decoration: none; }

/*-----------------------------------------------------
   NAV
----------------------------------------------------- */
#nav                                                  {
	overflow: hidden;
	height: 100%;
	margin: 0 0 0 33px;
	padding: 5px 0 0 20px;
	font-size: .9em;
	color: #6dc5d5;
}
	
#nav a                                                { color: #6dc5d5; }

/*-----------------------------------------------------
   PATH
----------------------------------------------------- */
#path                                                 {
	display: inline;
	float: left;
	width: 575px;
	padding: 2px 0 0 0;
	font-size: .9em;
}
#path li                                              {
	display: inline;
	float: left;
	padding: 0 12px 0 0;
	margin: 0 6px 0 0;
	background: transparent url(../images/layout/path-arrow.gif) no-repeat right center;
}	

#path a                                               { text-decoration: underline; cursor: pointer; }

#path li.on                                           { background: none; padding: 0; }
#path li.on a                                         { text-decoration: none; }

/*-----------------------------------------------------
   OPTIONS
----------------------------------------------------- */
#options                                              { display: inline; float: right; width: 190px; }
#options li                                           {
	float: left;
	margin: 0 0 0 5px;
	padding: 3px 0 0 0;
	vertical-align: bottom;
}
#options a                                            { text-decoration: none; }
#options a:hover                                      { text-decoration: underline; }

#options li#print                                     { margin: 0 0 0 15px; padding-top: 4px; }

#options li#normal                                    { margin-left: 10px; }
#options li#medium                                    { font-size: 13px; padding-top: 2px; }
#options li#large                                     { font-size: 16px; padding-top: 1px; }

#print a                                              {
	display: block;
	width: 11px;
	height: 9px;
	background: transparent url(../images/layout/print.gif) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0;
}

/*-----------------------------------------------------
   FOOTER
----------------------------------------------------- */
#footer                                               {
	margin: 10px 10px 10px 73px;
	font-size: .9em;
	color: #fff;
	overflow: hidden;
	height: 100%;
}
#footer a                                             { color: #fff; text-decoration: underline; }
#footer a:hover                                       { text-decoration: none; }

#copyright                                            { display: inline; float: left; width: 300px; }
#topLink                                              { display: inline; float: right; width: 300px; text-align: right; }

#development                                          { width: 100%; text-align: center; margin: 30px 0 15px 0; }

#footer #development a                                { color: #f4fbfd; }
