/** BASIC */

body {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}
	.externalLink{
			background-image:url(/images/ico_link-external.gif);
		background-position:right center;
		background-repeat:no-repeat;
		padding-right:8px;
		}
/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

#customerProfile  #tblOrderDetails {
	width: 70%;
	
}

.iconText{
	position: relative;
	top: -10px; left: 5px;
}
.reasonList li{
	padding-top: 3px;
	padding-bottom: 2px;
}
#custProfileData * td{
	padding: 2px;
}

.positiveMessage{
	color: green;
}

.negativeMessage{
	color: red;
}

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.requiredStar{
	color: #79d000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.text1 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #2C5E8C;
}

.text2 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #2C5E8C;
}

#right h2, .text3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #505050;
}

#right h3, .text4 {
	font-size: 14px;
	color: #31699C;
}

#right ul, 
#right ol {
	margin-left: 0px;
}

.text5 {
	font-size: 24px;
	font-weight: bold;
	color: #91CB41;
}

.text6 {
	font-size: 11px;
}

.text7 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #2C5E8C;
}

.text8 {
	font-size: 16px;
	font-weight: normal;
}

.text9 {
	font-size: 9px;
	color: #666666;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 16px;
}

.list1 li {
	display: block;
	float: left;
	width: 102px;
}

.list1 a {
	padding-left: 10px;
	background: url(/templates/envy/images/homepage07.gif) no-repeat left center;
	text-decoration: none;
	font-size: 10px;
	color: #807F7F;
}

.list1 a:hover {
	text-decoration: underline;
	color: #79D000;
}

/** LINKS */

a {
	color: #79D000;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #3E6282;
}

.linkButton {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: #3E6282;
	padding:5px 10px;
}

.greenbutton {
	text-transform: uppercase;
	text-decoration: none;
	font: 18px/27px "Times New Roman", times, serif;
	color: #fff;
 display: block;
 background: url(/templates/envy/images/button.png)no-repeat 0 0 ;
 width: 153px;
 height: 28px;
 line-height: 27px;
 text-align: center;
 text-shadow: 1px 1px 2px #031;
}
.greenbutton:hover {
 background-position: 0 100%;
 text-shadow: -1px -1px 2px #0cf;
}


.active .link1 {
	height: 17px;
	border: 1px solid #65B100;
	border-bottom: none;
	background: url(/templates/envy/images/homepage04W.png) repeat-x left top;
	color: #FFFFFF;
}

.link2 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #2C5E8C;
}

/** MENU */

#menu {
 display: block;
	 left: 7px;
    position: relative;
    width: 984px;
	height: 55px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
 display: block;
}

#menu li {
	float: left;
	outline:none;
 position: relative;
}

#menu a {
	display: block;
	height: 27px;
	padding: 22px 16px 0px 18px;
	background: url(/templates/envy/images/homepage06W.png) no-repeat left top;
	outline:none;
}

#menu a:hover{
	color: #515151;
}

#menu span {
	font-size: 14px;
	letter-spacing: 1.5px;
}

#menu .first a {
	padding-left: 11px;
	background: none;
}

#menu .active a {
	height: 32px;
	background: url(/templates/envy/images/homepage04W.png) repeat-x left top;
	outline:none;
}
#menu > ul > li > ul {
 position: absolute;
 width: 230px;
 top: 48px;
 left: 0px;
 z-index: 100;
 padding: 7px 0 0 0;
 margin: 0;
 display: none;
 background: #ebeff5;
 border-bottom: 1px solid #ccc;
}
#menu > ul > li.active > ul {
 background: #b4dd7f;
}

#menu ul li ul li {
 width: 228px;
 height: 35px;
 padding: 0;
 margin: 0;
 border: 1px solid #ddd;
 border-top: 1px solid #ccc;
 border-bottom: none;
 display: block; background: url(/templates/envy/images/homepage05W.png) repeat-x 0 100%; 
}
#menu ul.topmenu ul li a {
 height: 24px;
 padding: 10px 16px 0px 18px;
 background: none;
 border: none;
color: #258;
}
#menu ul.topmenu ul li a:hover,
#menu ul.topmenu ul li a:focus {
	color: #515151;
}

#menu > ul > li:hover > ul {
 display: block;
}

#menu1 {}
#menu2 {}
#menu3 {}
#menu4 {}
#menu5 {}
#menu6 {}

/** LEFT MENU */

#leftMenu {
		margin: 0px;
	padding: 0px;
	list-style: none;
	width:235px;
}

#leftMenu ul {

}

#leftMenu li {
	display: inline;
	display: block;

	clear:right;
	width:235px;
	padding:0;
	margin:0;
	
}

#leftMenu a {
	display: block;
	float: left;
	clear:right;
	height: 19px;	
	width:177px;
	padding: 17px 15px 0px 15px;
	margin-left:15px;
	background: url(/templates/envy/images/homepage05W.png) repeat-x left top;
	outline:none;
	text-align:center;
}

#leftMenu span {
}

#leftMenu .first a {
	padding-left: 11px;
	background: none;
}


/** Tag Cloud */

#tagCloud {
	width:225px;
}

#tagCloud a,
#tagCloud a:visited {
	text-decoration:none;
	color:#2C5E8C;
}

#tagCloud a:hover {
	text-decoration:underline;
}



/** BOTTOM MENU */

#bottomMenu {
	float: left;
	margin: 0px;
	padding: 5px 0;
	list-style: none;
}


#bottomMenu li {
	display: inline;
	display: block;
	float: left;
	width: 163px;	
}

#bottomMenu a {
	display: block;
	float: left;
	height: 19px;
	padding: 17px 15px 0px 15px;
}

#bottomMenu span {
}

#bottomMenu .first a {
	padding-left: 11px;
	background: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(/templates/envy/images/homepage05W.png) repeat-x left top; }
.bg2 { background: url(/templates/envy/images/homepage08.gif) repeat-y left top; }
.bg3 { background: url(/templates/envy/images/homepage20.gif) repeat-x left top; }
.bg4 { background: url(/templates/envy/images/homepage23.gif) repeat-y left top; }
.bg5 { background: url(/templates/envy/images/homepage24.gif) repeat-x left top; }
.bg6 { background: #FFFFFF url(/templates/envy/images/homepage25.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 3px;
	background: url(/templates/envy/images/homepage09.gif) no-repeat left top;
}

.hr2 {
	height: 3px;
	background: url(/templates/envy/images/homepage22.gif) repeat-x left top;
}

.hr3 {
	clear: both;
	height: 1px;
	margin: 15px 0px;
	background: url(/templates/envy/images/homepage20.gif) repeat-x left top;
}

.contentBox {
	padding: 0px 10px;
}

.padding, .padding td {
	padding:5px;

}

