/* CSS Document */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

body {line-height:1.5; margin:23px 0 0 0; background-image:url(images/background.jpg); background-repeat:repeat-x; background-color:#46C3D3;}

table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/*PAGE LAYOUT*/

#container{
	width:100%;
	margin: auto;
}

#center{
	width:1024px;
	margin: auto;
}

#page{
	width:1024px;
	margin: auto;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-y;
	float:left;
}
	
#body{
	width:1024px;
	margin: auto;
	background-image: url(images/top.jpg); background-repeat: no-repeat;
	float:left;
}

#leftcol{
	float:left; width:540px;
	margin: 60px 0px 40px 65px;
}

#rightcol{
	float:left; 
	width:324px;
	margin: 140px 0px 40px 39px;
}

#body_top{
	float:left; width:1024px; height:10px; background-image: url(images/top.jpg); background-repeat: no-repeat;
}

#body_bottom{
	float:left; width:1024px; height:10px; background-image: url(images/bottom.jpg); background-repeat: no-repeat;
}

/* Footer*/

#footcontain{
	width:100%;
	height:300px;
	margin: 60px auto;
	background-color:#229DB3;
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	float:left;
}

#footer{
	width:1024px; 
	margin: 25px auto;
}

#footnav{
	float:left; width:330px; height:50px; padding-left: 10px;
}

#footmain{
	float:left; 
	width:650px; 
	height:50px;
}

#footer p{
	color: #668295;
	font-size:11px;
	color:#144850;
}

#footnav ul a {
	margin: 0;
	padding: 0px 8px 5px 0px !important;
	font-size: 10px;
	color: #fff;
}

/* Header */

#header {
	width: 100%;
	margin: auto;
	float:left;
}
	
#logo {
	width: 187px;
	height: 186px;
	float:right;
	margin-top: 124px;
	background-image:url(images/logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#menu {
}

#menu ul {
	margin: -1px 0 0 0px;
	background-color:#4E2E2D;
	height: 83px;
}

#menu ul ul {
	background-color:#4E2E2D;
	height:auto;
}

#menu ul ul ul {
	background-color:#4E2E2D;
}

#menu ul a {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#menu li {
	padding: 0;
}

#menu .first a{
}

.tier2 {
	margin-left: -25px;
}

#rbanner {
	width: 769px;
	height: 406px;
	float:right;
}

/* NAVIGATION */


.drop { margin:0px 20px 0 20px !important; background-color:#4E2E2D; }
.drop a { padding: 10px 20px 10px 20px !important; width:150px !important; font-size:10px; margin-left: -30px !important; background-color:#4E2E2D !important; }
.drop a:hover { color:#46C3D3 !important; }
.drop li { margin:0px !important; width:200px !important; }
ul.hover { width:100%; }
ul.hover li { margin:0 18px !important; }
ul.hover li.first { margin:0 18px 0 36px !important; }

ul.hover li a.thumb { /*--Width of image--*/
	height: 51px; /*--Height of image--*/
	cursor: pointer;
	padding-top:0 !important;
	margin-top:14px !important;
}
ul.hover li span { /*--Used to crop image--*/

}

.welcome img { margin:0px;}
.welcome { width:107px; 	height: 51px;
	overflow: hidden;
	display: block; }

.about img { margin:0px;}
.about { width:132px;	height: 51px;
	overflow: hidden;
	display: block; }

.services img { margin:0px;}
.services { width:110px;	height: 51px;
	overflow: hidden;
	display: block; }

.test img { margin:0px;}
.test { width:138px;	height: 51px;
	overflow: hidden;
	display: block; }

.contact img { margin:0px;}
.contact { width:148px;	height: 51px;
	overflow: hidden;
	display: block; }
	
.gallery img { margin:0px;}
.gallery { width:129px;	height: 51px;
	overflow: hidden;
	display: block; }
	
/* PORTFOLIO GALLERY */

.stepcarousel{
position: relative; /*leave this value alone*/
border: 10px solid #45C3D2;
overflow: scroll; /*leave this value alone*/
width: 540px; /*Width of Carousel Viewer itself*/
height: 370px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 500px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#mygallery {margin-top: 50px;
}

/* Body */

#content {
	width: 342px;
	height: 440px;
	float:left;
	padding: 15px 12px 0px 60px;
}

/* Images */

#images {
	width: 100%;
	margin: auto;
	padding: 25px 0 0 80px;
	
}

/* CONTACT PAGE */

.row { width:540px; float:left; }
.name-label { width:225px; padding:10px 5px; float:left; }
.input-box { width:250px; padding:5px 0; float:left; }
	

/* typography.css */
body {font-size:80%;color:#222;font-family:"Univers", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:33px;line-height:1;margin-bottom:0.5em; font-family:Georgia, "Times New Roman", Times, serif; color:#4E2E2D; font-style:italic; text-transform:uppercase;}
h2 {font-size:16px; font-family:Georgia, "Times New Roman", Times, serif; color:#46C3D3; font-style:italic; text-transform:uppercase;
letter-spacing: .25px;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #46C3D3;
padding-bottom:0;
margin-bottom:20px;
margin-top:50px;
width:100%;
text-align:center;
border-top-width: 1px;
border-top-style: dashed;
border-top-color: #46C3D3;
background-color:#BAE9EF;}
h3 {font-size:10px; font-family:Georgia, "Times New Roman", Times, serif; color:#46C3D3; font-style:italic; text-transform:uppercase;
letter-spacing: .25px;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #46C3D3;
padding-bottom:0;
margin-bottom:0px;
margin-top:0px;
width:100%;
text-align:center;
border-top-width: 1px;
border-top-style: dashed;
border-top-color: #46C3D3;
background-color:#BAE9EF;
margin-top:-1px;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em; font-size:12px; color:#AC7672; line-height:20px}
#rightcol p {margin:0 0 0; font-size:18px; color:#46C3D3; line-height:28px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic;}
#rightcol h1 {margin:25px 25px 0 25px; font-size:10px; color:#46C3D3; line-height:20px; font-family:Georgia, "Times New Roman", Times, serif;}
#rightcol h4 {margin:0 25px; font-size:10px; color:#46C3D3; line-height:20px; font-family:Georgia, "Times New Roman", Times, serif;}
#rightcol a { text-decoration:none; font-size:18px;}
p.last {margin-bottom:0;}
p img {float:left;margin:4px 1.5em 1.5em 0;padding:0;}
img {margin:0 0 1.5em;}
a:focus, a:hover {color:#18707E;}
a {color:#46C3D3;}
blockquote {background: transparent url(images/quoleft.png) left top no-repeat;}
blockquote div {padding: 0px 30px 0px 30px;background: transparent url(images/quoright.png) right bottom no-repeat;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
tt {display:block;margin:1.5em 0;line-height:1.5;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
ul { list-style-type:disc;}
#leftcol ul {margin:0 0 0 35px; font-size:11px; font-style:oblique; color:#46C3D3;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
table .last {padding-right:0;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
