
/* Main Settings */

body {
	margin: 0px;
	padding: 0px;
    color: #666666;
    font-family: Verdana, Tahoma, sans-serif;
    background: white;
}

h1 {
    font-size: 22pt;
    font-weight: bold;
}

h2 {
    font-size: 14pt;
    font-weight: bold;
}

h3 {
    font-size: 10pt;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

#container {
    margin: 0px auto 0px auto;
    padding: 0px;
    width: 780px;
    background: #666666 url(http://www.daily.co.uk/images/bp/businessbgtrans.gif) repeat-y;
}


/* preview section */

#businesscard_preview {
	margin: 0px;
	padding: 10px 20px 20px 20px;
	background: url('http://www.daily.co.uk/images/bp/businesscard_preview_bg.gif') repeat-x bottom #fff;
	border-bottom: 1px solid #57797C;
	height: 60px;
}

 #businesscard_preview img {
	margin: 10px 0px 0px 0px;
	float: left;
} 

#businesscard_preview div {
	float: right;
	margin-top: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 300px;
}


a#businesscard_edit, a#businesscard_submit,
a#businesscard_edit:visited, a#businesscard_submit:visited {
	width: 120px;
	height: 22px;
	margin: 20px 5px 0px;
	padding: 3px 0px 0px 0px;
	display: block;
	background: url("http://www.daily.co.uk/images/bp/businesscard_but_plain_blue.gif") no-repeat;
	color: #fff;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	float: left;
}

a#businesscard_edit:hover, a#businesscard_submit:hover {
	background: url("http://www.daily.co.uk/images/bp/businesscard_but_plain_orange.gif") no-repeat;
}


/* sent message notification */

#businesscard_sent_message {
	margin: 0px;
	padding: 10px 20px 0px 20px;
	background-color: #ccc;
	border-bottom: 1px solid #666;
	height: 30px;
	color: #666;
	text-align: center;
}


/* header section */

#header {
    color: white;
    padding: 10px 0px 10px 20px;
    margin: 0px 0px 0px 0px;
    /* background: url(http://www.daily.co.uk/images/bp/businessbgtop.gif) no-repeat; */
}


/* card section */

#cardnav {
    margin: 0px;
    padding: 0px;
    height: 24px;
}

#cardnav ul {
    margin: 0px 0px 0px -10px;
    text-align: left;
}


#cardnav ul li {
    text-decoration: none;
    list-style: none;
}

#cardnav ul li#business {
    width: 180px;
    height: 23px;
    float:left;
    background-image: url(http://www.daily.co.uk/images/bp/businesstab.gif);
    text-align: center;
}

#cardnav ul li#contact {
    width: 140px;
    height: 22px;
    float:left;
    background-image: url(http://www.daily.co.uk/images/bp/contacttabdrktrans.gif);
    text-align: center;
}

#cardnav ul li#business a, #cardnav ul li#contact a {
    color: #666666;
    text-decoration: none;
}

#cardnav li {
    padding: 2px 5px 0px 5px;
}

/* card section business info */


#cardbusiness {
    background: white;
    margin: 0px 30px 10px 30px;
    border: 1px solid #666666;
    padding: 0px;
    font-size: 10pt;
}

#cardbusiness .inside {
    padding: 20px;
}


/* BLOCKS */

#block1 {
    float:right;
    width: 250px;
    height: 250px;
    padding: 10px;
    text-align: center;
}

#block2 {
    float: left;
    padding: 20px 0px 0px 0px;
}

#block2 .organisation, #block2 .domain {
    font-weight: bold;
}

#block3 {
    clear: both;
}

#telephone, #fax, #mobile {
    font-weight: bold;
}

#block5 .businesscard_link {
	width: 315px;
	margin: 0px 5px 0px 5px;
	border: 0px;
	padding: 3px;
	float: left;
	text-align: justify;
}

#block6 {
	margin: 5px auto;
	height: 170px;
	padding-top: 10px;
	clear: both;
}


#block6 .new_block {
	width: 315px;
	height: 160px;
	margin: 0px 5px 0px 5px;
	padding: 3px;
	border: 1px solid #666;
	background-color: #fff;
	float: left;
}

#block6 .block_image {
	margin: auto 3px auto 3px;
	float: left;
}

#block6 .block_text {
	width: 150px;
	margin: auto 3px auto 3px;
	float: left;
}


/* card section contact us */

#cardcontact {
    margin: 0px 30px 10px 30px;
    border: 1px solid #666666;
    padding: 0px;
    font-size: 10pt;
}

#cardcontact .inside {
    padding: 30px 10px;
}


/* Contact Us section */



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

input, textarea {
    border: 1px inset #666666;
    background-color: #eeeeee;
    padding:3px;
}

input {
    width: 250px;
}

input#contact_subject {
    width: 600px;
}

textarea#contact_message {
    width: 600px;
    height: 300px;
}

.contact_submit input {
    width: auto;
    font-size: 1em;
    color: #666666;
    border: 1px outset;
    margin-left: 560px;
    background-color: #cccccc;
}



/* footer section */

#footer {
    margin: 5px 0px 0px 0px;
    padding: 5px 0px 20px 0px;
    background: url(http://www.daily.co.uk/images/bp/businessbgbottrans.gif) no-repeat bottom;
    text-align: center;
    font-size: 9pt;
    color: #eeeeee;
}

