/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

body{
	margin:0;
	color:#1a1a1a;
	background:#dbf1fa url(../../images/bg.gif) repeat-x;
}

/*--container--*/

#wrapper{
	margin:0 auto;
	padding:0;
	width:784px;
	text-align:left;
}

#header{
	margin:20px 0 0 0;
	padding:0;
	width:784px;
	height:60px;
}

#mainbody{
	width:784px;
	text-align:left; 
	background:#FFF;
	border:7px solid #8dbbcd;
}

#bcumb{
	position:relative;
	text-align:right;
	background:url(../../images/bcumb.gif) repeat-x;
	height:51px;
}

#copy{
	margin:10px 20px;
	color:#1a1a1a;
	font:normal 14px arial;
	line-height:20px;
}

#footer{
	margin:20px auto;
	padding:0;
	width:784px;
	text-align:center;
	color:#666;
	font:normal 11px verdana;
}

#clr{
	clear:both;
}

/*--header--*/

#header #logo{
	float:left;
	margin:0;
	padding:0;
	width:223px;
	height:60px;
}

#header #logo a{
	margin:0;
	padding:0;
	width:223px;
	height:60px;
	background:url(../../images/logo.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
}

#header #title{
	float:left;
	margin:0;
	padding:0;
	height:60px;
}

#header #title h1{
	margin:0;
	padding:0 0 0 10px;
	color:#FFF;
	font:bold 16px arial, helvetica, sans-serif;
	line-height:60px;
}

/*--breadcumb--*/

#bcumb .support{
	position:absolute;
	top:0;
	right:0;
	height:51px;
}

#bcumb .support a:link, #bcumb .support a:visited, #bcumb .support a:active{
	padding-right:20px;
	padding-left:28px;
	color:#8dbbcd;
	font:bold 14px arial;
	text-decoration:none;
	line-height:51px;
	background:url(../../images/Starred-32.png) no-repeat left;
	height:51px;
	text-align:right;
	display:block;
}

#bcumb .support a:hover{
	padding-right:20px;
	padding-left:28px;
	color:#8dbbcd;
	font:bold 14px arial;
	text-decoration:underline;
	line-height:51px;
	background:url(../../images/Starred-32.png) no-repeat left;
	height:51px;
	text-align:right;
	display:block;
}

/*-- form --*/

.ordertype{
	width:400px;
	margin:10px 0;
	padding:3px 0 3px 5px;
	background:#527e90;
	color:#FFF;
}

.vedit{
	width:100%;
	background:#F9F9F9;
	border:1px solid #CCC;
}

.vedit th{
	vertical-align:top;
	background:#F9F9F9;
	border:none;
}

.vedit td{
	vertical-align:top;
	background:#F9F9F9;
	border:none;
}

.vedit td input{
	margin-bottom:10px;
	padding:7px;
	border:1px solid #ccc;
	width:200px;
	display:block;
}

.vedit td input:focus{
	margin-bottom:10px;
	padding:7px;
	border:1px solid #648b9a;
	width:200px;
	display:block;
}

.vedit td select{
	margin-bottom:10px;
	padding:7px;
	border:1px solid #ccc;
	width:200px;
	display:block;
}

input#submitbtn{
	cursor:pointer;
	margin:0;
	padding:0;
	width:154px;
	height:43px;
	display:block;
	border:none;
	background:transparent url(../../images/continue.jpg) no-repeat;
}

input#loginbtn{
	cursor:pointer;
	margin:0;
	padding:0;
	width:154px;
	height:43px;
	display:block;
	border:none;
	background:transparent url(../../images/login.jpg) no-repeat;
}

input#passbtn{
	cursor:pointer;
	margin:0;
	padding:0;
	width:154px;
	height:43px;
	display:block;
	border:none;
	background:transparent url(../../images/pass.jpg) no-repeat;
}

.ledit{
	width:370px;
	margin:0 auto;
	background:#F9F9F9;
	border:1px solid #CCC;
}

.ledit th{
	padding:10px 10px 0 10px;
    	text-align: right;
	vertical-align:middle;
	font-weight: bold;
	background:#F9F9F9;
	border:none;
}

.ledit td{
	vertical-align:middle;
	padding:10px 10px 0 10px;
	background:#F9F9F9;
	border:none;
}

.ledit td input{
	padding:7px;
	border:1px solid #ccc;
	width:220px;
	display:block;
}

.ledit td input:focus{
	padding:7px;
	border:1px solid #648b9a;
	width:220px;
	display:block;
}

.ledit td select{
	padding:7px;
	border:1px solid #ccc;
	width:220px;
	display:block;
}

#logintxt{
	width:367px;
	margin:10px auto 5px auto;
	padding:3px 0 3px 5px;
	background:#527e90;
	color:#FFF;
}

p{
	padding:10px 0;
}


.txtLogin{
	margin-bottom:10px;
	padding:5px;
	border:1px solid #ccc;
	width:220px;
	display:block;
}

.txtLogin:focus{
	margin-bottom:10px;
	padding:5px;
	border:1px solid #648b9a;
	width:220px;
	display:block;
}
