@CHARSET "UTF-8";

html, body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #000000;	
	background: #000000 url(../img/si_bg.jpg) top left no-repeat;	
}

body{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
}

a{
	color: #ffffff;
}

#mainContainer{
	margin: auto;
	width: 990px;
}

#leftContainer{
	width: 396px;
	float: left;
	padding-top: 40px;
}

#rightContainer{
	width: 420px;
	padding-left: 41px;
	padding-right: 41px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: right;
}

#top{
	text-align: left;
	padding-top: 35px;
	margin-bottom: 30px;
}

#content{
	margin-bottom: 40px;
}

#footer{
	width: 100%;
}

#footerLeft{
	width: 171px;
	float: left;
	text-align: center;
	font-weight: bold;
}

#footerRight{
	width: 231px;
	float: right;
	text-align: center;
	font-weight: bold;
}

div.clear{
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

div.left{
	float: left;
}

div.right{
	float: right;
	text-align: right;
}

.red{
	color: #ed1c22;
}

div.menuContainer{
	margin-top: -10px;
	margin-bottom: 20px;	
}

ul.menu{
	list-style: none;
	padding-left: 0px;
	padding-top: 10px;
}

li.menuItem{
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
	background: #000000;
	margin-bottom: 2px;
}

li.menuItem a{
	color: #ffffff;
	text-decoration: none;
}

li.menuItem:hover{
	color: #000000;
	background: #ffffff;
}

li.menuItem:hover a{
	color: #000000;
	text-decoration: none;
}

li.menuItem2{
	padding-left: 45px;
	height: 16px;
	line-height: 16px;
	background: #ffffff;
}

li.menuItem2 a{
	color: #000000;
}

li.menuItem2:hover{
	color: #ffffff;
	background: #f3001c;
}

li.menuItem2:hover a{
	color: #ffffff;
	text-decoration: none;
}

li.menuItem3{
	padding-left: 60px;
	height: 16px;
	line-height: 16px;
	background: #ffffff;
}

li.menuItem3 a{
	color: #000000;
}

li.menuItem3:hover{
	color: #ffffff;
	background: #f3001c;
}

li.menuItem3:hover a{
	color: #ffffff;
	text-decoration: none;
}

li.active{
	color: #000000;
	background: #ffffff;
}

li.active a{
	color: #000000;
	text-decoration: none;
}

.capitalize{
	text-transform: capitalize;
}

.uppercase{
	text-transform: uppercase;
}

.lowercase{
	text-transform: lowercase;
}

.menuImgLeft{
	width: 204px;
	height: 25px;
	padding-top: 110px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
	cursor: pointer;
}

.menuImgRight{
	width: 204px;
	height: 25px;
	padding-top: 110px;
	margin-bottom: 12px;
	float: left;
	cursor: pointer;
}

.menuTitle{
	width: 184px;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	font-weight: bold;
	background: url(../img/shade.png);
	text-align: right;
}

#backContainer{
	cursor: pointer;
}

#menu{
      width: 100%;
}

.menuButton{
       height: 19px;
       line-height: 17px;
       font-size: 10px;
       font-weight: none;
       color: #e6e6e6;
       background: url(../img/buttonBack.png);
       float: left;
	   padding-left: 2px;
	   padding-right: 2px;
}

.menuButton a{
	   text-decoration: none;
}

.menuButtonBefore{
      float: left;
      width: 4px;
      height: 19px;
	  background: url(../img/buttonLeft.png);
}

.menuButtonAfter{
      float: left;
      width: 4px;
      height: 19px;
	  background: url(../img/buttonRight.png);
      margin-right: 4px;      	
}

.menuButtonActive{
       height: 19px;
       line-height: 17px;
       font-size: 11px;
       font-weight: bold;
       color: #e6e6e6;
       background: url(../img/buttonActiveBack.png);
       float: left;
	   padding-left: 2px;
	   padding-right: 2px;	   
}

.menuButtonActive a{
	   text-decoration: none;
}

.menuButtonActiveBefore{
      float: left;
      width: 4px;
      height: 19px;
	  background: url(../img/buttonActiveLeft.png);
}

.menuButtonActiveAfter{
      float: left;
      width: 4px;
      height: 19px;
	  background: url(../img/buttonActiveRight.png);
      margin-right: 4px;      	
}

.clear{
	height: 0px;
	line-height: 0px;
	clear: both;
	overflow: hidden;
}

#menuLine{
      width: 100%;
      height: 5px;
      line-height: 5px;
      background: #e40083;
	  margin-bottom: 30px;
}

img#logo{
	position: absolute; 
	margin-top: -5px; 
	margin-left: 70px;
}

input{
	border: 1px solid #790d67;
}

img{
	border: none;
}

div.gallery{
	margin-top: 20px;
	margin-bottom: 20px;
}

div.galleryItem{
	float: left;
	margin-left: 10px;
	margin-right: 6px;
	margin-bottom: 16px;
}

div.form input.submit{
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
}
