/* CSS Document for LemonChord.com. All rights reserved*/
img {
	border: 0;
}

* {
	margin: 0;
	padding: 0;
}

html {
	background: url(images/bg.gif) #373f44;
}

body {

	margin-top: 10px;
	margin-bottom: 0px;
	min-height: 100%;
	font-family: "Lucida", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
  color: #333;

}
h1 {
float: left;
color:#ffff00;
font-size: 30px;
margin:3px 0 0 0;
}

#h1-2 {
clear: left;
float: left;
color: #2b4001;
font-size: 15px;
margin:0px 0 0 25px;
}

h2 {
		font-size: 1.4em;
		font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #4D4F4F;
		padding-left: 10px;
    padding-bottom: 5px;
    font-weight: normal;
		padding-top: 10px;

	
}
ul {
	padding-left: 30px;
}
a {
	color: #000000;
	font-weight:600;
	text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.clear {
	clear: both;
}
#container {
	background: #ffffff;
	width: 900px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.corner_tl {
	background: url(images/rounded_corners/top_left.png) 0 0 no-repeat;
}
.corner_tr {
	background: url(images/rounded_corners/top_right.png) 100% 0 no-repeat;
}
.corner_bl {
	background: url(images/rounded_corners/bottom_left.png) 0 100% no-repeat;
	width: 750px;
}
.corner_br {
	background: url(images/rounded_corners/bottom_right.png) 100% 100% no-repeat;
}
#logo {
	list-style: none;
	padding: 15px 10px 10px 20px;
	float: left;
	height: 55px;
}
#flag {
	float: right;
	height: 35px;
	padding-top: 25px;
	padding-right: 25px;
	text-align:center;
	font-style:italic;
	font-size:small;
	
}
.logo li {
	display: inline;
}
.sub_nav {
	width: 900px;
	margin: 0 auto;
	list-style: none;
	text-align: right;
	font-size: 11px;
	padding: 15px;
	letter-spacing: 2px;
}

#top {
	text-align: center;
	font-size: 13px;
	color: #4a4a4a;
	padding: 5px;
}
#topalt {
  padding-top: 5px;
  margin-bottom: 20px;
  padding-left: 15px;
  background-image: url('images/lemonbg.gif');
  height: 80px;
}
#main_nav {
	width: 900px;
	list-style: none;
	padding: 8px 0 16px 0;
	text-align: center;
	font-size: 11px;
	background: url(images/main_ul_bg.gif) no-repeat;
}
#main_nav li {
	display: inline;
}
#main_nav a {
	text-decoration: none;
	padding: 8px 15px 15px 15px;
	background: url(images/nav_arrow.gif) 2px 11px no-repeat;
	font-weight: 600;
	color: #262d35;
	font-size: 15px;
}
#main_nav a:hover.home, #main_nav a:hover.hosting, #main_nav a:hover.domains, #main_nav a:hover.order, #main_nav a:hover.about, #main_nav a:hover.support, #main_nav a:hover.contact {
	background: url(images/active_link.gif) repeat-x;
}
body#home #main_nav li a.home {
	background: url(images/active_link.gif) repeat-x;
}
body#hosting #main_nav li a.hosting {
	background: url(images/active_link.gif) repeat-x;
}
body#domains #main_nav li a.domains {
	background: url(images/active_link.gif) repeat-x;
}
body#order #main_nav li a.order {
	background: url(images/active_link.gif) repeat-x;
}
body#about #main_nav li a.about {
	background: url(images/active_link.gif) repeat-x;
}
body#support #main_nav li a.support {
	background: url(images/active_link.gif) repeat-x;
}
body#support #main_nav li a.contact {
	background: url(images/active_link.gif) repeat-x;
}
#content {
	padding: 10px;
}
#content_left {
	float: left;
	width: 373px;
	padding: 10px;
}


#body_text {
	padding: 0 35px 0 35px;
	font-size: 1em;
	line-height: 130%;
}


.left {
	
	width: 100%;
	margin-top: 5px;
}


.right {
	float: right;
	width: 185px;
	border-left: #cdcdcd 1px solid;
	text-align: center;
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 0px;
	padding-bottom:20px;
}

.main {
	margin-left: 10px;
	margin-bottom: 20px;
  font-size: 13px;
  font-weight: normal;
	line-height: 21px;
}


ul.bottomlinks {
	list-style: none;
	padding-top: 16px;
	padding-left: 55px;
	float: left;
}
span.title {
	font-size: 12px;
	text-decoration: underline;
	color: #415709;
}
a.list, span.list {
	font-size: 13px;
	line-height: 150%;
	color: #000000;
	font-weight:normal;
	text-decoration: none;
}
a.list:hover {
  font-size: 13px;
	font-weight:normal;
  text-decoration: underline;
  color: #000000;
}
#copyright {
	font-size: 10px;
	color: #415709;
	text-align: center;
	margin-top: 12px;
}

.cp_box {
	width: 960px;
	height: 150px;
	text-align: left;
	background: url(images/rounded_corners/bg.gif) 0 0;
	margin: 0 auto;
	min-height: 150px;
}

.cpbox_tl {
	background: url(images/rounded_corners/tl.gif) 0 0 no-repeat;
}
.cpbox_tr {
	background: url(images/rounded_corners/tr.gif) 100% 0 no-repeat;
}
.cpbox_bl {
	background: url(images/rounded_corners/bl.gif) 0 100% no-repeat;
}
.cpbox_br {
	background: url(images/rounded_corners/br.gif) 100% 100% no-repeat;
}
.cp_box li {
	margin: 0px 0 0 0px;
}







