@import url("menu.css");

/* general settings */
* {
  margin: 0;
  padding: 0
}
body {
  background: #fff;
  color: #000;
  font: 12px Tahoma, Arial, sans-serif;
  letter-spacing: 0.1em;
  background-image:url(../images/mainBG.jpg);
  background-repeat:no-repeat;
  background-position:top center;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
a:hover {
  text-decoration:underline;
}
#container {
  width: 962px;
  margin: 0 auto
}
table td {
  padding: 10px;
  vertical-align:top;
}

/* header settings */
#header {
  margin: 0 auto
}
#logo {
  width: 379px;
  height: 90px;
  xbackground: url(../images/logo.jpg) no-repeat;
}
#sshow {
  border: 1px solid #000;
  padding: 5px;
  width: 950px
}

/* content settings */
#content {
  background: #F6F6F6 url(../images/back.jpg) repeat-y top right;
}
#content2 {
  background: #F6F6F6 url(../images/back2.jpg) repeat-y top left;
}
#content_home {
  background: #F6F6F6 url(../images/back_home.jpg) no-repeat bottom left;
  height: 320px;
}
#content p, #content_home p,
#content2 p
{
  margin: 20px 0;
  text-align: justify
}
#content h1, #content_home h1,
#content2 h1
{
  margin: 10px 0;
  font-size: 24px
}
#content h2, #content_home h2,
#content2 h2
{
  margin: 0;
  font-size: 14px
}
#content li, #content2 li
{
  list-style:circle;
  margin: 5px 15px;
}
#content_home a {
  font-weight:normal;
}
#text_home {
  padding: 20px 30px;
  text-align: center;
}
#text_full {
  padding: 20px 30px;
  text-align: left
}
#text_23 {
  padding: 20px 30px;
  width: 200px;
  text-align: left
}
#text_middle {
  padding: 20px 30px;
  width: 290px;
  float: right
}
#image_sidebar {
  padding: 40px 10px;
  width: 290px;
  float: right
}
#image_sidebar img {
  border: 1px solid #000;
  padding: 3px;
  background: #FFF;
  font-size: 10px;
  max-width: 280px
}
#contactform {
  width: 200px;
}
#contactform input,
#contactform textarea {
  width: 200px;
}
#contactform textarea {
  height:75px;
}
#contactform .but {
  width: 80px;
  height: 20px;
  background-color:#414E5F;
  color:#fff;
  border: 1px solid #000;
  font-size: 0.9em;
}

/* footer settings */
#footer {
  background: #414E5F;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  background-image:url(../images/barBG.png);
  background-repeat:repeat-x;
  background-position:center;
}
#footer a {
  color: #FFF
}
#footer .designedby, #footer .designedby a {
  color: #A0A6AF;
}


/* home settings */
.homeframe {
	padding: 8px;
	text-align:center;
	margin: 5px;
	font-size:0.9em;
}
.homeframe h2 {
	margin:0;
}
#typingtxt {
	font-size:40px;
	font-weight:bold;
}
#shipcountframe {
	width: 430px;
	height:150px;
	text-align:center;
	padding-left:180px;
}
#tvframe {
	width:250px;
	float:right;
	height:150px;
	text-align:center;
}
#solutionsframe,
#newsframe {
	width: 272px;
	float:left;
	height:46px;
	background-image:url('../images/back_square.gif');
	background-repeat: no-repeat;
}
#overviewframe {
	width: 272px;
	float:left;
	height:46px;
	background-image:url('../images/back_square2.gif');
	background-repeat: no-repeat;
	color:#fff;
}
#overviewframe a {
	color:#fff;
}

/* graphics text */
.virtualpage li {
	margin-bottom: 15px;
}
.virtualpage img {
	float:right;
	margin-left:10px;
}

/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.paginationstyle { /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
}

.paginationstyle select { /*Style for demo pagination divs' select menu*/
border: 1px solid #000000;
margin: 0 15px;
}

.paginationstyle a { /*Pagination links style*/
padding: 10px;
text-decoration: none;
border: 1px solid black;
background-color: white;
display: inline-block;
}

.paginationstyle a:hover {
color: #fff;
background-color:  #000000;
}
.paginationstyle a.selected {
color: #fff;
background-color:  #414E5F;
}

.paginationstyle .flatview a:hover { /*Pagination div "flatview" links style*/
color: #fff;
background-color:  #000000;
}
.paginationstyle .flatview a.selected { /*Pagination div "flatview" links style*/
color: #fff;
background-color: #414E5F;
}


table.CustomerTable tr td
{
	width:50%;
	border:1px solid #414E5F;
	background-color:#FFFFFF;
	background-image:url('../images/customerback.jpg');
	background-repeat:no-repeat;
	padding-top:80px;
}