/* global */
html {
	height: 100%;
}

body {
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .68em;

	background: #2D2D2B;
	color: #929280;
}

/* ancors Start
---------------------*/
a {
	outline: none;
}

a, a:link, a:visited {
	color:#D7B90F;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* ancors End
----------------------------*/

/* elementh style Start
--------------------------*/
p, p.form {
	margin: 0px;
	margin-top: 4px;
	padding: 0px;
	line-height: 1.3em;
}
p.testimonialBy {
	float: right;
	font-size: 10px;
	font-style: italic;
}

h1 {
	font-family: century gothic, arial, sans-serif;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 1.5em; 
	text-align: left; 
	/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
	/* set borders around header */
	line-height: 1.5em;
	/* and some air under the border */
	margin: 0 0 0.5em 0;
}
h1.HeaderRed {
	border-bottom: 1px solid #9D3E0B; 
	border-left: 1.7em solid #9D3E0B; 
}
h1.HeaderYellow1 {
	border-bottom: 1px solid #D7B90F; 
	border-left: 1.7em solid #D7B90F; 
}
h1.HeaderYellow2 {
	border-bottom: 1px solid #F1D432; 
	border-left: 1.7em solid #F1D432; 
}
h1.HeaderGreen {
	border-bottom: 1px solid #0B9D87; 
	border-left: 1.7em solid #0B9D87; 
}
h1.HeaderBrown {
	border-bottom: 1px solid #9D870B; 
	border-left: 1.7em solid #9D870B; 
}

.sub {
	font-size: 55%;
	padding-left: 12px; 
	letter-spacing: .1em;
}

.info {
	padding-top: 4px;
	float: left;
}

.errortext {
	color: #FF0000;
}

.smallText {
	font-size: 10px;
}

img {
	border: 0px; 
	margin: 0px; 
	padding: 0px;
}

/* block quote */
blockquote {
	margin: 20px 0px 20px 0px; 
	padding: 10px 20px 0px 20px;
	border-left: 8px solid;

	border-color: #40403E;
}

/* unordered list */
ul {
	margin: 2px 0px 18px 16px;
	padding: 0px;
}

ul li {
	list-style-type: square;
	margin: 0px 0px 6px 0px; 
	padding: 0px;
}

/* ordered list */
ol {
	margin: 8px 0px 0px 24px;
	padding: 0px;
}

ol li {
	margin: 0px 0px 11px 0px; 
	padding: 0px;
}

li.projectLink {
	list-style-type: square;
	cursor: pointer;
	color: #9D3E0B;
	font-size: 13px;
	font-weight: bold;
}

table.survey {
	border-collapse: collapse;
	border: 1px solid #1F1F1F;
}
th.survey {
	border: 1px solid #1F1F1F;
	text-align: center;
	padding: 3px;
}
td.survey {
	border: 1px solid #1F1F1F;
	padding: 3px;
}

/* elementh style  end
--------------------------*/

/* site content Start 
-----------------------------*/

.SideBoxLeft {
	background-color: #2D2D2B;
	clear:left;
	margin-bottom:10px;
	padding:10px;
	position:relative;
}

.MainBox  {
	background-color: #2D2D2B;
	margin-bottom:10px;
	padding:10px;
	position:relative;
}

.NewsBox  {
	background-color: #2D2D2B;
	padding:10px;
}

.UnderConstructionBox  {
	background-color: #2D2D2B;
	margin-bottom: 10px;
	padding: 130px 10px 130px 10px;
	background:transparent url(../images/UnderConstruction.gif) no-repeat scroll center center;
}

#main {
	width:800px;
	padding-top: 10px;
}

/* margin lefts / margin rights - to centre content */
#logo, #menu, #site_content, #main , #headerlinecolors {
	margin-left: auto; 
	margin-right: auto;
}

/* logo */
#logo {
	width: 800px;
	height: 200px;
	background:transparent url(../images/XianWare_Web_Header.jpg);
}

#logo, #logo h1 a {
	/*color: #40403E;*/
	border:none;
	text-decoration:none;
}

#logo h1 {
	font-family: century gothic, sans-serif;
	font-size: 60px;
	text-transform: lowercase;
	font-weight: normal;
	padding: 0px 0px 0px 14px;
	border: 0px;
	float: left;
	letter-spacing: 0px;
}

#logo img {
	margin-top: 10px;
}

#links {
	margin: 15px 9px 0px 0px;
	font-size: 80%;
	text-align: right;
	padding: 20px 10px 0px 0px;
	text-transform: uppercase;
}

/* navigation menu */
#menu {
	height: 60px;
	width: 600px;

	background: transparent;
}
#menu ul {
	margin: 0px auto;
} 

#menu li {
	font-family: century gothic, Tahoma, sans-serif;
	font-size: 14px;
	float: left; 
	margin: 0px; 
	padding: 0px;
	list-style: none;
	width: 120px;
	text-align: center;
} 

#menu li a  {
	display: block;
	float: left;
	height:50px;
	width: 120px;
	text-decoration: none; 
	padding: 0px;
	font-weight: bold;
	color: #FFF;
	padding-top: 15px;
} 
#menu li a.t1  {
	background:transparent url(../images/tab1.gif) no-repeat scroll left top;
	background-position: 0 -20px;
}
#menu li a.t2  {
	background:transparent url(../images/tab2.gif) no-repeat scroll left top;
	background-position: 0 -20px;
}
#menu li a.t3  {
	background:transparent url(../images/tab3.gif) no-repeat scroll left top;
	background-position: 0 -20px;
}
#menu li a.t4  {
	background:transparent url(../images/tab4.gif) no-repeat scroll left top;
	background-position: 0 -20px;
}
#menu li a.t5  {
	background:transparent url(../images/tab5.gif) no-repeat scroll left top;
	background-position: 0 -20px;
}
#menu li a.t6  {
	background:transparent url(../images/tab6.gif) no-repeat scroll left top;
	background-position: 0 -20px;
}

#menu li a.t1:hover, #menu li a.t1selected, #menu li a.t1selected:hover {
	color: #0F28C2;
	background:transparent url(../images/tab1.gif) no-repeat scroll left top;
	background-position: 0 -10px;
	padding-top: 25px;
} 
#menu li a.t2:hover, #menu li a.t2selected, #menu li a.t2selected:hover {
	color: #0F28C2;
	background:transparent url(../images/tab2.gif) no-repeat scroll left top;
	background-position: 0 -10px;
	padding-top: 25px;
} 
#menu li a.t3:hover, #menu li a.t3selected, #menu li a.t3selected:hover {
	color: #0F28C2;
	background:transparent url(../images/tab3.gif) no-repeat scroll left top;
	background-position: 0 -10px;
	padding-top: 25px;
} 
#menu li a.t4:hover, #menu li a.t4selected, #menu li a.t4selected:hover {
	color: #0F28C2;
	background:transparent url(../images/tab4.gif) no-repeat scroll left top;
	background-position: 0 -10px;
	padding-top: 25px;
} 
#menu li a.t5:hover, #menu li a.t5selected, #menu li a.t5selected:hover {
	color: #0F28C2;
	background:transparent url(../images/tab5.gif) no-repeat scroll left top;
	background-position: 0 -10px;
	padding-top: 25px;
} 
#menu li a.t6:hover, #menu li a.t6selected, #menu li a.t6selected:hover {
	color: #0F28C2;
	background:transparent url(../images/tab6.gif) no-repeat scroll left top;
	background-position: 0 -10px;
	padding-top: 25px;
} 

#colours {
	height: 0px;
	text-align: right;
	padding: 16px 16px 0px 300px;
}

#languageselection {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 25px;
}
#languageselection a {
	margin: 0px;
	padding: 0px;
	border: 1px solid transparent;
}
#languageselection a:hover {
	border: 1px solid #0F28C2;
}

#headerline {
	width: 800px;
	height: 4px;
	background:transparent url(../images/header_bg_blur_line.jpg);
}
#headerlinecolors {
	width: 600px;
	height: 4px;
	overflow: hidden;
}

#headerlinecolors p {
	margin: 0px;
	padding: 0px;
	font-size: 2px;
	width: 120px;
	height: 4px;
	float: left; 
}

/* main content */
#site_content {
	clear: both;
	width: 798px;
	overflow: hidden;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;

	background-color:#1F1F1F;
	border-color: #40403E;
}


/* page content */
#content {
	text-align: left;
	width: 500px;
	float: right;
	padding: 10px;
	padding-left: 0px;
}
#content img {
	margin-right: 5px;
	margin-bottom: 5px;
	border: none;
}
#content h2 {
	font-family: century gothic, arial, sans-serif;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 1.2em; 
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 5px;
	padding: 0px;
	padding-top: 8px;
}

#wide_content {
	text-align: center;
	padding: 10px;
}

/* side menu */
#left_column {
	padding: 10px;
	float: left; 
	width: 260px;
}
#left_column img.screenshot {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#left_column p {
	clear: left;
}

#news {
	width: 778px;
	background-color:#1F1F1F;
	padding: 10px;
	padding-top: 0px;
}
.newscol {
	float: left;
	width: 250px;
	background-color: #2D2D2B;
}
#news h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#news h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	color: #D7B90F;
}
#news p {
	margin: 0px;
	margin-top: 4px;
	padding: 0px;
}

#footer {
	clear: both;
	padding:10px;
	font-size:11px;
	text-align: center;
}

input, textarea, select, button, input.submit {
	background: #2C2C2A; 
	color: #D7B90F;
	border: 1px solid #40403E;
	font-size:11px;
}

