/* @group Reset */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark

More info: http://html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
.titleabout{
	margin-top: -3px;
}
body {
	line-height:1;
	background: url('../images/bgcontent3.png') repeat;
}
@font-face {
    font-family: 'Aquarell',serif;
    src: url(http://localhost/example/font/MyriadPro-Bold.otf) format("truetype");
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
@font-face {
    font-family: 'myFonts';
	src: url(../fonts/fontd.ttf);
    
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

/* Automatically clear elements for standards-compliant browsers */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Trigger has-layout for IE compatibility */
.clearfix {
	zoom: 1;
}

/* Forms
/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
	margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
	*margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *	and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
	*vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting  on  using  in
 * the UA stylesheet.
 */

button,
input {
	line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native 
 *	and  controls.
 * 2. Corrects inability to style clickable  types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *	 and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *	Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
	*overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
	cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *	Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
	*width: 13px; /* 3 */
}

/*
 * 1. Addresses  set to  in Safari 5 and Chrome.
 * 2. Addresses  set to  in Safari 5 and Chrome
 *	(include  to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

/* @end */

body {
	background-color: #ffffff;
	font-family: 'Arapey', serif;
}

h1 {
	font-size: 19px;
	line-height: 22px;
	font-weight: normal;
	color: #F58A88;
	text-transform: uppercase;
	margin-bottom: 8px;
	letter-spacing: 1px;
}

h2 {
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	color: #6ca6ce;
	margin-bottom: 8px;
	font-style:italic;
}

h3 {
	font-size: 16px;
	line-height: 19px;
	font-style: italic;
	font-weight: normal;
	color: #6E6D5E;
	margin-bottom: 8px;
}

h4 {
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	color: #F58A88;
	margin-bottom: 8px;
}

h5 {
	font-size: 14px;
	line-height: 22px;
	color: #6E6D5E;
	font-weight: normal;
	margin-bottom: 8px;
}

p {
	font-size: 12pt;
	line-height: 20px;
	color: #6E6D5E;
	margin-bottom: 8px;
        font-family: Times New Roman
}

a {
	color: #585858;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFD684;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	padding: 20px;
	margin: 10px auto;
	font-size: 12px;
	line-height: 22px;
	color: #F58A88;
	background: url('images/divider.gif') no-repeat center bottom, url('images/divider.gif') no-repeat center top;
}

ul, ol {
}

li {
}

label {
	font-size: 13px;
	line-height: 22px;
	color: #6E6D5E;
	font-weight: normal;
}

input, textarea {
	border: 1px solid #b1b0a3;
	resize: none;
	padding: 3px;
	font: normal 12px/17px 'Arapey', serif;
	font-size: 12px;
	line-height: 17px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.divider {
	height: 5px;
	background: url('images/divider.gif') no-repeat center top;
	margin: 25px auto;
	clear: both;
}

#wrapper {
	width: 950px;
	height: auto;
	margin: 0 auto;
	background: url('../images/background.gif') no-repeat center top;
}

#logo {
	width: 290px;
	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu {
	width: 900px;
	height: 30px;
	background: url('../images/bg_menu.png') no-repeat center top;
	margin-top: 15px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
	padding: 16px 0 14px;
	text-align: center;
	font: normal 11px/14px 'Cardo', serif;
	color: #F58A88;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#menuTop {
	list-style: none;
	margin-left:30px;
}
#menuTop li {
	float: left;
	padding-left: 25px;
	height: 20px;
	padding-top: 5px;
	background: url('../images/bglimenu.png') no-repeat;
	background-position: 10px 5px;
}
.contactfoot {
	margin-top: 50px; 
	margin-left: -95px;
}
.home{
	float: left;
	padding-left: 20px;
	height: 20px;
	padding-top: 5px;
	background: url('../images/bglimenu.png') no-repeat;
	background-position: 10px 5px;	
}
.home a{
	color: #2b92c3 !important;
}
#menuTop li a {
	font: normal 11px/14px 'Times New Roman' ;
        font-weight: bold;
        font-size: 14px;
	
}
#menu a {
	color: #757272;
	text-decoration: none;
	font-weight: 700 !important;
}

#menu a:hover, #menu a:active {
	color: #2b92c3;
}

#menu a, #menu span {
	padding: 0 14px;
}


.content2 {
	width: 928px;
	background: url('../images/bgcontent2.png') no-repeat left top;
	margin: 20px auto;
	padding: 11px;
	overflow: hidden;
}
#social {
	width: 560px;
	height: 55px;
	margin: 20px auto;
}

#social img {
	float: left;
}

#footer {
	width: 950px;
	height: 20px;
	margin: 20px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E6D5E;
	letter-spacing: 2.2px;
	text-align: center;
    clear: both;
}

#footer a {
	color: #6E6D5E;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #F58A88;
}

/* Pages */

#index {
	height: 424px;
}

#index li {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.content {
	width: 928px;
	height: 424px;
	background: url('../images/bgcontent2.png') no-repeat left top;
	
margin-top: 0px;
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
	padding: 11px;
	overflow: hidden;
}
#about {
	width: 900px;
	height: 410px;
	margin: 0 auto;
	padding: 25px 25px 11px;
}

.content5 {
	width: 928px;
	height: 480px;
	background: url('../images/bgcontent2.png') no-repeat left top;
	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 11px;
	overflow: hidden;
}
#about5 {
	width: 900px;
	height: 480px;
	margin: 0 auto;
	padding: 25px 25px 11px;
}

#about2 {
	width: 928px;
	height: 500px;
	margin: 0 auto;
	padding: 25px 25px 11px;
	float: left;
}
.clear{
	clear:both;
}
#video2 {
	width: 270px;
	height: 255px;
	text-align:left;
	
	float: left;
	margin-top:15px;
	font-family: myFonts;
	font-weight: 600;
	
}
#textbaogia {
	float: left;
	width:600px;
}

#textbaogia .wwd {
	margin-top: 10px;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}
#textbaogia .wwd-img {
	padding: 3px;
	border: solid 2px #9a9c8f;
	background: white;
	margin-top: 10px;
}


#textbaogia .wwd2 p {padding: 0 10px;
float: left;
width: 300px;
margin-left: 10px;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;}

.tieudebaogia {
	font-family: myFonts;
	color: #008dc0;
	font-style: italic;
	font-size: 30px;
	line-height: 20px;
	font-weight: bold;
	margin-left: 35px;
}
ul#dv{
	list-style: none;
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 0px;
}
ul#dv li{
	margin-top: 10px;
	background: url('../images/buom2.png') no-repeat;
	background-position: 2px 3px;
	height: 20px;
	
}
ul#dv li a{
	color: #575757;
	font-style: italic;
	font-weight: 700;
	margin-left:35px;
}
ul#dv li{
	margin-left: 0px;
	padding-left: 0px;
}
#divide {
	background: url('../images/bgpp.png') no-repeat;
	width: 8px;
	height: 442px;
	float: left;
}
ul#listsv{
	list-style: none;
}
ul#listsv li a{
	color: #008dc0;
	font-weight: 600;
	margin-left:40px;

	font-family: myFonts;
	font-size: 35px;
}
ul#listsv li:first-child{
	margin-top: 2px;
}
ul#listsv li:last-child{
	background: none;
	margin-left: 15px;
}
ul#listsv li{
		padding: 5px 0;
		height:80px;
		text-align: center;
		background: url('../images/buom.png') center bottom no-repeat;
}
ul#listsv li.b2{
		
		height:80px;
		text-align: center;
		background: url('../images/buomx2.png') center bottom no-repeat;
}
ul#listsv li.b3{
		
		height:80px;
		text-align: center;
		background: url('../images/buomx3.png') center bottom no-repeat;
}
ul#listsv li.b4{
		
		height:80px;
		text-align: center;
		background: url('../images/buomx4.png') center bottom no-repeat;
}
#about #video {
	width: 390px;
	border: 3px solid #c1c1b8;
	background: white;
	height: 255px;
	text-align:center;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: right;
	margin-top:65px;
}

#about5 #video {
	text-align:center;
	float: right;
	margin-top:70px;
}

#video img.img-photo {
	border: 2px solid #c1c1b8;
	background: white;
	height: 259px;
	padding: 10px;
}

#about #video iframe {
	margin-bottom: 38px;
	background: url('images/about_screenshot.jpg') no-repeat left top;
}

#about img {
	margin-bottom: 20px;
}

#about p, #about h2, #about h4 {
	width: 400px;
	padding: 0 5px;
}

#gallery {
	width: 900px;
height: 480px;
margin: 0 auto;
padding: 25px 25px 11px;
}

#gallery_nav {
	width: 914px;
	height: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	color: #6E6D5E;
}

#gallery_nav span {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('images/gallery_navbg.gif') no-repeat 8px 0;
	color: #ffffff;
	padding: 0 8px;
}

#gallery_nav a {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('images/gallery_navbg.gif') no-repeat 8px -20px;
	color: #6E6D5E;
	padding: 0 8px;
}

#gallery_nav a:hover, #gallery_nav a:active {
	background: url('images/gallery_navbg.gif') no-repeat 8px 0px;
	color: #ffffff;	
}

#gallery_nav h3 {
	display: inline;
}

#gallery .gallery-pane {
	height: 354px;
	margin: 5px auto 0;
	background: url('images/gallery_bg.gif') no-repeat center top;
	padding: 8px;
}

#gallery .scroll-pane {
	height: 354px;
}

#gallery .scroll-pane img {
	margin-right: 2px;
}

#services {
	width: 850px;
	height: 402px;
	padding: 33px 50px 11px;
}

#services h5 {
	min-width: 310px;
	max-width: 560px;
	margin-bottom: 22px;
}

#words {
	width: 850px;
	height: 402px;
	padding: 33px 50px 11px;
}

.testimonials {
	width: 850px;
	height: 300px;
	padding-right: 20px;
	overflow: auto;
}

.scrollpane {
	height: auto;
	min-height: 3800px;
}

#words img.alignright, #words img.alignleft {
	margin: auto 20px 10px;
	padding: 10px;
}

#words .divider {
	width: 830px;
}

#words p {
	font-size: 14px;
	line-height: 23px;
}

#words em {
	color: #F58A88;
	font-size: 16px;
}

#connect {
	width: 884px;
	height: 405px;
	padding: 30px 33px 11px;
}

#connect img.bullet {
	vertical-align: middle;
	margin-right: 8px;
}

#connect_sidebar {
	width: 230px;
	float: right;
}

#connect_sidebar h1 {
	text-transform: uppercase;
}

#connect_sidebar h5 {
	font-size: 14px;
}

#connect_sidebar p {
	font-size: 14px;
	line-height: 22px;
}
#abouttext{
	float:left;
	width: 430px;
}
.titleabout p{
    font-size: 17px;
    line-height: 19px;
    font-weight: bold;
    color: #6ca6ce;
    margin-bottom: 8px;
    font-style: italic
}

.ctabout{
	color: #565656;
	padding-top: 20px;
	padding-left: 25px;
}

#about1a{
	padding-left: 25px;
}


.menu-item a{text-indent: -999px; background: url(../images/menu.png) no-repeat;display: block;width: 60px;overflow: hidden;}
.menu-item a:hover{background: url(../images/menu-hover.png) no-repeat;}
.menu-item.selected a{background-image: url(../images/menu-hover.png);}
.menu-item.home a{background-position: 10px 0px;}
.menu-item.about a{background-position: -114px 0px;}
.menu-item.gallery a{background-position: -224px 0px;width: 60px;}
.menu-item.service a{background-position: -344px 0px;width: 80px;}
.menu-item.store a{background-position: -490px 0px;width: 50px;}
.menu-item.article a{background-position: -610px 0px;}
.menu-item.contact a{background-position: -725px 0px;width: 80px;}
.read {font-family: Arial, Helvetica, sans-serif; font-style: italic;}

.contact_desc h4{color: #6e6d5e;}
