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

html, body, div, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,
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%;
	font: inherit;
	vertical-align: baseline;
}

@font-face{
	font-family: "hoefler text";
	src: url(fonts/HoeflerText.otf) format('opentype');
}

div {
	text-align:left;
}

h2 {
	color:#79288C;
	font-family: "hoefler text", palatino, georgia, serif;
	font-variant: small-caps;
	margin: 0;
}

h3 {
	color:#D9531E;
	font-family: "hoefler text", palatino, georgia, serif;
	margin: 0;
}

h4 {
	color:#D9531E;
	font-family: "hoefler text", palatino, georgia, serif;
	margin: 0;
}

div#background {
	margin: 0;
	padding: 30px 0px 150px 0px;
	border: 0;
	background-image: url(images/background-texture-purple.jpg);
	background-position: top left;
	background-repeat: repeat;
}

div#page {
	width: 900px;
	min-height: 600px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
}

div#header {
	width: 900px;
	height: 20px;
}

div#logo {
	width: 150px;
	position: absolute;
	float: left;
	margin :0;
	height: 90px;
}

div#logo a {
	display: block;
	background-color: #FFFFFF;
}

div#logo a:hover {
	background-color: #EEEEEE;
}

div#menu {
	width: 150px;
	float: left;
	min-height: 100px;
	position: absolute;
	top: 145px;
}

div#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

div#menu ul li {
	display: block;
	text-align: right;
	padding: 0 7px 0 0;
	margin: 0 10px 0 0;
}

div#menu ul li a {
	background: #FFF;
	width: 150px;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 0 7px 0 0;
	margin: 0 10px 0 0;
	color: #D9531E;
	display: block;
	text-decoration: none;
	text-align: right;
	font-family: "hoefler text", palatino, georgia, serif;
	font-size: 13px;
	letter-spacing: 1px;
	width: 100%;
}

div#menu ul li a:hover {
	color: #FFFFFF;
	background: #818285;
}

body#about a#aboutnav,
body#portfolio a#portfolionav,
body#testimonials a#testimonialsnav,
body#services a#servicesnav,
body#clients a#clientsnav,
body#contact a#contactnav {
	color: #FFFFFF;
	background: #79288C;
}

div#banner {
	width: 730px;
	min-height: 100px;
	margin: 0 0 0 150px;
	padding: 0px 10px 0px 10px;
	position: relative;
	top: 19px;
}

div#portbanner {
	width: 730px;
	min-height: 100px;
	margin: 0 0 0 150px;
	padding: 0px 10px 0px 10px;
	position: relative;
	top: 19px;
	font-family: "hoefler text", palatino, georgia, serif;
	letter-spacing: 1px;
	font-size: 13px;
	color: #818285;
}

div#navbar {
	width: 730px;
	margin: 0 0 0 150px;
	padding: 0;
	height: 30px;
	position: relative;
	top: 10px;
}

div#navbar ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

div#navbar ul li {
	display: inline-block;
	text-align: center;
	padding: 0;
	margin: 0;
}

div#navbar ul li a {
	background: #FFFFFF;
	width: 150px;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 0 10px 0 10px;
	margin: 10px 1px 0 1px;
	color: #D9531E;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-family: "hoefler text", palatino, georgia, serif;
	font-size: 13px;
	font-weight:bolder;
	letter-spacing: 2px;
}

div#navbar ul li a:hover {
	color: #FFFFFF;
	background: #818285;
}

div#navbar a {
	display:inline-block;
}

div#portnavbar {
	width: 730px;
	margin: 0 0 0 150px;
	padding: 0;
	height: 20px;
	position: relative;
	top: 10px;
}

div#portnavbar ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

div#portnavbar ul li {
	display: inline-block;
	text-align: center;
	padding: 0;
	margin: 0;
}

div#portnavbar ul li a {
	background: #FFF;
	width: 10px;
	height: 20px;
	line-height: 20px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 0 10px 0 10px;
	margin: 30px 1px 0 1px;
	color: #D9531E;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-family: "hoefler text", palatino, georgia, serif;
	font-size: 13px;
	font-weight:bolder;
	letter-spacing: 2px;
}

div#portnavbar ul li a:hover {
	color: #FFFFFF;
	background: #818285;
}

div#portnavbar a {
	display:inline-block;
}
div#content {
	width: 700px;
	min-height: 200px;
	margin: 0 0 0 150px;
	padding: 40px 10px 20px 10px;
	font-family: "hoefler text", palatino, georgia, serif;
	letter-spacing: 1px;
	font-size: 14px;
}

div#footer {
	width: 900px;
	min-height: 25px;
	margin: 10px auto;
	padding: 0px;
	text-align: center;
	background-color: transparent;
	font-family: "hoefler text", palatino, georgia, serif;
	letter-spacing: 1px;
	font-size: 12px;
	color: #FFFFFF;
}

.table_col {
	border: none;
	padding-right: 10px;
	width: auto;
	font-family: "hoefler text", palatino, georgia, serif;
	font-size: 13px;
}

.social {
	display: block;
	float: right;
	clear: both;
	margin: 2px 20px 2px 20px;
}

/* ============
Jackrit Techavalitpongse
Jack T. Design
© 2012

Jack T. Design Color Swatches

79288C - Purple
D9531E - Orange
818285 - Gray

============ */