/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/nudesign/homepage01.gif) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

#inputtext1 {
	width: 130px;
	padding: 2px;
	background: #FFFFFF;
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #EBEBEB;

}

#inputsubmit1 {
	width: 61px;
	height: 20px;
	background: url(images/nudesign/subpage1_01.gif) no-repeat left top;
	border: none;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
}

label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
} 
input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
} 
fieldset
{
border: 1px solid #781351;
width: 20em
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
}







/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B3B3B3;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 140%;
	text-align: left;
}

.text1 {
	letter-spacing: -1px;
	font-size: 33px;
	font-weight: normal;
	color: #FFFFFF;
}

.text2 {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #EBD4B8;
}

.text3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.text4 {
	font-size: 12px;
	font-weight: bold;
	color: #EBD4B8;
}

.text5 {
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: normal;
	color: #808080;
}

.text6 {
	letter-spacing: -1px;
	font-size: 27px;
	font-weight: normal;
	color: #5B5449;
}

.text7 {
	color: #FFFFFF;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** LINKS */

a {
	color: #FFC47E;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	padding-left: 14px;
	background: url(images/nudesign/homepage10.gif) no-repeat left center;
	font-size: 10px;
}

/** STYLES */

.style1 {
	color: #6C6761;
}

.style1 a {
	color: #6C6761;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1  { background: url(images/nudesign/homepage02.gif) repeat-x left top; }
.bg2  { background: url(images/nudesign/homepage04.jpg) no-repeat left top; }
.bg3  { background: url(images/nudesign/homepage05.gif) repeat-x left top; }
.bg4  { background: #242017 url(images/nudesign/homepage07.gif) repeat-x left top; }
.bg5  { background: #000000; }
.bg6  { background: url(images/nudesign/homepage08.gif) repeat-y right top; }
.bg7  { background: url(images/nudesign/homepage09.gif) repeat left top; }
.bg8  { background: url(images/nudesign/homepage12.gif) repeat left top; }
.bg9  { background: url(images/nudesign/homepage13.gif) repeat-y right top; }
.bg10 { background: #FFFFFF; }
.bg11 { background: #857764 url(images/nudesign/homepage20.gif) repeat-x left top; }
.bg12 { background: url(images/nudesign/homepage21.gif) repeat-x left top; }
.bg13 { background: url(images/nudesign/subpage2_01.gif) repeat-y left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 5px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 5px 0px 0px 15px;
}

.img3 {
	float: right;
	margin: 0px 15px 20px 0px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}






/** *****************************************************************Layout ************************************************* */
/** BASIC */

html, body {
	height: 100%;
}

.bullet {
	padding: 0px 4px;
	background: url(images/homepage18.gif) no-repeat left center;
}

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
	width: 778px;
	height: 70px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 500px;
	height: 70px;
	background: url(images/homepage03.jpg) no-repeat left top;
}

#logo span {
	display: none;
}

/** SEARCH */

#search {
	float: right;
	width: 228px;
	height: 45px;
	padding: 25px 0px 0px 50px;
}

/** MENU */

#menu {
	width: 778px;
	height: 30px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 8px 0px 0px 5px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 15px;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
}

#right {
	float: right;
	width: 481px;
}

#left {
	float: left;
	width: 297px;
}

/** FOOTER */

#footer {
	width: 778px;
	height: 50px;
	margin: 0px auto;
}

#legal {
	float: left;
	padding: 15px 22px;
}

#links {
	float: right;
	padding: 15px 22px;
}

/** BOX1 */

#box1 {
}

#box1 .title {
	height: 34px;
	margin-top: -8px;
	padding-left: 22px;
}

#box1 .text1 {
}

#box1 .content {
	padding: 18px 24px 15px 22px;
}

/** BOX2 */

#box2 {
}

#box2 .title {
	height: 30px;
	margin-left: 1px;
}

#box2 .title h2 {
	padding: 6px 0px 0px 22px;
}

#box2 .title ul {
	float: right;
	margin: -16px 0px 0px 0px;
	padding: 0px 24px 0px 0px;
	list-style: none;
}

#box2 .title li {
	display: inline;]
}

#box2 .content {
	padding: 0px 24px 0px 22px;
}

#box2 .content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#box2 .content li {
	padding: 6px 0px;
	background: url(images/homepage11.gif) repeat-x left bottom;
}

/** BOX3 */

#box3 {
}

#box3 .title {
	height: 30px;
	margin-left: 1px;
}

#box3 .title h2 {
	padding: 6px 0px 0px 22px;
}

#box3 table {
	width: 100%;
}

#box3 td {
	padding: 8px 22px;
}

/** BOX4 */

#box4 {
}

#box4 .title {
	height: 30px;
}

#box4 .title h2 {
	padding: 6px 0px 0px 22px;
}

#box4 .content {
	padding: 0px 20px;
}

#box4 .content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#box4 .content li {
	padding: 15px 0px;
	background: url(images/homepage11.gif) repeat-x left bottom;
}

/** BOX5 */

#box5 {
}

#box5 .image {
}

#box5 .title {
	float: left;
	width: 277px;
	height: 20px;
	padding-left: 20px;
}

#box5 .text6 {
	margin-top: -7px;
}

#box5 .content {
	padding: 32px 24px 1px 22px;
}

/** BOX6 */

#box6 {
}

#box6 .title {
	height: 24px;
	margin-left: 1px;
	padding: 6px 0px 0px 22px;
}

#box6 .content {
	padding: 20px 24px 0px 22px;
}

/** BOX7 */

#box7 {
}

#box7 .title {
	height: 24px;
	margin-left: 1px;
	padding: 6px 0px 0px 22px;
}

#box7 .content {
	padding: 20px 24px 0px 22px;
}



#vid {
	width: 600px;
	padding-left: 50px;
}

hr {
	color: #808080;
}




/** float for photos in blog entries */

.floatLeft {
  float: left;
  margin: 0 10px 5px 0;
  }

.floatRight {
border: 0;
float: right;
padding: 0 0 10px 10px;
}


