body {
	margin: 0px;
	padding: 0px;
	font-family: arial,helvetica,sans-serif;
	font-size: x-small;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}
a:link {
	color: #0059A5;
}
a:visited {
	color: #0059A5;
}
a:hover {
	color: black;	
}
a:active {
	color: black;	
}

#containertable {
	width: 100%;
	border-collapse: collapse;
}
#containertd {
	width: 780px;
}
#containertable #lefttd {
	background: white url('images/leftshadow.gif') top right repeat-y;
}
#containertable #righttd {
	background: white url('images/rightshadow.gif') top left repeat-y;
}

#header {
	width: 780px;
	border-bottom: 4px solid #0059A5;
}

#mainbody {
	width: 780px;
}

#leftbar {
	width: 200px;
	float: left;
}

#menu {
	width: 100%;
}
#menu ul {
	width: 100%;
	list-style: none;
	margin: 15px 0px;
	padding: 0px 0px 0px 18px;
}
#menu ul li {
	margin: 8px 0px;
}
#menu ul li a {
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}
#menu ul ul {
	margin: 4px 10px;
	list-style: outside;
	list-style-image: url('images/arrow.gif');
}
#menu ul ul li a {
	font-size: 80%;
}
#menu ul ul li a:link,#menu ul ul li a:visited {
	color: #4DA7D7;
}
#menu ul ul li a:hover,#menu ul ul li a:active {
	color: black;
}
#menu ul ul li {
	margin: 4px 0px;
}



.infobox {
	width: 190px;
	margin: 10px 5px;
}
.infobox .top {
	width: 100%;
	height: 34px;
	background: url('images/infobox/top.gif') bottom left no-repeat;
	text-align: center;
}
.infobox .top h1 {
	font-size: 14px;
	font-weight: bold;
	color: white;
	margin: 0px;
	line-height: 24px;
}
.infobox .content {
	width: 100%;
	background: url('images/infobox/content.gif') top left repeat-y;
	font-size: 70%;
	margin: 0px;
}
.infobox .content .caption {
	width: 35px;
	margin-left: 5px;
}
.infobox .caption p,.infobox .info p {
	margin: 0px;
}
.infobox .info .email {
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
.infobox .solutions {
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
}
.infobox .bottom {
	height: 12px;
	width: 100%;
	background: url('images/infobox/bottom.gif') top left no-repeat;
}

#content {
	float: left;
	width: 550px;
	border-top: 2px solid #DDDDDD;
	border-left: 2px solid #DDDDDD;
	margin: 5px 0px 0px 5px;
	padding: 10px;
	font-size: 80%;
}

#content h1 {
	color: #4DA7D7;
	margin-top: 4px;
	font-weight: bold;
	font-size: 160%;
}
#content h2 {
	color: #0054A5;
	font-weight: bold;
	font-size: 110%;
}
#content h3 {
	color: #4DA7D7;
	font-weight: bold;
	font-size: 110%;
}

.caption,.info {
	float: left;
}

#faqs .caption {
	width: 40px;
	margin-left: 5px;
}
#faqs .info {
	width: 440px;
}
#faqs .info p {
	margin-top: 0px;
}
#faqs .question {
	font-weight: bold;
	color: #0054A5;
}
#faqs .clearer {
	height: 10px;
}

#designs img {
	float: left;
	margin: 20px;
}

#orderform .caption {
	width: 140px;
	line-height: 20px;
}
#orderform .textbox INPUT,#orderform TEXTAREA {
	font-family: arial,helvetica,sans-serif;
	font-size: 90%;
	width: 230px;	
}

#orderform .clearer {
	height: 10px;
}

#orderform hr {
	border: 1px solid #4DA7D7;
	margin-bottom: 10px;
}

#contactus .clearer {
	height: 0px;
}
#contactus .caption {
	width: 40px;
	font-weight: bold;
}

.clearer {
	clear: both;
}
.legal {
	color: #AAAAAA;
}

.footnote {
	clear: both;
	padding-top: 20px;
	font-size: 80%;
}
.telnum {
	font-weight: bold;
	white-space: nowrap;
}
.oneline {
	white-space: nowrap;
}

.submitbutton {
	text-align: center;
}
.submitbutton input {
	font-family: arial,helvetica,sans-serif;
	font-size: 90%;
	font-weight: bold;
	height: 42px;
	width: 80px;
}

.error_msg {
	color: #a00000;
	font-weight: bold;
	border: 2px solid #a00000;
	background: #ffeeee;
	text-align: center;
	width: 70%;
	margin-bottom: 20px;
}
.main_image {
	float: right;
	margin: 0px 0px 10px 10px;
}
