@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #181818;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
a {
	color: #06F;
	text-decoration: none;
}
a:hover {
	color: #039;
	text-decoration: underline;
}
p {
}
#container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	padding: 0px;
	border: 1px solid #E8E8E8;
} 

#topline {
	background-color: #FFF;
	padding: 10px;
}
/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
#header {
	color: #181818;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	width: 960px;
	height: 72px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
#header h1 {
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#header h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
	font-style: normal;
	font-weight: normal;
}
#header h1 a {
	color: #181818;
	text-decoration: none;
}
#header h2 a {
	color: #181818;
	text-decoration: none;
	font-size: 0.9em;
}
#header h3  , #countdowncontainer{
	font-size: .6em;
	margin: 0px;
	float: right;
	display: block;
	padding: 0px;
}
.commenttime {
	color: #06F;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
	display: block;
	font-size: 16px;
}
#upper {
	height: 71px;
}
#menu {
	font-size: .8em;
	float: right;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	height: 70px;
	width: 100%;
}
#search_box {
	width: 200px;
	float: right;
}
#nav_rounded_black {
	list-style: none;
	text-transform: lowercase;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#nav_rounded_black ul {
	margin: 0;
	padding: 0;
}

#nav_rounded_black li {
	float: left;
	margin: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CDCAAD;
	height: 48px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}  

#nav_rounded_black a {
	display:block;
	line-height: 48px;
	margin: 0;
	font-size: 16px;
	color:#CDCAAD;
	text-decoration: none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
	letter-spacing: -1px;
}

#nav_rounded_black a:hover {
	text-decoration:none;
	color: #06F;
}
#nav_rounded_black .active a {
	color: #06F;
}
#nav_rounded_black .search  {
	display:block;
	line-height: 22px;
	margin: 0;
	padding: 0 20px 0 15px;
	font-size: 18px;
	color:#fff;
	letter-spacing:-1px;
	text-decoration: none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color: #333;
}
#nav_rounded_black .search form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#nav_rounded_black .search input {
	color: #FFF;
	background-color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	height: 22px;
	font-size: 18px;
	line-height: 22px;
}
#mainContent {
	margin-top: 0;
	margin-right: 330px;
	margin-bottom: 0;
	margin-left: 180px;
}
#mainLeft {
	margin-top: 0;
	margin-right: 330;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
	padding: 4px;
}
#mainRight {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 330px;
}
#sidebar1 {
	position: absolute;
	left: 0;
	width: 160px;
	padding: 4px;
	margin: 0px;
	background-color: #FFF;
}
#sidebar2 {
	position: absolute;
	right: 0;
	width: 320px;
	margin: 0px;
	padding: 4px;
	background-color: #FFF;
}
#sidebarR {
	right: 0;
	width: 320px;
	margin: 0px;
	padding: 4px;
	background-color: #FFF;
	position: absolute;
	display: block;
}
#leftPane {
	float: left;
	width: 460px;
}
#rightPane {
	float: right;
	width: 460px;
}
#rightCol, .rightCol {
	float: right; /* since this element is floated, a width must be given */
	width: 320px;
	padding: 4px;
	margin: 0px;
	background-color: #FFF;
}
#halfRightCol, .halfRightCol {
	float: right; /* since this element is floated, a width must be given */
	width: 50%;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
}
#rightCol300, .rightCol300 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
}
#leftCol, .leftCol {
	float: left;
	position: relative;
	width: 620px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#leftCol460, .leftCol460 {
	float: left;
	position: relative;
	width: 570px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#Colright, .Colright {
	float: right; /* since this element is floated, a width must be given */
	width: 660px;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
}
#Colleft, .Colleft {
	float: left;
	position: relative;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#leftWcol, .leftWcol {
	float: left; /* since this element is floated, a width must be given */
	width: 660px;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
}
#rightScol, .rightScol {
	float: right;
	position: relative;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#mainWide {
	background-color: #FFF;
	padding: 0px;
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainWide h1 {
	font-size: 1.4em;
	color: #06F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #EDEDED;
	border-right-color: #EDEDED;
	border-left-color: #EDEDED;
	padding: 8px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainWide .thelanguage {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EDEDED;
	border-bottom-color: #EDEDED;
	border-left-color: #EDEDED;
	margin: 0px;
	padding: 8px;
	font-style: italic;
	font-weight: normal;
	color: #666;
}
#mainWide .thelanguage .linkbox {
	margin: 4px;
	padding: 4px;
	border: 1px solid #EDEDED;
}
#mainWide .technology {
	cursor: pointer;
}

#Flash_Slide  {
	background-image: url(images/photo_2009_.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 280px;
	width: 940px;
	display: block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main {
	background-color: #FFF;
	width: 940px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main  h1{
	font-size: 1em;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image: none;
}
#main h2 {
	margin: 0px;
	padding: 0px;
}
.three {
	float: left;
	width: 300px;
	display: block;
	text-align: center;
	padding-top: 24px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E8E8;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.three p {
	text-align: justify;
	font-size: .8em;
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.three p a {
	color: #06F;
	text-decoration: none;
}
.third, .thirds, .thirds3, .thirds6, .thirds9, .thirds12 {
	float: left;
	width: 300px;
	height: 310px;
	display: block;
	text-align: center;
	padding-top: 24px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E8E8;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.third p, .thirds p, .thirds3 p, .thirds6 p, .thirds9 p, .thirds12 p {
	text-align: justify;
	font-size: .8em;
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.third p a, .thirds p a, .thirds3 p a, .thirds6 p a, .thirds9 p a, .thirds12 p a {
	color: #06F;
	text-decoration: none;
}
.first, .thirds1, .thirds4, .thirds7, .thirds10 {
	float: left;
	width: 300px;
	height: 310px;
	display: block;
	text-align: center;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 5px;
	overflow: hidden;
}
.first p, .thirds1 p, .thirds4 p, .thirds7 p, .thirds10 p {
	text-align: justify;
	font-size: .8em;
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.first p a, .thirds1 p a, .thirds4 p a, .thirds7 p a, .thirds10 p a {
	color: #06F;
	text-decoration: none;
}
.second, .thirds2, .thirds5, .thirds8, .thirds11 {
	display: block;
	width: 300px;
	float: left;
	text-align: center;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8E8E8;
	overflow: hidden;
	height: 310px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.second p, .thirds2 p, .thirds5 p, .thirds8 p, .thirds11 p {
	text-align: justify;
	font-size: .8em;
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.second p a, .thirds2 p a, .thirds5 p a, .thirds8 p a, .thirds11 p a {
	color: #06F;
	text-decoration: none;
}

#rightCol h1 {
	height: 85px;
	margin: 0px;
	padding: 0px;
}
#mainLeft h1 {
	font-style: normal;
	font-weight: normal;
}
.heading {
	font-size: 1.2em;
	color: #3866FC;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACBFFD;
}
#ad {
	text-align: left;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#social {
	text-align: right;
	float: right;
	margin: 0px;
	padding: 20px;
}
.front_page a {
}
.front_page .a_tpage  {
	font-size: 2em;
	font-weight: normal;
	margin: 0px;
	height: 70px;
	width: 400px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	color: #06F;
	line-height: 70px;
	text-decoration: none;
}
.front_page a:hover  {
	color: #900;
}
.indented {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.exclaim {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight:bold;
	color: #CC0000;
	background-image: url(pi/exclaim.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.warning {
	font-size: 1.6em;
	color: #900;
}
.years {
	display: block;
	float: right;
	padding-right: 10px;
}
.years ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.years ul li {
	display: block;
	padding-right: 12px;
	padding-left: 6px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CDCAAD;
	font-size: .8em;
}
.years ul li a {
	color: #CDCAAD;
}
.years   ul li .active{
	color: #06F;
}
/* Pull Quote */
.pull_quote blockquote {
	display: block;
	font-style: italic;
	font-weight: normal;
	color: #666;
	font-size: .9em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.pull_quote blockquote:before, .pull_quote blockquote:after {
	color: #E8E8E8;
	display: block;
	font-size: 1000%;
	width: 10px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.pull_quote blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}
.pull_quote blockquote:after {
	content: close-quote;
	height: 10px;
	margin-top: -0.55em;
	margin-left: 101%;
	margin-bottom: .55em;
}
#aboveFooter {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	background-color: #FFF;
}
#logo3d {
	height: 120px;
	text-align: center;
	width: 120px;
	margin: 0px;
	padding: 0px;
}
#logoShadow {
	width: 120px;
	display: block;
	text-align: center;
}
#lower {
	margin: 0px;
	padding: 0px;
}
#footer {
	text-align: left;
	margin: 0px;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDEDED;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#nav_rounded_small {
	width:auto;
	list-style: none;
	text-transform: lowercase;
	height: 10px;
	padding: 0px;
}

#nav_rounded_small ul {
	margin: 0;
	padding: 0;
}

#nav_rounded_small li {
	float: left;
	margin: 0;
	padding:0px;
}  

#nav_rounded_small a {
	display:block;
	margin: 0;
	font-size: .7em;
	color:#9A9781;
	text-decoration: none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#nav_rounded_small a:hover {
	text-decoration:none;
	color: #06F;
}
#nav_rounded_small .active a {
	color: #06F;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#copyright {
	text-align: right;
	font-size: x-small;
	color:#383838;
	padding-top: 48px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#copyright a {
	margin: 0;
	border: 0;
	color:#06F;
	text-decoration: none;
}

#copyright a:active, #copyright a:hover {
	color:#383838;
	margin: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.free_button, .just_button {
	height: 70px;
	width: 220px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1.8em;
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: auto;
}
.free_button .top, .just_button .top {
	font-size: 0.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	display: block;
	padding: 0px;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	color: #333;
}
.free_button .low, .just_button .low {
	font-size: 0.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	display: block;
	color: #333;
}
.free_button a, .just_button a {
	color: #1F3763;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-size: 0.6em;
	font-weight: normal;
}
.free_button a:hover, .just_button a:hover {
	color: #BC5E2C;
	text-decoration: none;
}
.just_button {
	color: #1B3363;
}
.button_box {
	float: right;
	height: 70px;
	width: 220px;
}
.title , fieldset .undelined, .directions{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDEDED;
	color: #06f;
	display: block;
	font-size: 14px;
}
#followme {
	margin: 0px;
	padding: 0px;
}
#followtop {
	height: 42px;
}
#followmid {
	background-color: #F3F4F6;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	display: block;
	width: 205px;
}
#followmid h2 {
	color: #666;
	font-weight: bold;
	font-size: 1.2em;
	padding: 2px;
	margin: 0px;
}
#followmid ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
#followmid ul .icon-joinme  {
	background-image: url(images/page.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-left: 4px;
}
#followmid ul .icon-vcard  {
	background-image: url(images/vcard.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-left: 4px;
}
#followmid ul .icon-twitter  {
	background-image: url(images/soc14.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-left: 4px;
}
#followmid ul .icon-facebook {
	background-image: url(images/soc5.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-left: 4px;
}
#followmid ul .icon-linkedin {
	background-image: url(images/soc15.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-left: 4px;
}
#followmid ul .icon-skype {
	background-image: url(images/soc16.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 4px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 22px;
}
#followend {
	background-image: url(images/Button_.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 32px;
	margin: 0px;
	padding: 0px;
}
#twitter {
	width: 320px;
	display: block;
	margin: 0px;
}
#twitter p {
	margin: 0px;
	padding: 8px;
	color: #333;
	line-height: 1.6em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#twitterText {
	background-color: #F3F4F6;
	width: 205px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#twitterTop {
	background-image: url(images/Button_.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 42px;
}
#twitterEnd {
	background-image: url(images/Button_.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 32px;
	margin: 0px;
	padding: 0px;
}

#submit_button {
	width: auto;
	font-weight: bold;
	font-size: 1.4em;
}
#contact .fields span{
	display: block;
	font-size: .9em;
	font-weight: bold;
}
#contact .fields input{
	width: 90%;
	border: 1px solid #CCCCCC;
}
#contact  .fields  .required{
	border: 1px solid #FF6600;
}
#contact .fields .req{
	font-size: .64em;
	font-weight: normal;
}
#contact .fields select{
	width: 90%;
}
#contact .fields textarea{
	width: 90%;
	border: 1px solid #CCCCCC;
}
#contact .fields #imgcode{
	width: 6em;
	border: 1px solid #FF6600;
	font-size: 1.2em;
}
#contact .fields .submit{
	width: 120px;
	height: 30px;
	float: right;
	margin-right: 60px;
}
.boxed {
	border: 1px solid #999;
	margin-left: 30px;
	padding: 4px;
	margin-right: 30px;
	background-color: #E8E8E8;
}
.boxed p {
	padding-left: 20px;
}

.options ul {
	list-style-type: none;
}
.options  li {
	list-style-type: none;
	width: 33%;
	float: left;
	display: block;
	padding-bottom: 10px;
}
.options span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}
.guestbook {
	margin: 4px;
	padding: 4px;
	border: 1px solid #E8E8E8;
}
.guestbook .message_start {
	font-weight: bold;
	font-size: 1.4em;
	color: #FFF;
	background-color: #000;
	display: block;
	margin: 4px;
	padding: 12px;
}
.guestbook .guest_msg {
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.guestbook .guest_msg .guest_date {
	font-size: .6em;
	color: #666;
	float: right;
}
.guestbook .guest_msg .guest_flag {
	float: right;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: right;
}
.guestbook .guest_msg .guest_label {
	font-weight: normal;
	color: #000;
	display: block;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
}
.guestbook .guest_msg .guest_name span {
	background-color: #000;
	color: #FFF;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.guestbook .guest_msg .guest_name {
	color: #06F;
	font-size: 1.2em;
	position: relative;
	clear: both;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.guestbook .guest_msg .guest_subject span {
	background-color: #000;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.2em;
}
.guestbook .guest_msg .guest_subject {
	color: #900;
	display: block;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.guestbook .guest_msg .guest_message {
	display: block;
	float: none;
	clear: both;
	margin: 8px;
	padding: 8px;
	color: #282828;
	line-height: 1.5em;
}
.guestbook .reply_start {
	color: #282828;
	margin: 0px;
	display: block;
	font-size: 1.4em;
	background-image: url(i/speech.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 72px;
	text-indent: 24px;
	line-height: 72px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.guest_postnew {
	background-color: #900;
	margin: 4px;
	padding: 4px;
	display: block;
	float: left;
	color: #FFF;
}
.guest_postnew a {
	color: #FFF;
}
.guest_postreply {
	display: block;
	padding: 4px;
	color: #FFF;
	background-color: #06F;
	float: left;
	margin: 4px;
}
.guest_postreply a {
	color: #FFF;
}
.guestbook ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	text-align: right;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 0px;
}
.guestbook ul li {
	padding-right: 6px;
	padding-left: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E8E8;
	display: block;
	float: right;
	font-size: .8em;
}
.guestbook ul li a {
	color: #999;
	text-decoration: none;
}
.guestbook ul li a:hover {
	color: #333;
	text-decoration: none;
}
.guestbook .replies {
	padding-left: 100px;
	padding-right: 50px;
}
.fields  fieldset {
	padding-left: 12px;
	font-size: 1.2em;
	color: #333333;
	display: block;
	margin: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fields ol  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.fields li {
	list-style-type: none;
	padding-top: 12px;
	padding-bottom: 4px;
}
#submit_button {
	width: auto;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
}
.fields span {
	display: block;
	font-size: .9em;
	font-weight: bold;
}
.fields input {
	width: 90%;
	border: 1px solid #CCCCCC;
	text-align: left;
}
.fields  .required  {
	border: 1px solid #FF6600;
}
.fields .req {
	font-size: .64em;
	font-weight: normal;
}
.fields select {
	width: 90%;
}
.fields textarea {
	width: 90%;
	border: 1px solid #CCCCCC;
}
.fields #imgcode {
	width: 6em;
	border: 1px solid #FF6600;
	font-size: 1.2em;
}
.fields .submit {
	width: 120px;
	height: 30px;
	float: right;
	margin-right: 60px;
}
.rightMessage {
	font-size: .7em;
	color: #666;
	text-align: right;
	display: block;
	float: right;
}
.boxed {
	border: 1px solid #999;
	margin-left: 30px;
	padding: 4px;
	margin-right: 30px;
	background-color: #E8E8E8;
}
.boxed p {
	padding-left: 20px;
}

.options ul {
	list-style-type: none;
}
.options  li {
	list-style-type: none;
	width: 33%;
	float: left;
	display: block;
	padding-bottom: 10px;
}
.options span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}
.commenttime {
	float: left;
	font-size: .9em;
	margin: 8px;
	padding: 8px;
	width: 300px;
	border: 1px dotted #EDEDED;
	color: #930;
}
#imgcode { font-size: 1.6em; }
.grey {
	color: #A4A4A4;
	font-size: .7em;
}.image {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
.imagel {
	float: left;
}
.imager {
	float: right;
}
.winner {
	color: #900;
	font-weight: normal;
	font-size: 1.4em;
	font-style: italic;
	padding-left: 48px;
	background-image: url(i/smtrophy.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.timer {
	background-image: url(i/filmstrip.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	display: block;
	height: 103px;
	width: 53px;
}
.product {
	float: left;
	width: 30%;
	margin: 0px;
	padding: 0px;
	height: 200px;
}
.product strong {
	font-size: .8em;
	font-weight: normal;
}
#pcd09 {
	border: 1px solid #EDEDED;
	margin: 4px;
	padding: 0px;
}
#dvd09 {
	border: 1px solid #EDEDED;
	margin: 4px;
	padding: 0px;
}
#pcddvd09 {
	border: 1px solid #EDEDED;
	margin: 4px;
	padding: 0px;
}
.CDproduct {
	width: 290px;
	height: 90px;
}
.CDproduct span {
	font-size: .8em;
	color: #900;
}
.CDproduct .button span {
	position: relative;
	right: 106px;
	display: block;
	float: right;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	text-align: right;
	top: 9px;
}
#photo  {
	height: 280px;
	width: 940px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#slider3   {
	width: 940px; /* important to be same as image width */
	height: 280px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0px;
	padding: 0px;
}

#sliderContent, #slider1Content, #slider3Content {
	width: 940px;
	position: absolute;
	top: 0;
	margin: 0px;
	padding: 0px;
}
.sliderImage, .slider1Image, .slider3Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 280px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.slider1Image span, .slider3Image span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	width: 920px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong, .slider3Image span strong {
    font-size: 14px;
}
.top, , .position_0 {
	top: 0;
	left: 0;
}
.bottom, .position_1 {
	bottom: 0;
    left: 0;
}
.right, .position_2 {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 120px;
}
.left, .position_3 {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 260px;
}
/* slider area for testimonial or news etc.
-------------------------------------------------------------- */
#slider2{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 290px;
	display: block;
	text-align: left;
	height: 220px;
}


.slider2_slide{
	line-height:17px;
	font-size:13px;
	color:#747474;
}
.slider2_slide p {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.main_sub_right{
	float:left;
	width: 270px;
}
.main_sub_right h1 {
	margin:0px;
	padding: 0px;
}
.main_sub_right h1 {
	font-family:'Arial','Tahoma', san-serif;
	font-size:13px;
	color:#5e5e5e;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
#slider2 .slider2_slide h1{
	display: block;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-style: italic;
}
#pager, #pager-alt{
	position:absolute;
	z-index:100;
	top:375px;
	margin-left:880px;
}
#pager a{
	background: url(images/slide.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:13px;
	height:13px;
	margin:2px;
	outline-style:none;
	outline-width:medium;
	padding:-1px;
}
#pager .activeSlide{
	background: url(images/slide.png) no-repeat scroll 0% 50%;
}
#pager-alt a{
	background: url(images/slide-alt.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:13px;
	height:13px;
	margin:2px;
	outline-style:none;
	outline-width:medium;
	padding:-1px;
}
#pager-alt .activeSlide {
	background: url(images/slide.png) no-repeat scroll 0% 50%;
}
.small {
	font-size: .7em;
	color: #666;
}