/* INITIAL
*/

/* Neutralize styling:
   Elements we want to clean out entirely: */ html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0px 0px 1em 0px;
        padding: 0px;
}

/* Apply left margin:
   Only to the few elements that need it: */ li, dd, blockquote {
        margin-left: 3em;
        margin-bottom: 1em;
}

/* Miscellaneous conveniences: */
form label {
	display: block;
	float: left;
	width: 120px;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}
img {
	border: 0px none;
}
a {
	text-decoration: none;
	color: #c50202;
}




/** custom starts here **/

body {
	background: #d6d6d6;
}

#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 760px;
	height: 118px;
	background: url(/custom/images/header.png) no-repeat;
}

#navBar {
	height: 35px;
	background: url(/custom/images/nav-bg.gif) repeat-x;
}
#navBar #navBarContent {
	padding-top: 10px;
	padding-left: 80px;
	float: left;
}
#navBar #navBarContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #363636;
	float: left;
	font-weight: bold;
}
#navBar #navBarContent a:hover {
	color: #999999;
}
#navBar #navBarContent .divider {
	float: left;
	height: 23px;
	border-left: 1px solid #000065;
	width: 1px;
	margin-left: 19px;
	margin-right: 19px;
}
#navBar #flags {
	float: right;
	width: 102px;
}

#content {
	height: auto !important;
	min-height: 581px;
	height: 581px;
	text-align: left;
	color: #636363;
	font-size: 9pt;
	line-height: 150%;
	width: 760px;
	background-color: #ffffff;
}
#content h1 {
	font-size: 18pt;
	font-weight: normal;
}

/** PAGE SPECIFIC **/

.home {
	background: #ffffff;
}
.home #leftColumn {
	background: #ffffff url(/custom/images/dog-clogs.jpg) no-repeat center 310px;
	width: 270px;
	text-align: center;
	float: left;
	height: auto !important;
	min-height: 581px;
	height: 581px;
}
.home #leftColumn img {
	margin-top: 147px;
}
.home #rightColumn {
	width: 470px;
	padding-top: 60px;
	float: left;
}

.whatCanIDo {
	background: #ffffff url(/custom/images/dog-news.jpg) no-repeat bottom left;
}
.whatCanIDo #mainColumn {
	width: 490px;
	padding-left: 270px;
	padding-top: 60px;
}

.prices {
	background: #ffffff url(/custom/images/dog-prices.jpg) no-repeat bottom left;
}
.prices #mainColumn {
	width: 340px;
	padding-left: 380px;
	padding-top: 60px;
}

.contact {
	background: #ffffff url(/custom/images/dog-phone.jpg) no-repeat bottom left;
}
.contact #mainColumn {
	width: 300px;
	padding-left: 440px;
	padding-top: 120px;
}

.clients {
	background: #ffffff url(/custom/images/dog-client.jpg) no-repeat top left;
}
.clients #mainColumn {
	width: 360px;
	padding-left: 360px;
	padding-top: 150px;
	font-size: 11pt;
}

/** END PAGE SPECIFIC **/

#footer {
	height: 34px;
	background: #c50202;
	text-align: right;
	font-size: 10pt;
	clear: both;
}
#footer #footerContent {
	padding-top: 9px;
	padding-right: 28px;
}
#footer #footerContent a {
	color: #ffffff;
	float: right;
}
#footer #footerContent a:hover {
	text-decoration: underline;
}
#footer #footerContent .divider {
	height: 25px;
	float: right;
	border-left: 1px solid #ffffff;
	width: 1px;
	margin-left: 12px;
	margin-right: 12px;
	vertical-align: top;
}

.clearer {
	clear: both;
}