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

Title : Capital Thai
URL : http://www.capitalthai.com.au

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

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

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

html {
	padding: 0;
	margin: 0;
	}


body, normal{
	font: 11px verdana, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	background-color:#FFF;
	text-align: center;
	}


.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	}	


/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#container_logo {
	width: 100%;
	height: 145px;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #f1f1f1;
	}
	
	
	#logo {
		width: 802px;
		height: 145px;
		margin: 0 auto;
		background: url(../siteimages/logo_bg.gif) no-repeat;
		background-position: right;
		text-align: left;
		}
		
#nav_bg {
	width: 100%;
	height: 41px;
	background: url(../siteimages/menu_bg.jpg) repeat;
	text-align: center;

	} 
	
	#nav_wrapper {
	width: 802px;
	height: 41px;
	/*text-align: center;*/
	margin: 0 auto 0 auto;
	
	
	}
	
#container_header {
 	width: 100%;
	height: 182px;
	background-color: #a33e79;


}

	#header {
	width: 802px;
	height: 182px;
	margin: 0 auto 0 auto;

	}

#container_body {
	width: 802px;
	height: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0 auto 0 auto;

}

.subnav {
	text-align: left;
	width : 186px;
	margin: 0 auto;
	background-color: #a0a0a0;
	background: url(../siteimages/sub_bg.jpg) repeat-x;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
		
	}

.subicon {


}
	
	
	  .menu2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	height: 33px;
	margin:0;
	color: #000000;
	padding-left: 40px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	background-image: url(../siteimages/sub_icon.gif);
background-repeat: no-repeat;
background-position: top left;
vertical-align: bottom;
	
}

.menu2:hover {
	color:#a33e79;
	text-decoration: none;
}

.menu3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 18px;
	margin:0;
	color: #999;
	padding-right: 18px;
	text-decoration: none;
	display: block;
}

.menu3:hover {
	color: #fff;
	text-decoration: none;
} 


.contents {
width: 580px;
text-align: left;
padding: 30px 20px 15px 20px;
vertical-align: top;
}

#homecontents {
width: 770px;
min-height: 350px;
text-align: left;
padding: 15px;
}

#container_footer {
width: 802px;
height: 29px;
border-top: 1px solid #a33e79;
padding-top:10px;
color: #a33e79;
margin: 0 auto 0 auto;


}

/*
----------------------------------------------------------------------------- 
HEADINGS
-----------------------------------------------------------------------------*/


h1 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #a33e79;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-top: 25px;
	padding: 0;
	color: #742b56;
	}

h3 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;
	text-decoration: underline;
	}
	



/*
----------------------------------------------------------------------------- 
DEFAULT FONT STYLES
-----------------------------------------------------------------------------*/


p, li, table {
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	}
	
p {
	margin-bottom: 10px;
	}
	

hr {
width: 100%;
height: 1px;
color: #ac4280;
border: 1px dotted;

}

li {
	padding-bottom: 10px;
	}

/*--------------------------------------------------------
LINK STYLES
--------------------------------------------------------*/


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

a:hover {
	text-decoration: underline;
	}
	
#nav, #nav ul {
	width: 791px;
	height: 31px;
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
	text-align: center;
	}
	
#nav li {
	float: left; 
	padding: 0; 
	color: #FFFFFF;
	text-align: center;
	}
	
	#nav li a {  /*top level item*/
	font-size: 11px;
	display: block;
	list-style: none;
	text-decoration: none;
	padding: 12px 30px 12px 30px;
	font-weight: bold; 
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	}
	
	#nav li a:hover {  
	color: #e3d1db;
	}
