@charset "UTF-8";
/* CSS Document */

body {
	background-color: #191919;
	background-image: url(../images/bg-main.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	margin: 0;
}
input, textarea {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	color: #666;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}

.topMenu {
	list-style: none;
}
.topMenu li {
	float: left;
	display: block;
	padding: 12px 15px 12px 15px;
	background-image: url(../images/img-line-menu-top.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.topMenu li a, .topMenu li a:active, .topMenu li a:visited {
	color: #2c2f37;
	text-decoration: none;
	font-weight: 700;
}
.topMenu li a:hover {
	color: #000;
}
.searchbox {
	background-image: url(../images/bg-searchbox.png);
	background-repeat: no-repeat;
	padding: 9px;
	background-position: 100% 50%;
}
.searchboxinput {
	margin-left: 30px;
	border: 0;
	background-color: transparent;
	color: #888;
	padding: 0;
	font-size: 12px;
	width: 150px;
	font-weight: normal;
	-moz-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0);
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0.0);
	border: 0px solid #ddd;
}
.logo {
	background-image: url(../images/img-logo.png);
	height: 109px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
h1.titleWelcome {
	font-size: 26px;
	color: #e16922;
	font-family: 'Droid Sans', sans-serif;
	padding: 20px 0 0 0;
}
h2.titleWelcome2 {
	font-size: 18px;
	color: #888888;
	font-family: 'Droid Sans', sans-serif;
	padding: 0 0 20px 0;
}
.contentWelcome {
	color: #888;
}
.footerbg {
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 158px;
	background-color: #000;
	margin-top: 20px;
}
.bgConent {
	background-color: #fafafa;
}
h1.titlepage {
	font-size: 32px;
	font-family: 'Droid Sans', sans-serif;
	color: #FFF;
	background-color: #000;
	font-weight: normal;
	padding: 32px 80px 32px 80px;
}

.bgtextpageContent {
	background-color: #fafafa;
	padding: 30px 80px 30px 80px;
	font-size: 14px;
	line-height: 20px;
}
.imagepadding {
	padding: 0;
	margin: 0;
}


/* Forms */
.ajax-submit {
	margin: 10px 0;
}

button.ajax-submit {
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
	color: #ffffff;
	padding: 7px 14px;
	background: -moz-linear-gradient(
		top,
		#4d4d4d 0%,
		#0f0f0f);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#4d4d4d),
		to(#0f0f0f));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 0px solid #ffffff;
	-moz-box-shadow:
		0px 2px 1px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,000,217,1);
	-webkit-box-shadow:
		0px 2px 1px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,000,217,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 0px 0px rgba(255,255,255,0.3);
}



input, textarea {
	color: #373737;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-weight: 300;
}
input[type=text],
textarea {
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
	height: 100px;
}
input[type=text] {
	padding: 1px 5px;
}

.titleSoftwarepage {
	margin: 15px 20px;
}
.contentpageCate {
	margin: 10px 20px 15px 20px;
	font-size: 13px;
}

.looppostCate {
	float: left;
	width: 240px;
	padding: 15px;
	margin-right: 30px;
	border: 1px solid #ddd;
	height: 330px;
	background-color: #FFF;
	color: #666;
	font-size: 13px;
	margin-bottom: 30px;
	display: block;
}
.looppostCate2 {
	float: left;
	width: 240px;
	padding: 15px;
	margin-right: 30px;
	border: 1px solid #ddd;
	background-color: #FFF;
	color: #666;
	font-size: 13px;
	margin-bottom: 30px;
	display: block;
}

.looppostCate h2 {
	font-size: 18px;;
	font-family: 'Droid Sans', sans-serif;
	color: #000;
	padding-bottom: 10px;
	line-height: 24px;
}
.looppostCate h2 a, .looppostCate h2 a:active, .looppostCate h2 a:visited {
	color: #000;
	text-decoration: none;
}
.looppostCate h2 a:hover {
	color: #333;
}
.imageloop {
	padding: 10px 0;
	margin: 0;
}
.pageContent {
	font-size: 28px;
	font-style: italic;
	color: #F00;
	text-align: center;
	padding: 20px;
}
.navigation {
	padding: 10px 20px;
	margin: 0 0 40px 0;
}
h2.titleSingle {
	font-size: 18px;
	color: #f85800;
}

.titleSingle2 {
	font-size: 16px;
	color: #f85800;
	font-weight: 600;
	font-family: 'Droid Sans', sans-serif;
}

.bgContact {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 0px solid #ffffff;
	background-color: #f3e5ac;
	padding: 15px;
	margin: 35px 0 25px 0;
	color: #000;
	text-align: center;
}
h2.titleContacth2 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
	padding: 0;
	margin: 0;
}

.lineportfolio {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #CCC;
}

.titleError {
	text-align: center;
	font-size: 42px;
	color: #c70021;
	padding: 35px 0 30px 0;
}
.contentError {
	text-align: center;
	font-size: 14px;
	color: #333;
	padding: 0 0 35px 0;
}


/*  ICS System */
#titleICS {
	font-size: 22px;
	color: #000;
}
#titleICS span {
	font-weight: 700;
	color: #F60;
}
#content1 td {
	font-size: 12px;
}
#content1 {
	margin: 15px 0;
}
#content1 b {
	font-weight: 700;
	color: #000;
}
#titleFeatures {
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
}
#titleFeatures a, #titleFeatures a:active, #titleFeatures a:visited {
	color: #06C;
	text-decoration: none;
}
#titleFeatures a:hover {
	color: #000;
}
.borderConner {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DDD;
}
.bgConttact {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fcf2bc;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	color: #000;
}
.bgConttact span {
	color: #F60;
}
.bgTitleft {
	background-color: #F60;
	color: #FFF;
	clear: both;
	display: inline;
	font-size: 18px;
	padding: 3px 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
