@charset "utf-8";

/*
	On The Move
	Author : Joey Avino
	Copyright : Amedia Creative
	Link : www.amediacreative.com
	Email : info@amediacreative.com
	Phone : 310/651/8733
	Fax : 310/388/1210
*/

/* LAYOUT */

html, body {

	height: 100%;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
	width: 100%;
	background: #bebebe url('../../images/main/bg.png') repeat-x top left;
	
}

#logo {

	width: 600px;
	height: 150px;
	background: url('../../images/main/otm_slimbox_logo.png') no-repeat -30px 20px;

}

a {

	color: #FF0000;
	text-decoration: none;
	cursor: pointer;

}

a:hover {

	color: #323232;

}

img { border: 0px; }

#content {

	width: 800px;
	margin: auto;

}

#disclaimer {

	position: absolute;
	z-index: 2;
	width: 300px;
	top: 25px;
	left: 50%;
	margin-left: 80px;

}

.video {

	float: left;
	margin: 0px 14px;
	width: 130px;
	height: 180px;

}

.section a, span {

	display: block;
	width: 130px;
	text-align: center;

}

span.image {

	height: 95px;

}

.clear { clear: both; }

input {

	width: 400px;
	height: 25px;
	padding: 8px;
	background: white;
	border: 1px solid #999999;
	font-size: 20px;
	color: red;

}

.form { margin-left: 20px; }

input.submit, input.submit_over  {

	width: 100px;
	height: 41px;
	padding: 6px;
	background: white;
	border: 1px solid #999999;
	color: red;
	font-size: 20px;
	cursor: pointer;

}

input.submit_over {

	background: red;
	color: white;

}

.top { font-weight: bold; }
.green { color: #009900; font-weight: bold; }

h1 { 

	display: block;
	height: 100px;
	width: 384px;

}

#media h1 { background: url('../../images/gallery/titles/title_media.png') no-repeat top left; }
#mitzvahs h1 { background: url('../../images/gallery/titles/title_bar.png') no-repeat top left; }
#talent_rep h1 { background: url('../../images/gallery/titles/title_talent.png') no-repeat top left; }
#synergy_corp h1 { background: url('../../images/gallery/titles/title_corporate.png') no-repeat top left; }
#audio_visuals h1 { background: url('../../images/gallery/titles/title_av.png') no-repeat top left; }
#synergy h1 { background: url('../../images/gallery/titles/title_weddings.png') no-repeat top left; }
