/* CSS Document */

/* standard tag styling */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	background-color: #FFFFF0;
	background-image: url(../images/wi_body_backgrd.png);
	background-repeat: repeat-y;
	background-position: center top;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}

h1 {
	margin: 0px;
	color: #8eae63;
	font-size: 26px;
	text-align: left;
	font-weight: normal;
}	

h2 {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 0px;
	color: red;
	font-size: large;
	text-transform: none;
	text-align: left;
	font-weight: normal;
}

h3 {
	margin-top: 19px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	font-weight: normal;
}

h4 {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	font-weight: bold;
	font-size: small;	
}

img {
	margin: 0px;
	border: none;
}				

td img {
	display: block;
}


ul {
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

a:link {
	color: red;
	text-decoration: none;
}

a:active {
	color: red;
	text-decoration: none;
}

a:visited {
	color: red;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

iframe {
	margin: 0px;
	padding: 0px;
	border: none;
}	
	
/* text styling */
.p_large_blue {
	font-size: 24px;
	color: #FFFFFF;
	text-align: left;
	margin-left: 10px;
}	

.p_reg_trademark {
	font-size: small;
	color: inherit;
	text-align: right;
}	

.p_right {
	margin-top: 10px;
	text-align: right;
}

.p_box {
	text-align: left;
}

.p_title {
	text-align: right;
}	

p.red {
	color: red;
}
	
.arrow a:hover {
	text-decoration: none;
}

p.line_throu {
	text-decoration: line-through;
	color: red;
}	

/* image styling */
.img_float_left {
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 0px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.img_float_right {
	float: right;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}	
	
/* table styling */

.page_table {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	width: 910px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: white;
	border-left-color: white;
}	

.page_table td {
	padding: 0px;
}

.page_table .title_table {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	border: none;	
}

.page_table .title_table td {
	padding: 0px;
	vertical-align: bottom;
}

.page_table .title_table .td_title_table_right {
	width: 40%;
}	

.contact_table {
	width: 100%;
}	

.copyright_table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 910px;
	border: none;
}

.copyright_table img{
	display: inline;
	float: right;
}	

.copyright_table td {
	padding: 0px;
	vertical-align: top;
}

.copyright_table td p {
	font-size:small;
	color: inherit;
	text-align: left;
	font-style: normal;
	color: yellow;
}

.copyright_table a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.copyright_table a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.copyright_table a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.copyright_table a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}					

.copyright_table .td_validation {
	width: 180px;
}

/* table cell background styles */
.page_table .td_lowerbanner_left {
	padding: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #003300;
}	

.page_table .td_lowerbanner_right {
	padding: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #003300;
}

.page_table .td_lowerbanner_right img {
	float: right;
}


.page_table .td_lowerbanner_left p {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
	font-weight: normal;
}

.page_table .td_lowerbanner_left a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.page_table .td_lowerbanner_left a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.page_table .td_lowerbanner_left a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.page_table .td_lowerbanner_left a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.page_table .td_menubar {
	padding: 0px;
	background-image: url(../images/bewebsmart08_menubar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #9F9F9F;
}

.page_table .td_menubar table {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.page_table .td_menubar table td {
	width: 126px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
}	

.page_table .td_menubar table td p {
	color: #003300;
	font-size: inherit;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
}

.page_table .td_menubar table td .p_portfolio {
	color: #FF0000;
	font-size: inherit;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
}	
	
.page_table .td_maincontent {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}	

.page_table .td_maincontent .table_pricelist {
	width: 100%;
	text-align: center;
	border: none;
}		
	
.page_table .td_maincontent .table_pricelist td {
	padding: 2px;
	background-color: #FFFFFF;
	vertical-align: top;
}

.page_table .td_maincontent .table_pricelist th {
	padding: 2px;
	background-color: #CCCCCC;
}

.page_table .td_maincontent .table_portfolio {
	width: 100%;
	text-align: left;
	border: none;
}	


.page_table .td_maincontent .table_portfolio th {
	padding: 2px;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}

.page_table .td_maincontent .table_portfolio th p {
	font-size: medium;
	margin-left: 10px;
}	

.page_table .td_maincontent .table_portfolio td {
	padding: 2px;
	background-color: #FFFFFF;
}

.page_table .td_maincontent .table_portfolio img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #999999;
}

.page_table .td_maincontent .table_portfolio .td_left_portfolio {
	background-color: #EAEAEA;
	vertical-align: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #000000;
}

.page_table .td_maincontent .table_portfolio .td_right_portfolio {
	width: 100%;
	background-color: #FFFFFF;
	vertical-align: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #FFFFFF;
}

.page_table .td_maincontent .table_portfolio .td_portfolio_footer {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}			

.page_table .td_kitten {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

.page_table .td_kitten img {
	margin-left: auto;
	margin-right: auto;
}	

.page_table .td_leftcol {
	margin-top: 0px;
	background-color: #EAEAEA;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
	
.page_table .td_leftcol p {
	margin-bottom: 5px;
}	

.page_table .td_footer {
	background-color: #8EAE63;
}
	
.page_table .td_footer table {
	width: 100%;
	border: none;
}

.page_table .td_footer table td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #8EAE63;
	vertical-align: top;
}

.page_table .td_footer table td a:link {
	color: #FFFF66;
	text-decoration: none;
	font-size: large;
}

.page_table .td_footer table td a:active {
	color: #FFFF66;
	text-decoration: none;
	font-size: large;
}

.page_table .td_footer table td a:visited {
	color: #FFFF66;
	text-decoration: none;
	font-size: large;
}

.page_table .td_footer table td a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: large;
}

.page_table .td_footer table th {
	padding-bottom: 0px;
}				

.page_table .td_footer table .td_footer_left {
	width: 65%;
	vertical-align: top;
}	
	
.page_table .td_footer table td p {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	vertical-align: top;
	color: white;
}		
	
.page_table .td_spacer {
	background-color: white;
	padding: 0px;
}	

.page_table ul {
	margin-top: 3px;
	margin-left: 20px;
	margin-bottom: 3px;
}	

.page_table li {
	list-style-type: circle;
}

.page_table li p {
	font-size: small;
}


.page_table .td_menubar a:link {
	color: #003300;
	text-decoration: none;
}

.page_table .td_menubar a:active {
	color: #003300;
	text-decoration: none;
}

.page_table .td_menubar a:visited {
	color: #003300;
	text-decoration: none;
}

.page_table .td_menubar a:hover {
	color: #00184A;
	text-decoration: underline;
}


.page_table .td_menubar .p_portfolio a:link {
	color: #FF0000;
	text-decoration: none;
}

.page_table .td_menubar .p_portfolio a:active {
	color: #FF0000;
	text-decoration: none;
}

.page_table .td_menubar .p_portfolio a:visited {
	color: #FF0000;
	text-decoration: none;
}

.page_table .td_menubar .p_portfolio a:hover {
	color: #620000;
	text-decoration: underline;
}

td.portfoliobanner {
	background-color: #8eae63;
}	

/* Miscellaneous */
.asterisk {
	color: #FF0000;
}

.asterisk_blue {
	color: #003300;
}

.medium_size {
	font-size: medium;
}	

/* contact form styling */
table.contactform {
	margin-left: 2px;
	margin-right: 2px;
	background-color: #FED796;
	width: 100%;
	border: none;
	font-size: small;
	padding-top: 0px;
	padding-bottom: 5px;
	color: black;
	background-image: url(../images/tablecontact_top.png);
	background-repeat: repeat-x;
	background-position: left top;
}

table.contactform td.top {
	padding-bottom: 5px;
}	

table.contactform td.title {
	text-align: right;
	vertical-align: top;
	margin: 2px;
	width: 35%;
}

table.contactform td.box {
	text-align: left;
	vertical-align: top;
	margin: 2px;
	width: 65%;
}

table.contactform td.bottom {
	padding-bottom: 5px;
}

table.contactform td.submit {
	text-align: center;
}	

table.contactform p {
	font-size: small;
	color: black;
}	

table.contactform h2 {
	color: #333333;
	font-weight: bold;
}		