@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-image: url(red-to-white-gradient.png);
	background-repeat: repeat-x;
	
}

h1 {
	font-size: 120%;
	text-align: center;
}
h2 {
	font-size: 105%;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}

#nav{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000;
		}
		#nav li{
	position: relative;
	display: inline;
		}
		#nav a{
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
		}
		#nav ul{
	position: absolute;
	top: 100%; /*Uncommenting this makes the dropdowns work in IE7 but looks a little worse in all other browsers. Your call. */
	left: -9999px;
	margin: 0;
	padding: 0;
	text-align: left;
		}
		#nav ul li{
	display: block;
		}
		#nav li:hover ul{
			left:0;
		}
		#nav li:hover a{
	text-decoration: underline;
	background-color: #0000FF;
	line-height: 15px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
		}
		#nav li:hover ul a{
	text-decoration: none;
	background-color: #000;
	width: 200px;
	z-index: 9999;
	position: relative;
		}
		#nav li:hover ul a:hover{
	text-decoration: underline;
	background-color: #0000FF;
		}
		#nav ul a{
	white-space: nowrap;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 10px;
		}
		
		
		
		
		
		#nav2{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
		}
		#nav2 li{
	position: relative;
	display: inline;
		}
		#nav2 a{
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
		}
		#nav2 ul{
	position: absolute;
	top: 100%; /*Uncommenting this makes the dropdowns work in IE7 but looks a little worse in all other browsers. Your call. */
	left: -9999px;
	margin: 0;
	padding: 0;
	text-align: left;
		}
		#nav2 ul li{
	display: block;
		}
		#nav2 li:hover ul{
			left:0;
		}
		#nav2 li:hover a{
	text-decoration: underline;
	background-color: #0000FF;
	line-height: 15px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
		}
		#nav2 li:hover ul a{
	text-decoration: none;
	background-color: #000;
	width: 200px;
	z-index: 9998;
	position: relative;
		}
		#nav2 li:hover ul a:hover{
	text-decoration: underline;
	background-color: #0000FF;
		}
		#nav2 ul a{
	white-space: nowrap;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 8px;
		}

.container .header .alcast_logo p {
	line-height: 1;


}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
li {
	color: rgb(0,0,0);
	list-style-type: square;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	color: rgb(255,0,0);
}
p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	color: rgb(0,0,0);
}
.container .content .fltrt {
	padding: 12px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #0000FF;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #DF0000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
.content {
	background-image: url(main-background.PNG);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: rgb(255,0,0);
	text-align: center;
	font-size: 0.75em;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.content_intro {
	float: left;
}
.casting_markets {
	text-align: left;
	font-size: 12px;
	width: 48%;
	float: left;
	padding-left: 16px;
}
.casting_types {
	font-size: 12px;
	text-align: left;
	width: 48%;
	float: left;
}
table, tr, td, th {
	border: 2px solid rgb(0,0,255);
	padding: 2px;
}
.mach_shop {
	float: left;
	min-width: 260px;
}
.internal_services {
	float: left;
	min-width: 260px;
	margin: 20px;
	text-align: center;
}
.external_services {
	float: left;
	min-width: 260px;
	margin: 20px;
	text-align: center;
}
hr {
	color: rgb(255,0,0);
	height: 2px;
}
.gallerycontainer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 99%;


}
.container .content .gallerycontainer table {
	margin: 2px;
	padding: 2px;
	width: 100%;
	border: 4px ridge rgb(0,0,255);
	text-align: center;
}
.container .content .gallerycontainer table tr td img {
	-webkit-transition: opacity 0.5s ease-out 0s, border-top-color 0.2s ease-out 0s, border-right-color 0.4s ease-out 0.05s, border-bottom-color 0.6s ease-out 0.1s, border-left-color 0.8s ease-out 0.15s;
	-moz-transition: opacity 0.5s ease-out 0s, border-top-color 0.2s ease-out 0s, border-right-color 0.4s ease-out 0.05s, border-bottom-color 0.6s ease-out 0.1s, border-left-color 0.8s ease-out 0.15s;
	-ms-transition: opacity 0.5s ease-out 0s, border-top-color 0.2s ease-out 0s, border-right-color 0.4s ease-out 0.05s, border-bottom-color 0.6s ease-out 0.1s, border-left-color 0.8s ease-out 0.15s;
	-o-transition: opacity 0.5s ease-out 0s, border-top-color 0.2s ease-out 0s, border-right-color 0.4s ease-out 0.05s, border-bottom-color 0.6s ease-out 0.1s, border-left-color 0.8s ease-out 0.15s;
	transition: opacity 0.5s ease-out 0s, border-top-color 0.2s ease-out 0s, border-right-color 0.4s ease-out 0.05s, border-bottom-color 0.6s ease-out 0.1s, border-left-color 0.8s ease-out 0.15s;
	opacity: .80;
	border: 2px solid rgb(0,0,255);


}
.container .content .gallerycontainer table tr td img:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	border-top-color: rgb(255,0,0);
	border-right-color: rgb(255,0,0);
	border-bottom-color: rgb(255,0,0);
	border-left-color: rgb(255,0,0);
}
.product_container {
	text-align: center;
	width: 99%;
}
.rfq_contrainer {
	float: left;
	border: 3px groove rgb(0,0,255);
	width: 48%;
}
.product_contact_center {
	text-align: center;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
}

.email_container {
	float: left;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-top-color: rgb(0,0,255);
	border-right-color: rgb(0,0,255);
	border-bottom-color: rgb(0,0,255);
	border-left-color: rgb(0,0,255);
	width: 48%;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 100%;
	max-width: 1280px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 1024px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background-color: #FFF; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
	width: 100%;
	line-height: 1.1em;
}

.logos_container {
	width: 100%;
	background-color: #FFF;
}


.header_c1 {
	float: left;
	width: 17%;
}
.usa_container {
	margin-top: 5px;
	clear: left;
	height: 200px;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
}
.usa_image {
	clear: left;
}
.ts-cert {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}


.header_c2 {
	float: left;
	width: 66%;
}
.header_logos {
	clear: left;
	height: 200px;
	max-width: 650px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 495px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

.acc_logo {
	float: left;
	width: 40%;
}
.alcast_logo {
	float: left;
	width: 21%;
}

.psc_logo {
	float: right;
	width: 38%;
}



.contact-info {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	clear: left;
}

.header_c3 {
	float: left;
	width: 17%;
}

.social_media {
	margin-top: 5px;
	clear: left;
	height: 200px;
	width: 143px;
	margin-right: auto;
	margin-left: auto;
}
.facebook_icon {
	padding-right: 1px;
	float: left;
}
.google_plus_icon {
	padding-right: 1px;
	float: left;
}
.twitter_icon {
	padding-right: 1px;
	float: left;
}
.youtube_icon {
	float: left;


}

.years {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	clear: left;
}







.header_text {
	background-color: rgb(255,0,0);
	clear: both;
	width: 100%;
	color: rgb(0,0,0);
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: normal;
}

.header_text a:link, 
.header_text a:visited {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bolder;
} 

.header_text a:hover {
	color: #000000;
	text-decoration: underline;
} 

.submit_rfq {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	width: 36%;
	float: left;
	padding-top: 8px;
}

.search_bar {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	width: 29%;
	float: left;
	padding-top: 8px;
}

.news_letter {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	width: 34%;
	float: left;
	padding-top: 8px;
}
.menus_and_scroll {
	background-color: #000;
	width: 100%;
}
.main_menu {
	width: 100%;

}
.home_scroll {
	float: left;
	height: 500px;
	width: 66%;
	border-left-width: 2px;
}
.home_scroll img {
	margin: 3px;
}
.home_news strong {
	font-weight: normal;	
}
.home_news {
	float: right;
	height: 480px;
	width: 33%;
	background-image: url(news-bg-vert-1.PNG);
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 16px;
}
.home_contact {
	font-weight: bold;
	text-align: center;
	clear: both;
	width: 100%;
}


.home_news a img {
	float: right;
	margin: 3px;
}
.contentdiv {
	text-align: center;
}

.news_feed_1 {
	height: 25%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-left: 3px;
	clear: right;
	font-size: smaller;
}
.news_feed_2 {
	height: 25%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-left: 3px;
	clear: right;
	font-size: smaller;
}
.news_feed_3 {
	height: 25%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-left: 3px;
	clear: right;
	font-size: smaller;
}
.news_feed_4 {
	height: 25%;
	padding-left: 3px;
	clear: right;
	font-size: smaller;
}
.top_banner {
	text-align: center;
	background-color: #000;
}
.page_menus {
	text-align: center;

}
.nav_column {
	float: left;
	width: 20%;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}
.content_column {
	width: 49%;
	height: 100%;
	float: left;
}
.content_column_2 {
	width: 79%;
	height: 100%;
	float: left;
}
.image_column {
	float: left;
	width: 30%;
	height: 100%;
	text-align: right;
}
.quad-layout {
	font-size: 14px;
	text-align: center;
}
.quad-1 {
	float: left;
	width: 50%;
}
.quad-2 {
	float: left;
	width: 50%;
}
.quad-3 {
	float: left;
	width: 50%;
}
.quad-4 {
	float: left;
	width: 50%;
}
.height-spacer-250px {
	height: 250px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00F;
	padding-top: 5px;
}
.electro-magnetic {
	color: #F00;
	font-weight: bold;
	text-decoration: underline;
}

/*SLIDE-IN CTA
--------------------------------------------- */
#slidebox {
	background-color: #fff;
	position: fixed;
	bottom: 0;
	right: -2000px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0000FF;
	width: 100%;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	height: 25px;
}

a.close {
    background: transparent url(close.gif) no-repeat top left;
    width: 13px;
    height: 13px;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

a.close:hover {
    background-position: 0 -13px;
}

@media only screen and (max-device-width: 480px) {
    #slidebox {
       width: 100%;
    }
}
.event-top-banner {
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	width: 100%;
	text-align: center;
}
.event-band-block {
	float: left;
	width: 33%;
	text-align: center;
	font-weight: bold;
}
