/* Idea Shop style sheet */
/* Design and programming by Idea Shop Inc. | www.ideashop.com */

/* TAGS */

body {
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 8px 10px 10px 10px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #424416;
	margin-top: -5px;
	margin-bottom: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #c79715;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #424416;
	margin-top: -5px;
	margin-bottom: 0px;
}
ul {
	margin-top:	0px;
	margin-bottom: 10px;
}

li {
	margin-top:	5px;
	margin-left: -25px;
	font-weight: normal;
}

img {
	margin: 0 0 0 0;
}

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

/* link colors */

a:link { color:#4db21a; text-decoration: underline; }
a:active { color:#ff6600; text-decoration: underline; }
a:visited { color:#4db21a; text-decoration: underline; }
a:hover { color:#ff6600; text-decoration: underline; }

a.greenbkgnd:link {color:#000; text-decoration: underline }
a.greenbkgnd:visited {color:#000; text-decoration: underline }
a.greenbkgnd:hover {color:#fff; text-decoration: underline }
a.greenbkgnd:active {color:#f60; text-decoration: underline }

a.orange:link { color:#f60; text-decoration: none }
a.orange:visited { color:#f60; text-decoration: none }
a.orange:hover { color:#6c3; text-decoration: underline }
a.orange:active { color:#6c3; text-decoration: underline }

a.green:link { color:#6c3; text-decoration: none }
a.green:visited { color:#6c3; text-decoration: none }
a.green:hover { color:#f60; text-decoration: underline }
a.green:active { color:#f60; text-decoration: underline }

a.poporange:link { color:#f60; text-decoration: none }
a.poporange:visited { color:#f60; text-decoration: none }
a.poporange:hover { color:#36f; text-decoration: underline }
a.poporange:active { color:#36f; text-decoration: underline }

a.popgreen:link { color:#6c3; text-decoration: none }
a.popgreen:visited { color:#6c3; text-decoration: none }
a.popgreen:hover { color:#36f; text-decoration: underline }
a.popgreen:active { color:#36f; text-decoration: underline }

a.contact:link {color:#000; text-decoration: none; }
a.contact:visited {color:#000; text-decoration: none; }
a.contact:hover {color:#fff; text-decoration: underline; }
a.contact:active {color:#cf3; text-decoration: underline; }

a.nav:link {color:#999; text-decoration: none; }
a.nav:visited {color:#999; text-decoration: none; }
a.nav:hover {color:#6c3; text-decoration: underline; }
a.nav:active {color:#36c; text-decoration: underline; }

a.subnav:link {color:#666; text-decoration: none; }
a.subnav:visited {color:#666; text-decoration: none; }
a.subnav:hover {color:#f60; text-decoration: underline; }
a.subnav:active {color:#cf3; text-decoration: underline; }

a.pop:link { color:#000; text-decoration: none; }
a.pop:visited { color:#000; text-decoration: none; }
a.pop:hover { color:#f60; text-decoration: underline; }
a.pop:active { color:#6c3; text-decoration: underline; }

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

/* COMMON LAYOUT STYLE */

.MasterText {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}
.BorderBlack {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
.BorderWhite {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.NoUnderline {
	text-decoration: none ! important;
}
.legal {
	font-size: 10px;
	margin-bottom: 0px;
}
.Float {
  float: left;
  }
.Float p {
	text-align: left;
	margin-left: 0px;
	margin-right: 60px;
	margin-bottom: 10px;
   }
.FloatLeft {
  float: left;
  }

.PictureBoxRight {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-bottom: 0px;
}
.PictureBoxLeft {
	float: left;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.PictureBoxRightQuote {
	float: right;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	margin-bottom: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 12px;
	background-color: #FF7F01;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 150px;
}

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

/* COLORS */

.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.yellow {
	color: #e7bf39;
}
.yellowDark {
	color: #c79715;
}
.green {
	color: #424416;
}
.red {
	color: #eb0005;
}

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

/* TITLES */

.Title {
	font-size: 18px;
	font-weight: bold;
}
.Title a:link {color:#ea0005; font-size: 18px; font-weight: bold; text-decoration: none}
.Title a:visited {color:#ea0005; font-size: 18px; font-weight: bold; text-decoration: none}
.Title a:hover {color:#003399; font-size: 18px; font-weight: bold; text-decoration: underline}
.Title a:active {color:#003399; font-size: 18px; font-weight: bold; text-decoration: underline}

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

/* CUSTOM LAYOUT STYLE */

.MainWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.subnavx  { font: 11px/18px arial, helvetica, sans-serif; }

.worktext  { font: 11px/17px arial, helvetica, sans-serif; }
.poptext  { font: 9px/12px arial, helvetica, sans-serif; }
.legaltextcolor {
	color: #999999;
}
#MainContent {
	margin: 10px 10px 10px 10px;
	background-color: #ffffff;
}

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

#MainPageWrap {
	margin-left: auto;
	margin-right: auto;
	width: 716px;
}
#TopBoxHome {
	width: 695px;
	border-left: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	background: url(../images/TopRightCorner.gif) top right no-repeat;
	background-color: #fff;
	padding: 14px 20px 0 0;
}

.ThreeSidedBox {
	width: 714px;
	border-left: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	border-right: #000000 solid 1px;
	background-color: #fff;
	margin: 0 0 10px 0;
}

.BorderBlackBox716 {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	width: 694px;
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
}
#GreenBoxTop {
	width: 716px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#GreenBoxHome {
	width: 716px;
	background: url(../images/greenbox.gif) bottom left no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.GreenBoxContent1 {
	float:left;
	width: 342px;
	padding: 14px 15px 4px 20px;
	border-top: #66cc33 solid 1px;
}
.GreenBoxContent2 {
	float:left;
	width: 284px;
	margin: 0 0 0 15px;
	padding: 14px 20px 4px 20px;
	border-top: #000 solid 1px;
}

.WhiteDashedLine {
	border-bottom:#FFFFFF dashed 1px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
.BlackDashedLine {
	border-bottom:#000000 dashed 1px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}



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

/* NAVIGATION STYLE */

#NavBar {
	float: right;
	margin: 24px 0 0 0;
	padding: 6px 8px 6px 8px;	
}

#NavBar a:link {
	background-color: #fff;
	color:#000;
	text-decoration: none;
	padding: 6px 8px 6px 8px;
}
#NavBar a:visited {
	background-color: #fff;
	color:#000;
	text-decoration: none;
	padding: 6px 8px 6px 8px;
}
#NavBar a:hover {
	background-color: #ff6600;
	color:#FFFFFF;
	text-decoration: none;
	padding: 6px 8px 6px 8px;
}
#NavBar a:active {
	background-color: #f7941c;
	color:#FFFFFF;
	padding: 6px 8px 6px 8px;
}

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

/* select current tab */
body#home #NavBar a#nav-home,
body#web #NavBar a#nav-web,
body#support #NavBar a#nav-support,
body#about #NavBar a#nav-about,
body#news #NavBar a#nav-news,
body#contact #NavBar a#nav-contact
 { 
	background-color: #ff6600;
 	color:#fff;
}

