    * { margin: 0; padding: 0; list-style: none; }
	
	html {
		background: url('../images/bg.jpg') repeat-x;
		font-family: "Trebuchet MS", Arial, "Arial CE";
	}
	
	#Container {
		margin: 0 auto;
		width: 870px;
	}
	
	a {
		color: #fff;
		text-decoration: none;
	} a:hover { text-decoration: underline; }
	
	a.Try {
	    color: #850000;
	}
	
	#Header {
	    float: left;
		width: 860px;
		height: 150px;
		padding: 0 5px;
	}
	
	#Header h1 {
	    float: left;
		width: 200px;
		height: 150px;
	}
	
	#Header h1 a {
	    float: left;
		width: 196px;
		height: 54px;
		background: url('../images/trim_team_logo196x54.gif') no-repeat;
		margin-top: 42px;
	}
	
	#Header ul {
	    float: right;
		width: 500px;
		padding-top: 42px;
	}
	
	#Header ul li{
	    float: left;
		width: 99px;
		height: 69px;
		margin-left: 1px;
	}
	
	#Header ul li a {
	    float: left;
		width: 99px;
		height: 42px;
		background: #850000;
	    font-size: 14px;
		color: #fff;
        text-align: center;
		padding-top: 20px;
	}
	
	#Header ul li a.Shop {
		padding-top: 12px;
		height: 50px;
	}
	
	#Header ul li a.TheyUs {
		padding-top: 12px;
		height: 50px;
	}
	
	#Header ul li:hover, #Header ul li.Active {
		background: url('../images/mainmenu_item_active_bg.gif') no-repeat;
	}
	
	#Header ul li:hover a, #Header ul li.Active a {
	    background: #b00000;
		text-decoration: none;
	}

	
	#Header h1 span { display: none; }
	
	#Flash {
	    float: left;
		width: 860px;
		height: 403px;
		padding: 0 5px;
		background: url('../images/flash_bg.jpg') center bottom no-repeat;
		padding-bottom: 62px;
	}
	
	#MainMovies {
	    float: left;
		width: 870px;
		padding-bottom: 30px;
	}
	
	#MainMovies h2 {
	    font-size: 24px;
		margin-bottom: 20px;
		float: left;
		width: 100%;
		font-weight: normal;
		color: #b00000;
	}
	
	#MainMovies .MainMoviesBox {
	    float: left;
		width: 860px;	
		height: 220px;
		background: url('../images/mainmovies_bg.jpg') top left no-repeat;
		padding-bottom: 30px;
		border-bottom: 1px solid #e3e3e3;
	}
	
	#MainMovies .MainMoviesBox span {
	    float: left;
		width: 26px;
		height: 220px;
		cursor: pointer;
	}
	
	#MainMovies .MainMoviesBox ul {
	    float: left;
		width: 808px;
		padding: 30px 0 0 0;
	}
	
	#MainMovies .MainMoviesLoading {
	    float: left;
		width: 808px;
		padding: 30px 0 0 0;
		text-align: center;
	}
	
	#MainMovies .MainMoviesBox ul li{
	    float: left;
		width: 197px;
		margin-left: 4px;
	}
	
	#MainMovies .MainMoviesBox ul li a.Img {
	    float: left;
		width: 185px; /*197px;*/
		height: 121px; /*133px;*/
		background: url('../images/mainmovies_item_bg.jpg') no-repeat;
		padding: 6px;
	}
	
	#MainMovies .MainMoviesBox ul li a.Img img {
	    float: left;
		width: 185px;
		height: 121px; 
        border: 0;		
	}
	
	#MainMovies .MainMoviesBox ul li a.Title {
	    float: left;
		width: 197px;
        padding: 10px 0;
        text-align: center;
        color: #b00000;
        font-size: 11px;
        font-family: Verdana;		
	}
	
	#Body {
	    float: left;
		width: 870px;
		background: url('../images/body_bg.gif') center repeat-y;
		padding-bottom: 30px;
	}
	
	#Body h2 {
	    font-size: 24px;
		margin-bottom: 20px;
		float: left;
		width: 100%;
		 font-weight: normal;
	}
	
	#Body .News {
	    float: left;
		width: 200px;
		margin-right: 30px;
	}
	
	#Body .News ul{
	    float: left;
		width: 200px;
		font-family: Arial;
	}
	
	#Body .News ul li {
	    float: left;
		width: 200px;
		margin-bottom: 20px;
	}
	
	#Body .News ul li span{
	    float: left;
		width: 200px;
		font-size: 12px;
		color: #414141;
		margin-bottom: 2px;
	}
	
	#Body .News ul li a{
	    float: left;
		width: 200px;
		font-size: 12px;
		color: #414141;
		font-weight: bold;
		margin-bottom: 2px;
	}
	
	#Body .News ul li p{
	    float: left;
		width: 200px;
		font-size: 12px;
		color: #414141;
		font-style: italic;
		line-height: 20px;
		margin-bottom: 2px;
	}
	
	#Body .News ul li a.More{
	    float: left;
		width: 200px;
		font-size: 12px;
		color: #b00000;
	}
	
	#Body .News h2, #Body .Details h2 { color: #b00000;}
	
	#Body .Details {
	    float: left;
		width: 400px;
		margin-right: 15px;
	}
	
	#Body .Details p{
	    float: left;
		width: 400px;
		color: #414141;
		margin-bottom: 20px;
		font-family: Arial;
		font-size: 12px;
		line-height: 20px;
		text-align: justify;
	}

	#Body .Details ul {
		font-family: Arial;
		font-size: 12px;
		line-height: 20px;
		float: left;
		width: 400px;
	}	
	#Body .Details ul li {
		float: left;
		width: 380px;
		list-style: square;
		margin-left: 15px;
	}
	
	#Body .Contact {
	    float: left;
		width: 215px;
	}
	
	#Body .Contact a.YouTube{
	    float: left;
	    width: 215px;
		height: 75px;
		background: url('../images/watch_our_movies_online.jpg') no-repeat;
	} #Body .Contact a.YouTube span { display: none; }
	
	#Body .Contact .Adress {
		float: left;
	    width: 215px; 
		background: url('../images/contact_bg.jpg') no-repeat;
		padding-bottom: 20px;
	}
	
	#Body .Contact .Adress h2 {
	    color: #fff;
		float: left;
		width: 201px;
		font-size: 16px;
		font-weight: bold;
		margin: 13px 0 10px 14px;
	}
	
	#Body .Contact .Adress p{
	    color: #fff;
		float: left;
		width: 173px;
		margin-top: 20px;
		font-size: 12px;
		font-family: Arial;
		line-height: 20px;
		padding-left: 15px;
	}

	#Body .Contact .Adress p a{
		font-weight: bold;
		border-bottom: 1px dotted white;
		}	
	#Body .Contact .Adress p a:hover {
		text-decoration: none;
		border-bottom: 1px solid white;
		}

	#Body .SubMenu {
	    padding: 30px 0 0 0;
	    float: left;
		width: 235px;
	}
	
	#Body .SubMenu h2{
	    float: left;
		width: 205px;
		color: #d4d4d4;
		padding-left: 30px;
		padding-bottom: 20px;
		
	}
	
	#Body .SubMenu ul {
	    width: 235px;
        float: left;
        background: url('../images/submenu_bg.jpg') 25px 0 repeat-y;	
	}
	
	#Body .SubMenu ul li a{
	    float: left;
		width: 180px;
		color: #b00000;
		font-size: 11px;
		padding-left: 36px;
		padding-top: 8px;
		padding-bottom: 7px;
		padding-right: 15px;
		font-family: Arial;
	}
	
	#Body .SubMenu ul li.Line2 {
	    float: left;
		margin-top: 10px;
		width: 184px;
		padding-left: 36px;
		height: 1px;
		background: url('../images/submenu_line.jpg') top right no-repeat;
		font-size: 0px;
	}
	
	#Body .SubMenu ul li.Line1 {
	font-size: 0px;
	    float: left;
		margin-bottom: 10px;
		width: 184px;
		padding-left: 36px;
		height: 1px;
		background: url('../images/submenu_line.jpg') top right no-repeat;
	}
	
	#Body .SubMenu ul li a:hover, #Body .SubMenu ul li a.Active {
	    float: left;
		background: url('../images/submenu_item_active_bg.gif') 0px center no-repeat;
		color: #fff;
		text-decoration: none;
	}
	
	#Body .List {
	    padding: 30px 0 200px 0;
	    float: left;
		width: 620px;
	}
	
	#Body .List h2 {
	    float: left;
		width: 620px;
		padding-bottom: 20px;
	}
	
	#Body .List ul {
	    float: left;
		width: 620px;
	}
	
	#Body .List ul li{
	    float: left;
		width: 80px;
		height: 80px;
		margin: 0 5px 5px 0;
	}
	
	#Body .List ul li img{
	    float: left;
		width: 80px;
		height: 80px;
		border: 0;
	}
	
	#Body .Gallery {
	    padding: 30px 0 200px 0;
	    float: left;
		width: 610px;
	}
	
	#Body .Gallery h2 {
	    float: left;
		width: 610px;
		padding-bottom: 0px;
	}
	
	#Body .Gallery .Nav{
	    float: left;
		width: 610px;
		font-size: 11px;
		margin-bottom: 4px;
	}
	
	#Body .Gallery .Nav p {
	    float: left;
	}
	
	#Body .Gallery .Nav ul {
	    float: right;
	}
	
	#Body .Gallery .Nav ul li{
	    float: right;
		border-left: 1px solid #000;
		padding: 0 10px;
	}
	
	#Body .Gallery .Nav ul li.Prev{
		border: 0;
	}
	
	#Body .Gallery .Nav ul li a{
	    color: #850000;
	}
	
	#Body .Gallery .Photo {
	    float: left;
		width: 610px;
	}
	
	#Body .Gallery .OtherMovies {
	    float: left;
		width: 610px;
	}
	
	#Body .Gallery .OtherMovies h2 {
	    color: #b00000;
	}
	
	#Body .Gallery .OtherMovies ul {
	    float: left;
		width: 610px;
		padding-bottom: 15px;
	}
	
	#Body .Gallery .OtherMovies ul li{
	    float: left;
		width: 197px;
		margin-left: 4px;
	}
	
	#Body .Gallery .OtherMovies ul li a.Img {
	    float: left;
		width: 185px; /*197px;*/
		height: 121px; /*133px;*/
		background: url('../images/mainmovies_item_bg.jpg') no-repeat;
		padding: 6px;
	}
	
	#Body .Gallery .OtherMovies ul li a.Img img {
	    float: left;
		width: 185px;
		height: 121px; 
        border: 0;		
	}
	
	#Body .Gallery .OtherMovies ul li a.Title {
	    float: left;
		width: 197px;
        padding: 10px 0;
        text-align: center;
        color: #b00000;
        font-size: 11px;
        font-family: Verdana;		
	}
	
	#Body .Gallery .Desc {
	    float: left;
		width: 610px;
		padding: 30px 0;

	}
	
	#Body .Desc .ContactBody {
	    float: left;
		width: 300px;
	}
	
	#Body .Desc .ContactForm {
	    float: left;
		width: 310px;
	}
	
	#Body .Desc .ContactForm form p span, #Body .Desc .ContactForm form p {
	    float: left;
		width: 310px;
	}
	
	#Body .Desc .ContactForm form input[type="text"] {
		width: 300px;
		height: 22px;
	}
	
	#Body .Desc .ContactForm form textarea {
	    font-family: Arial;
		width: 300px;
		height: 100px;
	}
	
	#Body .Gallery .Desc p {
		font-size: 12px;
		color: #414141;
		font-family: Arial;
		line-height: 20px;	
	}
	
	#Body .Gallery ul.News{
	    float: left;
		width: 610px;
		font-family: Arial;
	}
	
	#Body .Gallery ul.News li {
	    float: left;
		width: 610px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #f0f0f0;
	}
	
	#Body .Gallery ul.News li span{
	    float: left;
		width: 610px;
		font-size: 13px;
		color: #414141;
		margin-bottom: 2px;
	}
	
	#Body .Gallery ul.News li a{
	    float: left;
		width: 610px;
		font-size: 13px;
		color: #414141;
		font-weight: bold;
		margin-bottom: 2px;
	}
	
	#Body .Gallery ul.News li p{
	    float: left;
		width: 610px;
		font-size: 13px;
		color: #414141;
		font-style: italic;
		line-height: 20px;
		margin-bottom: 2px;
	}
	
	#Body .Gallery ul.News li a.More{
	    float: left;
		width: 610px;
		font-size: 13px;
		color: #b00000;
	}
	
	#Footer {
	    float: left;
	    width: 100%;
		background: url('../images/footer_bg.jpg') bottom repeat-x;
		height: 150px;
	}
	
	#Footer #Copy {  
	    background: url('../images/site_bg.jpg') top center no-repeat;
	    font-size: 11px;
		color: #575757;
	    margin: 0 auto;
		width: 860px;
		height: 30px;
		padding-top: 70px;
	}
	
	#Footer #Copy .Copyright { float: left; width: 430px; }
	#Footer #Copy .Author { float: left; width: 430px; text-align: right; }
