/* ----------------------------------------------------------------------------------------- 
____________________________________________________________________

"Screen" Style Sheet

@Project - A.M.Hydraulics & Tubes
Description: Under Construction Page
Author: Mustafa Quilon
Author URI: http://mustafaquilon.com
Version: 1.0
____________________________________________________________________

----------------------------------------------------------------------------------------- */

/* =reset & basics
----------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin : 0; padding : 0; border : 0; outline : 0; vertical-align : baseline; background : transparent;
}
ol, ul { list-style: none; list-style-image: none; list-style-position: outside; list-style-type: none; }
a img { border: 0; background: none; }
img	{ vertical-align: middle; }

/* =visuallyHide / accessibility */
.visuallyHidden { position: absolute; top: -500px; left: 0px; width: 1px; height: 1px; overflow: hidden; }

/* =text-selection */
::selection { color: #d4eaef; background-color: #333; text-shadow: none; }
::-moz-selection { color: #d4eaef; background-color: #333; text-shadow: none; } /* mozilla */

/* =defaults
----------------------------------------------------------------------------------------- */
body { margin: 0; padding: 0; height: 100%; background: url(../images/bg.png) repeat-x bottom left #13687b; font: 14px/22px Arial, Helvetica, sans-serif; color: #d4eaef; }

strong { color: #fff; font-weight: bold; }

a { color: #fff; border-bottom: 1px dotted; text-decoration: none; }
a:hover, a:focus { border-bottom: 0 none; }

h2 { margin: 0 0 10px; padding: 0 0 4px; border-bottom: 1px dotted; font: 18px/28px Arial, Helvetica, sans-serif; }

/* =content
----------------------------------------------------------------------------------------- */
#outerWrapper { overflow: hidden; position: relative; width: 1000px; margin: 0 auto; }

#logo { width: 539px; height: 217px; margin: 130px auto; }
#notice { width: 350px; margin: 0 auto 30px; text-align: center; }

#info { overflow: hidden; width: 940px; margin: 0 auto; padding: 20px 30px; background-color: #2b7788; }
.col { float: left; width: 245px; margin: 0 20px 0 0; }
.last { margin-right: 0; }
.first { width: 400px; }
	.first ul { padding: 0 0 0 20px; }
		.first li { list-style-type: disc; padding-bottom: 4px; }
.col strong { font-weight: normal; }

/* =timer/countdown
----------------------------------------------------------------------------------------- */
#timer { overflow: hidden; width: 492px; margin: 0 auto 30px; text-align: center; }
	#countdown{ font-size: 50px; line-height: 50px; font-weight: bold; text-align:left; width:489px; }
#countdown span, .timer_text span { display: block; float: left; }
.dot { width: 17px; padding-left: 5px; font-size: 35px; padding-top: 8px;}
.days { width: 133px; padding: 0 0 0 10px; letter-spacing: 20px; }
.hour, .minute, .second { width: 84px;letter-spacing: 20px; padding-left: 9px;}

.timer_text { height: 24px; float: left; width: 489px; font-size: 15px; text-transform: uppercase; font-weight: bold; padding-top: 4px;}
.t_day{ width: 140px; padding: 0 22px 0 0px; }
.t_hour,.t_minute{ width: 96px; padding-right: 18px ;}
.t_second{ width: 85px; padding-left: 10px;}

/* =footer
----------------------------------------------------------------------------------------- */
#footer { width: 1000px; height: 217px; margin: 0 auto; background: url(../images/dealers-distributors.png) no-repeat center center; }