/** CSS reset **/
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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup, menu,nav,output,ruby,section,summary,time,mark,audio,video,input:not([type=file]){margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table {border-collapse:collapse;border-spacing:0}*{padding:0;margin:0}input::-moz-focus-inner{padding:0px 0px;border:0}b,strong{font-weight:bold}i,em{font-style:italic}


body {
	font-size: 14px;
	font-family: 'Segoe UI', Helvetica, Tahoma, Verdana, sans-serif;
	background-image: url('background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #eeeeee;
	color: #4e4e4e;
	line-height: 125%;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: auto;
}

td {
	text-align: left;
	padding: 4px;
	vertical-align: middle;
	color: #484848;
}

p {
	text-align: center;
}

img {
	margin: -2px;
}

ul {
	list-style-image: url('bullet.png');
	list-style-position: inside;
}

li {
	vertical-align: bottom;
	padding: 1px 0px;
}

.gmnoprint:nth-child(3){
	display: none;
}

#gmlocation {
	width: 400px;
	height: 180px;
	margin: auto;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(20, 20, 20, 0.15);
	-moz-box-shadow: 0px 0px 4px 1px rgba(20, 20, 20, 0.15);
	box-shadow: 0px 0px 4px 1px rgba(20, 20, 20, 0.15);
}

#gmlocation > div > div > a > div > img {
	padding-left: 6px !important;
}

#container {
	margin: 18px auto auto;
	width: 900px;
}

#header td {
	vertical-align: bottom;
	padding: 0px 8px 5px 7px;
	border-bottom: 1px solid #dedede;
	width: 1%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#contact_left {
	width: 99% !important;
	text-align: right;
	vertical-align: middle;
	padding-right: 0px !important;
}

#contact_right {
	width: 99% !important;
	text-align: left;
	vertical-align: middle;
	padding-right: 15px !important;
}

#content {
	padding: 15px 0px;
	width: 100%;
	margin: auto;
	background-image: url('contentbg.png');
	background-repeat: repeat-y;
	background-position: center top;
}

#content table {
	width: 95%;
}

.works td {
	padding: 20px;
}

.workcontent {
	width: 389px;
	height: 154px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 389px auto;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(20, 20, 20, 0.2);
	-moz-box-shadow: 0px 0px 4px 1px rgba(20, 20, 20, 0.2);
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#d8d8d8, Strength=5, Direction=0),
			progid:DXImageTransform.Microsoft.Shadow(Color=#d8d8d8, Strength=5, Direction=90),
			progid:DXImageTransform.Microsoft.Shadow(Color=#d8d8d8, Strength=5, Direction=180),
			progid:DXImageTransform.Microsoft.Shadow(Color=#d8d8d8, Strength=5, Direction=270);
}

.works.notie .workcontent{
	box-shadow: 0px 0px 4px 1px rgba(20, 20, 20, 0.2);
}

.workcontent .titlebar {
	position: absolute;
	bottom: 0px;
	background-color: #f6f6f6;
	padding: 6px 12px 6px;
	width: 365px;
	color: #000;
	opacity: 0.9;
	filter: alpha(opacity = 9);
}

.works.ie .workcontent {
	bottom: 5px;
	right: 5px;
}

.works.ie .workcontent > div {
	bottom: -5px;
	left: 5px;
}

.projectholder {
	width: 80% !important;
}

.projectholder td {
	text-align: center;
}

.projectholder h2 {
	margin-bottom: 3px;
	font-size: 20px;
}

.projectholder div {
	width: 400px;
	text-align: center;
	margin: auto;
}

.projectholder img {
	margin: 7px 10px 0px 0px;
}

.green {
	color: #17aa21;
}

.red {
	color: #df2525;
}

#categories td {
	text-align: centeR;
}

#categories h2 {
	display: inline-block;
	margin: 8px 0px 0px;
	color: #6b6b6b;
	font-weight: bold;
}

#adminpage {
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 25px 17px 10px 25px;
}

#adminpage img {
	opacity: 0;
	filter: alpha(opacity = 0);
	cursor: pointer;
}

#adminpage div {
	display: inline;
}

#adminpage.visible img {
	opacity: 1;
	filter: alpha(opacity = 1);
}

#slider {
	margin: 10px auto !important;
	min-width: 827px;
	min-height: 314px;
}

#footer {
	margin-bottom: 20px;
	border-top: 1px solid #dedede;
	vertical-align: top;
	padding: 12px 20px;
}

h2 {
	margin: 2px 3px 15px;
	font-size: 18px;
	color: #e02525;
	font-family: 'Microsoft Tai Le', 'Segoe UI', 'Myriad Pro';
}

h1 {
	margin: 2px 3px 15px;
	font-size: 20px;
	color: #e02525;
	font-family: 'Microsoft Tai Le', 'Segoe UI', 'Myriad Pro';
}

.submenu {
	position: absolute;
	background-color: #f2f2f2;
	display: none;
	z-index: 20;
	width: 170px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	-webkit-box-shadow: 1px 4px 3px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 4px 3px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 4px 3px 1px rgba(0, 0, 0, 0.1); 
}

.submenu table {
	border-collapse: separate;
	border-spacing: 0px 3px;
	margin-top: 5px;
}

.submenu td {
	padding: 2px 11px 4px;
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	vertical-align: middle;
	color: #4a4a4a;
}

.submenu td:hover {
	background-color: #e3e3e3;
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	cursor: pointer;
	color: #414141;
}

.ifile {
	width: 350px !important;
	margin: 10px 0px 8px;
	display: none;
}

.ifile td {
	padding-left: 0px;
}

.delfile {
	cursor: pointer;
}

.ifile label {
	cursor: pointer;
}

input[type="text"], input[type="password"], textarea {
	border: 1px solid #e2e2e2;
	font-size: 12px;
	height: 15px;
	padding: 3px 4px;
	color: #5e5e5e;
	background-color: #fff;
	font-family: Verdana;
	vertical-align: text-top;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid #ccabab;
}

select {
	font-size: 12px;
	height: 23px;
	padding: 3px 4px;
	color: #5e5e5e;
	font-family: Verdana;
	vertical-align: text-top;
}

option {
	padding: 2px 5px;
}

input[type="radio"] {
	cursor: pointer;
	position: relative;
	top: 1px;
}

.file {
    width: 57px;
    height: 23px;
    background-image: url(fileuploadbg.png);
	background-position: center center;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
	vertical-align: middle;
}

.file input[type="file"] {
	cursor: pointer;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity = 0);
}

input[type="button"], input[type="submit"], .button {
	background-color: #e8e8e8;
	color: #363636;
	height: 23px;
	padding: 0px 7px;
	background-image: url('buttonbg.png');
	background-position: bottom center;
	border-width: 1px;
	border-style: solid;
	border-color: #c3c3c3 #c3c3c3 #aeaeae;
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 11px;
	font-family: tahoma;
	vertical-align: text-top;
}

input[disabled="disabled"], .button.disabled {
	background-image: none;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

input[type="button"]:hover, input[type="submit"]:hover, .button:hover {
	cursor: pointer;
}

input[type="button"]:active, input[type="submit"]:active, .button:active {
	background-image: none;
}

.input {
	padding: 4px 0px;
	vertical-align: middle;
}

.input img {
	vertical-align: middle;
	position: relative;
	bottom: 2px;
}

label {
	position: relative;
	bottom: 0px;
	left: 2px;
}

a {
	text-decoration: none;
	color: #4e4e4e;
}

a:hover {
	text-decoration: none;
}