* { margin: 0px; padding: 0px; }
body {
	text-align: center;
	background: #868686 url(/images/background-rsky.png) center center no-repeat;
}
.Clear { clear: both; }

a { color: #CC0CE3; text-decoration: none; }
a:hover { color: #9b0aaf; }

#n p {
  font-family: "Verdana";
  font-size: 11px;
  color: #848484;
  text-align: justify;
}

#global {
	width: 960px;
	margin: 0px auto;
	margin-top: 10px;
	text-align: left;
}
	
	#header {
		position: relative;
		width: 100%;
		height: 89px;
		background: #fff;
	}
		#header img#leftCorner, #header img#rightCorner {
			position: absolute;
			top: 0px;
		}
		#header img#leftCorner { left: 0px; }
		#header img#rightCorner { right: 0px; }
		#header #languages {
		  position: absolute;
		  top: 18px;
		  right: 27px;
		}
		  #header #languages a { margin-left: 8px; text-decoration: none; }
		#header #newsletter {
			position: absolute;
			top: 18px;
			right: 100px;
			width: 264px;
			height: 19px;
		}
		  #header #newsletter label {
        float: left;
        display: block;
        width: 98px;
        font-size: 14px;
        letter-spacing: 1px;
        font-family: "Tahoma";
        color: #b4b4b4;
        text-indent: 0px;
      }
		  #header #newsletter input#input_newsletter {
		    display: block;
		    float: left;
		    border: none;
		    width: 139px;
		    height: 19px;
		    background: url(/images/design/input-newsletter.jpg) top left no-repeat;
		    color: #c90ee1;
		    font-size: 10px;
		    padding-left: 4px;
		    padding-top: 2px;
		    text-transform: lowercase;
		  }
		  #header #newsletter a#submit_newsletter {
		    display: block;
		    float: left;
		    width: 23px;
		    height: 19px;
		    font-size: 0px;
		    letter-spacing: -3000px;
		    background: url(/images/design/btn-newsletter.jpg) top left no-repeat;
		  }
		#header ul#menu {
			list-style-type: none;
			position: absolute;
			bottom: 0px;
			right: 0px;
		}  
			#header ul#menu li {
        display: block;
        float: left;
        width: 122px;
      }
  			#header ul#menu li a {
  				display: block;
  				height: 20px;
  				font-family: "Verdana";
  				font-size: 14px;
  				font-weight: bold;
  				line-height: 20px;
  				text-decoration: none;
  				text-align: center;
  				color: #adadad;
  				border: 1px solid #ccc;
  				background: #e5e5e5;
				}
				#header ul#menu li a:hover { background: #ccc; }
				#header ul#menu li a.current {
				  position: relative;
				  margin-left: -5px;
				  margin-right: -5px;
				}
				#header ul#menu li a#contact.current {
				  margin-left: -21px;
				  margin-right: 0px;
				}
				  #header ul#menu li a.current #currentMenuItem {
				    position: absolute;
            width: 146px;
				    height: 31px;
				    background: transparent url(/images/design/currentTab.png) top left no-repeat;
				    top: -9px;
				    left: 50%;
				    margin-left: -73px;
				    line-height: 34px;
				    font-size: 16px;
				    color: #c90ee1;
				  }
    #header img#rSkyLogo {
      position: absolute;
      top: 8px;
      left: 14px;
      border: none;
    }
    
	ul#submenu {
		width: 100%;
		height: 22px;
		background: #000;
		border-bottom: 1px solid #fff;
		list-style-type: none;
	}
    ul#submenu li {
      display: block;
      float: left;
      margin-right: 5px;
    }
      ul#submenu li a {
        font-family: "Verdana";
        font-size: 12px;
        color: #fff;
        text-decoration: none;
        margin-left: 10px;
      }
      ul#submenu li a#currentSubItem {
        font-weight: bold;
        color: #cc0ce3;
      }
	
	#bigPic {
    position: relative;
		width: 100%;
		height: 376px;
		background: #000;
		border-bottom: 1px solid #fff;
	}
	
	#catmenu {
		width: 100%;
		height: 19px;
		background: #000;
	}
	
	#content {
		width: 940px;
		height: auto;
		overflow: hidden;
		padding: 10px;
		background: #fff url(/images/design/contentBackground.jpg) top left repeat-x;
	}
    #content .contentBox h1 {
      font-family: "Arial";
      font-size: 14px;
      font-weight: bold;
      color: #5f5d5f;
      line-height: 14px;
      margin: 0px;
      margin-top: -5px;
      margin-bottom: 10px;
    }
    #content .contentBox p {
      font-family: "Verdana";
      font-size: 12px;
      color: #565555;
      text-align: justify;
      margin-bottom: 10px;
    }
	
	#footer {
		position: relative;
		width: 100%;
		height: 33px;
	}
    #footer ul#footerLinks {
			list-style-type: none;
			margin-left: 10px;
			line-height: 30px;
		}  
			#footer ul#footerLinks li {
        display: block;
        float: left;
        margin: 0px 3px;
      }
  			#footer ul#footerLinks li a, #footer ul#footerLinks li span#copyright {
  				font-family: "Tahoma";
  				font-size: 12px;
  				text-decoration: none;
  				text-align: center;
  				color: #fff;
  				padding-left: 6px;
          border-left: 1px solid #fff;
				}
				#footer ul#footerLinks li a:hover { text-decoration: underline; }
				#footer ul#footerLinks li:first-child a { border: none; }
		#footer a#eltyweb {
			position: absolute;
			top: 0px;
			right: 0px;
		}
			#footer a#eltyweb img { border: none; }