/*-----------------------------------------------------------------------------

version:   1.0
author:    Tiki Juntakool
email:     tiki@pm-creative.com
website:   http://www.pm-creative.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #1a1a1a;
	background-image: url(../images/layout/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align:center
}


/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/
#branding {
	background-color:#b0b0b0;
	background-image: url(../images/layout/bg_branding.jpg);
	background-repeat: no-repeat;
	height: 155px;
}


#branding .contact {
	position:static;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 20px;
}

#float {
	z-index: 1000;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#menu_wraper {
	width: 750px;
	position: static;
	background-image: url(../images/layout/menu_n.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
}


#thicktabs{
	padding: 0;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: right;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
	float: left; /*padding of tabs*/
	text-decoration: none;
	background-repeat: repeat;
	background-position: top;
	background-image: url(../images/layout/menu_n.jpg);
	padding-right: 10px;
	padding-left: 10px;
	color: #f0f0e4;
	line-height: 35px;
}

#thicktabs li a:visited{
color: #f0f0e4;
}

#thicktabs li a:hover{
	color: #f0f0e4;
	background-image: url(../images/layout/menu_o.jpg);
	background-position: top;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/
#Wrapper {
	width: 750px;
	margin: 0 auto;
	text-align:left;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#Wrapper .logo {
	position:absolute;
	top: 15px;
	z-index: 1000;
}

#ContentWrapper {
	float: left;
	width: 100%;
}
/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
#Footer {
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #765C2D;
}	

#Footer p{
	font-size: 80%;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #663300;
	padding-right: 10px;
}	
#Footer a, #Footer a:hover, #Footer a:visited {
	color: #663300;
	text-decoration: underline;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

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

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
