/*
Project Name: Myra Website
CSS Name: header.css
Description: Style elements inside header section of site. 
Version: 0.1

Author: Srdjan Mitrovic
Author Email: mitrovics@me.com
Date: Feb 2012
Quote of the Day: Talk sense to a fool and he calls you foolish. - Euripides (484 BC - 406 BC)
*/


/*
---------------------------------------------
01. Import CSS files
---------------------------------------------
*/

@import "header.css";
@import "content.css";
@import "footer.css";
@import "ie.css";


/*
---------------------------------------------
02. Import custom Fonts
---------------------------------------------
*/

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('../fonts/ptn57f-webfont.eot');
    src: url('../fonts/ptn57f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ptn57f-webfont.woff') format('woff'),
         url('../fonts/ptn57f-webfont.ttf') format('truetype'),
         url('../fonts/ptn57f-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('../fonts/ptn77f-webfont.eot');
    src: url('../fonts/ptn77f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ptn77f-webfont.woff') format('woff'),
         url('../fonts/ptn77f-webfont.ttf') format('truetype'),
         url('../fonts/ptn77f-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('../fonts/pts55f-webfont.eot');
    src: url('../fonts/pts55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pts55f-webfont.woff') format('woff'),
         url('../fonts/pts55f-webfont.ttf') format('truetype'),
         url('../fonts/pts55f-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'PTSansBold';
    src: url('../fonts/pts75f-webfont.eot');
    src: url('../fonts/pts75f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pts75f-webfont.woff') format('woff'),
         url('../fonts/pts75f-webfont.ttf') format('truetype'),
         url('../fonts/pts75f-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MyriadProBoldCondensed';
    src: url('../fonts/myriadpro-boldcond-webfont.eot');
    src: url('../fonts/myriadpro-boldcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-boldcond-webfont.woff') format('woff'),
         url('../fonts/myriadpro-boldcond-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-boldcond-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*
---------------------------------------------
03. Reset browser default styles
---------------------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration:none;
}

/*
---------------------------------------------
04. Global Classes
---------------------------------------------
*/

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }

.text-left     { text-align:left; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.noborder 	   { border:none!important; }


/*
---------------------------------------------
05. Body styling
---------------------------------------------
*/

#homepage {
	background:#ddd764;
}

#aboutus {


}


#homepage #container header #content-wrapper #content #left2 font {
	text-align: justify;
}
.contactform123 p{
    padding-top:-10px;
}
.content_right {
	margin: 0px;
	float: right;
	width: 255px;
	position: absolute;
        margin-left: 596px;
	background-image: url(../images/form_bg.png);
	background-repeat: no-repeat;
}
.form_top {
	margin: 0px;
	padding: 0px;
	height: 115px;
	width: 255px;
}
.form_middle {
	margin: 0px;
	padding: 0px;
	height: 161px;
	width: 255px;
}
.form_bottom {
	margin: 0px;
	padding: 0px;
	height: 177px;
	width: 255px;
}
.form_text_middle {
	font-family: "Franklin Gothic Medium";
	font-size: 21px;
	color: #000;
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 26px;
}
.form_text_middle_2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	text-align: center;
}

.form_main {
	padding: 0px;
	width: 223px;
	margin: 0px auto;
}

.field_name {
	width: 210px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	font-family: verdana;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	border:1px;
	border-style:solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #9D9679;
	border-left-color: #9D9679;
	background-image: url(../images/contact_name.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.field_name:focus {
	border-top-color: #A59C69;
	border-right-color: #A59C69;
	border-bottom-color: #BEBAA7;
	border-left-color: #BEBAA7;
	}
	
.field_name:hover {
	border-top-color: #A59C69;
	border-right-color: #A59C69;
	border-bottom-color: #BEBAA7;
	border-left-color: #BEBAA7;
	}

.field_email {
	width: 210px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	font-family: verdana;
	margin:0;
	font-size: 12px;
	border:1px;
	border-style:solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #9D9679;
	border-left-color: #9D9679;
	background-image: url(../images/contact_envelope.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.field_email:focus {
	border-top-color: #A59C69;
	border-right-color: #A59C69;
	border-bottom-color: #BEBAA7;
	border-left-color: #BEBAA7;
	}
	
.field_email:hover {
	border-top-color: #A59C69;
	border-right-color: #A59C69;
	border-bottom-color: #BEBAA7;
	border-left-color: #BEBAA7;
	}
.submit {
	cursor:pointer;
	width:223px;
	height:50px;
	background: url(../images/button1.png);
	background-repeat: no-repeat;
	border:none;
	padding: 0;
	margin: 12px 0px 0px 0px;
	font-size: 24px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	font-weight: bold;
}	
.submit:hover{
	cursor:pointer;
	width:223px;
	height:50px;
	background: url(../images/button2.png);
	background-repeat: no-repeat;
	border:none;
	padding: 0;
	color: #000;
}

.privacy {
	margin: 0px;
	font-family: verdana;
	font-size: 10px;
	text-indent: 0px;
	padding-top: 0px;
	padding-left: 10px;
        text-align: center;
}
.bookcontents {
    font-size: 13px;
    left: -145px;
    position: relative;
    text-align: justify;
    width: 152%;
}

.sb {
    margin-left: 150px;
    padding-top: -100px;
}

#copy{
 margin: 31px auto !important;
}

.wpcf7-form-control.wpcf7-submit {
    margin-bottom: 16px;
    margin-left: 76px;
    margin-top: -31px;
}

#container{
margin:-8px;
}