/*-----------------------------------------------------
   BASIC
------------------------------------------------------ */
*                                                      { margin: 0; padding: 0; list-style: none; }
body                                                   {
	font: normal .7em Arial, Helvetica, sans-serif;
	color: #fff;
	background: #001426;
	text-align: center;
	padding: 0;
}
a img                                                  { border: none; }
a, a img,
a:link, a:visited,
a:hover, a:active                                      { outline: none; }
#print-logo                                            { display: none; }
.clear                                                 { clear: both; line-height: 0; height: 0; font-size: 0; }

/*-----------------------------------------------------
   LAYOUT
------------------------------------------------------ */
#wrapper                                               {
	width: 880px;
	text-align: left;
	margin: 0 auto;
	padding: 0 50px;
	background: transparent url(../images/layout/bg_wraper.gif) repeat-y;
}

/*-----------------------------------------------------
   HEADER
------------------------------------------------------ */	
#header                                                {
	background: transparent url(../images/layout/bg_header.gif) repeat-x;
	margin: 0 -34px;
	padding: 0 34px;
}
#header h1                                            {
	display: inline; float: left;
	width: 330px; height: 112px;
	margin: 0 0 0 -34px;
	background: transparent url(../images/layout/logo-skipper4you.gif) no-repeat;
	padding-top: 0;
	font-size: 2em;
}
#header h1 a                                          {
	width: 250px; height: 70px;
	display: block;
	position: relative;
	top: 15px;
	left: 25px;
	text-indent: -9999px;
}	
	
/*-----------------------------------------------------
   NAV
------------------------------------------------------ */		
#nav                                                   {
	padding: 5px 0 20px 0;
	overflow: hidden;
	height: 100%;
	clear: both;
}
	
/*-----------------------------------------------------
   NAV // path
------------------------------------------------------ */
#path                                                  {
	display: inline;
	float: left;
	width: 650px;
	padding-top: 3px;
}
#path li                                               { display: inline; float: left; }
#path li a                                             {
	display: inline; float: left;
	padding: 0 10px 0 0;
	margin: 0 8px 0 0;
	background: transparent url(../images/layout/path.gif) no-repeat right 5px;
	color: #b3c1cd;
	text-decoration: none;
}
#path li a.on                                         {
	padding: 0;
	margin: 0;
	background: none;
	color: #ff8000;
	text-decoration: none;
}		

/*-----------------------------------------------------
   NAV // options
------------------------------------------------------ */
#options                                               {
	display: inline;
	float: right;
	line-height: 16px;
}
#options li                                            {
	float: left;
	margin-left: 10px;
	text-align: center;
	vertical-align: middle;
}
#options a                                             { color: #fff; text-decoration: none; }
#options a:hover									   { color: #B3BDC7; text-decoration: none; }
#normal                                                { font-size: .9em; padding-top: 2px; }
#medium                                                { font-size: 1.1em; padding-top: 1px; }
#large                                                 { font-size: 1.3em; }
#options li#print                                      { border: none; }
#options li#print a                                    {
	display: block;
	text-indent: -9999px;
	width: 20px;
	background: transparent url(../images/layout/print.gif) no-repeat center center;
	border: none;
}

/*-----------------------------------------------------
   CONTAINER
------------------------------------------------------ */	
#container                                             {
	clear: both;
	overflow: hidden;
	padding: 5px 34px 0 34px;
	margin: 0 -34px;
	background: transparent url(../images/layout/container-bottom-bg.gif) repeat-x left bottom;
	overflow: hidden;
}

#containerInner {
	height: 100%;
	overflow: hidden;
	background: transparent url(../images/layout/border-content-seccontent.gif) repeat-y 648px 0;
	}

#mainContent                                          {
	display: inline; float: left;
	width: 630px;
	margin-bottom: 10px;
	padding: 0 20px 5px 0;
}
#secContent                                           {
	display: inline;
	float: left;
	width: 200px;
	padding:  0; 
	margin: 0 0 10px 20px;
}
#topLink                                              {
	clear: both;
	text-align: right;
	padding-bottom: 10px;
}
	
/*-----------------------------------------------------
   FOOTER
------------------------------------------------------ */	
#footer                                                {
	width: 980px;
	margin: 0 auto;
	background: url(../images/layout/bg_footer.gif) no-repeat 0 0;
	height: 70px;
	color: #80909e;
}
#footer a                                             { color: #80909e; text-decoration: underline; }
#footer a:hover                                       { color: #80909e; text-decoration: none; }

/*-----------------------------------------------------
   VidiTop100
------------------------------------------------------ */
#viditop100 { height: 100px; overflow: hidden; width: 430px; margin: 0 auto; color: #80909e; font-size: 11px; line-height: 16px; }
#vidiIcon { display: inline; float: left; width: 20px; height: 48px; background: transparent url(../images/layout/vidi.png) no-repeat 0 0; margin-right: 20px; }
#vidiContent { padding-top: 6px; }
#vidiContent span { font-size: 12px; }

#viditop100 a { display: block; height: 1%; color: #80909e; text-decoration: none; float: left; }
#viditop100 a:hover { color: #fff; text-decoration: none; }
